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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

please give me answer

how can we get number of fridays in june month

Labels (1)
2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi Sravani,

While loading the data do this

Data:

Load

     *,

     WeekDay(DateFieldName) AS Day

FROM DataSource;

Now in expression use this set analysis expression

=Count({<Day={'Fri'}>} DISTINCT DateFieldName)

Hope this helps you.

Regards,

Jagan.

nilesh_gangurde
Partner - Specialist
Partner - Specialist

Please find the attachement for Solution.

-Nilesh