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

Announcements
Qlik Named a 7-Time Gartner® Magic Quadrant™ Leader: See the 2026 Report
cancel
Showing results for 
Search instead for 
Did you mean: 
capriconuser
Creator
Creator

calendar in qlikview

I try to create calendar object by

new sheet object-----Slider/calendar object

and then on calendar properties i set min value =NOW()-1900  and max value =Now()

and on data container i set variable vmonth .. but when i check this shows only 3 months which JAN ,FEB,MARCH where i want all months

and secondly i want highlight weekdays dates on calendar how i do this ??

Labels (1)
3 Replies
capriconuser
Creator
Creator
Author

any update please

chinnuchinni
Creator III
Creator III

you can use max value as ::

=YearEnd(now())

capriconuser
Creator
Creator
Author

for highlighting weekdays??