Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement wherein I need to calculate the difference between two dates and must include the following filters when calculating the same flag=1,Div=’abc’,month=,day=, and year =,
When I use the below expression
Round(date(startdate,’DD/MM/YYYY’)-date(enddate,’DD/MM/YYYY’))
Appling set analysis to include the above mentioned filters is not possible.So can anyone please let me know how I could apply the filters using set analysis to the above mentioned expression
Thanks & Regards,
Smitha
can you enclosed your sample apps?
Try to use Only({<flag={1},Div={abc},month=,day=,year=>}Round(date(startdate,’DD/MM/YYYY’)-date(enddate,’DD/MM/YYYY’)))
Thanks,
Selva