Hi,
CRXI SQL Server
We have an accounting report that has columns with running totals for fields - {#run_approved},{#run_paid}, {#run_cancelled},{#run_refund}.
The last right column has formula @run_balance:
{#run_approved} -{#run_paid}-{#run_cancelled} +{#run_refund}.
The results of @run_balance can be 0 or more than 0.
The client wants to create parameter on balance results - to select for ex. the rows with balances > 0.
Please point me in a right direction how to do this?
Thanks very much
CRXI SQL Server
We have an accounting report that has columns with running totals for fields - {#run_approved},{#run_paid}, {#run_cancelled},{#run_refund}.
The last right column has formula @run_balance:
{#run_approved} -{#run_paid}-{#run_cancelled} +{#run_refund}.
The results of @run_balance can be 0 or more than 0.
The client wants to create parameter on balance results - to select for ex. the rows with balances > 0.
Please point me in a right direction how to do this?
Thanks very much