Hello all,
I faced with cumulative totals issue. I have a report from my Balance Sheet. I want to show info in a table: Data, Memo (description of transactions), amount and running balance.
Memo is an always unique text line for every transaction.
I used pattern formula with running totals and it works perfectly without memo column:
I guess I need to ignore Memo in formula somehow, but I can’t get this. I tried different options. I guess I missed something. Could you please help me with the solution?
Hi @Pavel, did the response provided by @BrianJ help you solve your query? If not, how far did you get and what kind of help you need further? If yes, kindly mark as solution the answer that solved your query. Thanks!
The way I did this was to create a numeric field called memo number in PQ (basically a 1 to N index), sorted memo by memo number and created the following measure:
One very subtly tricky thing. Once we sort memo by memo number, we now have to modify our original measure to also REMOVEFILTERS on memo number, even though that field is not present in our visual.
I hope this is helpful. Full solution file attached below.