i have a .qvd file that i have generated from the DB table which contain counts and dates. that is counts on a particular date.
Now i have to display the counts for the selected date range. So i have used the calender control for the date using two variables start date and end dates. But the problem i am facing while writing the expression in the chart. How should i write the expression to display the values in the chart.
Since where conditionwe cant use the i was trying with if condition. but not getting values correctly.Also i dont want to reload the script every time for this i want the expression in the chart only..