Hi,
I am using CRXI
Currently report shows:
Task number Permitted Rewarded Balance
1 1200 150 1050
1 1050 350 700
2 200 150 50
3 300 150 150
3 150 100 50
3 50 50 0
The user wants to hide “interim” balance values and report has to show:
Task Number Permitted Rewarded Balance
1 1200 150
1 1050 350 700
2 200 150 50
3 300 150
3 150 100
3 50 50 0
Balance is a formula that is using shared NumberVar.
I was trying to suppress Balance field on the following formula:
{my_view.task_number}= next({my_view.task_number }) . It does not work.
Is there another way to hide “interim” balance values and show only the final balance values per task?
Thanks!
I am using CRXI
Currently report shows:
Task number Permitted Rewarded Balance
1 1200 150 1050
1 1050 350 700
2 200 150 50
3 300 150 150
3 150 100 50
3 50 50 0
The user wants to hide “interim” balance values and report has to show:
Task Number Permitted Rewarded Balance
1 1200 150
1 1050 350 700
2 200 150 50
3 300 150
3 150 100
3 50 50 0
Balance is a formula that is using shared NumberVar.
I was trying to suppress Balance field on the following formula:
{my_view.task_number}= next({my_view.task_number }) . It does not work.
Is there another way to hide “interim” balance values and show only the final balance values per task?
Thanks!