Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date Dimension

Created a date dimension that includes 30 rolling days.  I want to use this dimension in a graph that will have time on x axis and sales as response.  Is there any way to make this dimension interact-able? So far when I use function, it automatically zooms into graph and cannot be changed, but I need to be able to zoom in and out of this table to check where peaks and valleys are.  I think the issue may be on the axis, continuous scale stuff.  Any help?

The expression I have so far is:

(if(([completed_date])>=(today())-30 and([completed_date])<= (today()),[completed_date]))

Thanks in advance

0 Replies