property condition not working
Posted: Fri Apr 29, 2022 10:38 am
Hi,
How to make property condition work when Sum (SumD) is involved?
I want the text component to turn red when Sum is less than zero. (highlighted in red)
SumD(DateDiff(dsPackages.tendercalldate,dsPackages.acttendcalldate).Days) < 0
I did it in the other text components (highlighted in blue),
(DateDiff(dsPackages.tendercalldate,dsPackages.acttendcalldate).Days) < 0
but didn't work when Sum is involved.
Please help. I badly need to solve this.
How to make property condition work when Sum (SumD) is involved?
I want the text component to turn red when Sum is less than zero. (highlighted in red)
SumD(DateDiff(dsPackages.tendercalldate,dsPackages.acttendcalldate).Days) < 0
I did it in the other text components (highlighted in blue),
(DateDiff(dsPackages.tendercalldate,dsPackages.acttendcalldate).Days) < 0
but didn't work when Sum is involved.
Please help. I badly need to solve this.