Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have march month data for date 1 to 15,but till 10 we have data and 11 to 15 we don't have records, only date 's are coming.So basically I have to show only last day records which came on 10th march.How to retrive sales for last records in set analysis expression.
Thanks,
Rupali Ethape
Try this :
=MaxString({<dates={"=$(=max(dates))"},sale -={''}>}sale)
// -= (dash equal) is used for not equal
You can do it in two ways either restrict data from 11 Mar in script only. Another way is to add flag in script and in front end create variable based on max date and Flag created and then pass that variable in set expression on date basis.
-amrinder
Hi,
But It is giving correct value in textbox, not in chart.I want to display it in chart level
May be this
Sum({<Date = {"$(=Max({<Sales = {[*]}>}Date))"}>}Sales)
Hi,
But It is giving correct value in text box, not in chart.I want to display it in chart level
Thanks Sunny,It's working.