Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
susovan
Partner - Specialist
Partner - Specialist

Date Count in Qlikview

Through this expression '=Count({<@_Date={">=$(vstdt1)<=$(vToday)"},@_Date=,@_FinQuarter=,@_FinFullYear=>}DISTINCT %_WEEKEND_DATE)'.

When Select the date at first time then the date count will be show but second time onwards its not working. This date count is static its not change.

Warm Regards,
Susovan
1 Solution

Accepted Solutions
sunny_talwar

‌May be removw the second @_Date

=Count({<@_Date={">=$(vstdt1)<=$(vToday)"},@_FinQuarter=,@_FinFullYear=>}DISTINCT %_WEEKEND_DATE)

View solution in original post

5 Replies
sunny_talwar

‌May be removw the second @_Date

=Count({<@_Date={">=$(vstdt1)<=$(vToday)"},@_FinQuarter=,@_FinFullYear=>}DISTINCT %_WEEKEND_DATE)

susovan
Partner - Specialist
Partner - Specialist
Author

Thanks fro this valuable suggestion.

Warm Regards,
Susovan
sunny_talwar

‌Did it work?

susovan
Partner - Specialist
Partner - Specialist
Author

Yes, Its working.

Warm Regards,
Susovan
sunny_talwar

Awesome