Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=sum( {<File_Date_1= {"<=$(date($[Service Dt],'M/D/YYYY'))"}>} Sale)
May be this is help You
You need to create a search expression that will do the record based comparison of File_Date_1 and Service Dt for you. Try something like
File_Date_1 = {"=File_Date_1=[Service Dt]"}
within your set expression (used inside an aggregation function and with the enclosing brackets, right?).
Hi,
Please make sure that both of the dates are in same format once you compair them.
Hope this help,
Anosh
Hi,
Is there only one value for Service Dt ? Or is it related to the dimension?
You can try these:
File_Date_1={"=$(=date('$(vServiceDate)','M/D/YYYY'))"}
File_Date_1={"=$(=only([Service Dt],'M/D/YYYY'))"}
Dilyana
Hi Ben
Did you get an answer to this? I have the same exact issue and would love to know if you have a solution.
Thanks
Eric
Hi Eric,
Will you please start a new discussion and describe your exact problem. What you want and what you did till now.
If possible post QVW file with some sample data.
Regards,
Kaushik Solanki