Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to add 2 Input boxes for the date field where the user can select the 2 dates and see the results based on the selection. I have a personal edition so will not be able to open the QVW .
Can you please provide the solution in the text.
Hi Azeem,
May be something like this.
Create 2 variables:
vDate1
VDate2
then use the expression like this:
Sum({<Date={'>=$(vDate1)<=$(vDate2)'}>}Sales)