TariqMehmod
Programmer
Respected Seniors
I want to display all vouchers of single date 31-12-2020
So I have these parameters
And this is selection formula
When I run report and select date 31-12-2020 then dynamic list displays all vouchers from all dates but I need vouchers on of 31-12-2020
What I doing wrong?
Please help me to get only those vouchers that falls on 31-12-2020
Thanks in advance
I want to display all vouchers of single date 31-12-2020
So I have these parameters
Code:
dt@ SELECT Distinct t0."DocDate" From ORDR t0
Code:
num@ SELECT t1."NumAtCard" From ORDR t1 Where (t1."DocDate" = '@dt')
And this is selection formula
Code:
{Command.DocDate} = {?dt@ SELECT Distinct t0."DocDate" From ORDR t0} and
{Command.NumAtCard} = {?num@ SELECT t1."NumAtCard" From ORDR t1 Where (t1."DocDate" = '@dt')}
When I run report and select date 31-12-2020 then dynamic list displays all vouchers from all dates but I need vouchers on of 31-12-2020
What I doing wrong?
Please help me to get only those vouchers that falls on 31-12-2020
Thanks in advance