Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
Required folloing type of report
--------------------------------------------------------------------------------------------------------------------------
product Apr May Jun ----------------------------------------------------- March total Lys Qty
-------------------------------------------------------------------------------------------------------------------------
abc 100 200 300 600 700
Base on finacial year selected
Please help to build expressions.
Thanks in advance
Vikas
Sum({$<Month={'Apr'}>} Qty) for each month will show only data for that month for year(s) selected. You may need to adjust date format for your purposes.
Sum({$<Month={'Apr'}>} Qty) for each month will show only data for that month for year(s) selected. You may need to adjust date format for your purposes.
Thanks