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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

date formula

Hi there,
I would like to show the calendar date selected on a text box on month year format.
The issue I have is that when a whole month is selected, I am unable to get the Month and year to show in the text box.

I have used a vast array of formulas, but unable to get a good result.

Can anyone help? 🙂

=RangeOnly (Dual(Year([DateReportDate])&'-'&Month([DateReportDate]),MonthStart([DateReportDate])))

Thanks a million for your support.

Jose

Labels (1)
2 Replies
QFabian
MVP
MVP

hi, try this :

= monthname(DateReportDate)

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
JoseGarcia
Creator III
Creator III
Author

Fabien, formula works on single day selection.
When you do multiple days selection such as 31 days. It does not work. 😞

Any ideas?