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: 
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