In the csv file created by exporting transactions, sort on the date field
before doing anything. That will bring together all of the transactions on one
line each without the other side of them.
Will
On 2022 Feb 24, at 02-24 12:56:15, Paul Kinzelman wrote:
If I do a Search for the transaction
Umm, no.
This is my first time trying sqlite, cause previously i found the loading
time of xml is quite long.
And this is a new records, that's why I re create all the accounts n
opening balance.
I can try to play around with it again to see if it happens again
On Fri, 25 Feb 2022, 08:09 Tommy Tr
On Thu, Feb 24, 2022 at 5:32 AM Suseno Dermawan wrote:
> Just a quick Update.
> after i saved to XML, now i am able to change the price to 30.000.000 and
> shares of 1. or changes the shares to 30.000.000 share and price to 1.
>
> weird tho.
>
It sounds like you may have encountered a bug of som
That procedure generates a mess, in my opinion. Wouldn't it be simpler to
just run a register report?
On Thu, Feb 24, 2022 at 12:57 PM Paul Kinzelman wrote:
> If I do a Search for the transactions I want, and then Export
> Active Register, I can look at the CSV in a spreadsheet, but
> both acco
If I do a Search for the transactions I want, and then Export
Active Register, I can look at the CSV in a spreadsheet, but
both accounts of the transaction appear in the same column
so the sum of the amount column is always zero.
How do I export just one account's amount of each transaction
witho
Hi,
The other regex you could use is:
.+
which means "match anything with at least one character"
If you want to match only numbers, you can use:
[0-9]+
-derek
On Wed, February 23, 2022 9:54 pm, Geoff wrote:
> Hi Jeff
>
> Here are two regular expressions (regex) for you:
>
> ^$
> This sh
Just a quick Update.
after i saved to XML, now i am able to change the price to 30.000.000 and
shares of 1. or changes the shares to 30.000.000 share and price to 1.
weird tho.
Thank you
On Thu, Feb 24, 2022 at 7:37 AM Suseno Dermawan wrote:
> Hi Brad,
>
> Thanks for that, yes I've set up like