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

concatenate only weekend dates between two dates

Hello Friends,

I want concatenate only weekend dates between two date.

Please help.

Thank you.

Labels (1)
2 Replies
Not applicable
Author

Hi,

You could use the function 'weekday ()' for testing dates.

Rebeca

er_mohit
Master II
Master II

try this in script

weekend(Datefield) as CalendarweekEnd

hope it helps