Ricardo
04/15/2020, 3:08 PMDee Tolibao
04/15/2020, 3:19 PMRicardo
04/15/2020, 3:22 PMRicardo
04/15/2020, 3:22 PMDee Tolibao
04/15/2020, 3:23 PMDee Tolibao
04/15/2020, 3:24 PMRicardo
04/15/2020, 3:24 PMDee Tolibao
04/15/2020, 3:24 PMRicardo
04/15/2020, 3:24 PMDee Tolibao
04/15/2020, 3:25 PMRicardo
04/15/2020, 3:25 PMRicardo
04/15/2020, 3:25 PMDee Tolibao
04/15/2020, 3:26 PMDee Tolibao
04/15/2020, 3:26 PMDee Tolibao
04/15/2020, 3:26 PMDee Tolibao
04/15/2020, 3:26 PMRicardo
04/15/2020, 3:28 PMDee Tolibao
04/15/2020, 3:39 PMRicardo
04/15/2020, 3:42 PMRicardo
04/15/2020, 3:50 PMRicardo
04/15/2020, 4:29 PMcase when to_char({trandate}, 'DD') = '01' then {amount} else 0 end
A quick test shows this does work, and would eliminate the full-date comparison issue. Invalid dates (such as feb 30th) just show 0. You'll still have to do this 31 times, but it'll work... you just have to set the initial criteria to month = current month (or even month = last month), and it works. I'd also change the label to just read the "date-of-month" instead of the full date readout for simplicity's sake.Dee Tolibao
04/15/2020, 4:31 PMDee Tolibao
04/15/2020, 4:32 PM