Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all
user selected the from date to two date then should show the values
Hi,
take two input box inside that create a variable.
vStartDate
vEndDate
try this Exp
=Sum({<Date={">=$(=vStartDate)<=$(=vEndDate)"}>}Sales)
Hope this will help you.
Regards,
Nirav Bhimani.
Hi,
=(sum({<SHKZG ={'S'}>} MENGE)) - (sum({<SHKZG ={'H'}>} MENGE))-----------openin
Regards,
Jagan.
thank for uer reply but it showing incorrect dates like 30-DEC-1988 ,please check it and send me once
Hi,
Check your date format and use this expression it works.
=Sum({<DateNum={">=$(=vStartDate)<=$(=vEndDate)"}>}Sales)
Regards,
Jagan.
Hi,
Try this,
=sum({<SHKZG ={'S'}, DateNum={'>=$(=Num(vStartDate))<=$(=Num(vEndDate))'} >} MENGE)
Regards,
Jagan
Hi,
Please find attached file.
Regards,
Jagan.
Hi,
Regards,
Jagan.
hai
thank you for uer reply
=if((Datefield) < startdate ,(sum(if(ABC ='C,'XYZ))) - (sum(if(ABC ='D',XYZ))))
same expression i need in set analysis
Regards
surik147