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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

creating dates


Hi All,

i have data for 2012,2013 and 2014.

and i have two input fields From ,To--->in From field i want to show dates from jul/01/2014 to till date.
how to do that...helpme out!!

Regards,

Smiley

Labels (1)
12 Replies
vinay_hg
Creator III
Creator III

hi then take monthstart(today()); for from

ashfaq_haseeb
Champion III
Champion III

Hi,

If you see my application then go to variable and change the defination of vTest as follows

=MonthStart(AddMonths(today(),-2))

It will change your date dynamically like you want.

i.e in next must you will see data from 1 august instead of 1st july.

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi,

If there are no more questions, then close this thread.

Regards

ASHFAQ