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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Vittore8
Creator
Creator

SetAnalysis

=count({<dateStart={'<=$(=date('01.07.2020')'}, dateEnd={'>=$(=date("01.07.2020")'}}>} CD_ID_DOG)

why it doesn't work???

Labels (1)
1 Solution

Accepted Solutions
Taoufiq_Zarra
MVP
MVP

Syntax Erros, check

=count({<dateStart={"<=$(=date('01.07.2020'))"},dateEnd={">=$(=date('01.07.2020'))"}>}  ID)

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉

View solution in original post

3 Replies
Taoufiq_Zarra
MVP
MVP

Syntax Erros, check

=count({<dateStart={"<=$(=date('01.07.2020'))"},dateEnd={">=$(=date('01.07.2020'))"}>}  ID)

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
agigliotti
MVP
MVP

Hi,

give a try with the below expression:

=count( {< dateStart = {"<=01.07.2020"}, dateEnd = {">=01.07.2020"} >} CD_ID_DOG )

what is the date format of dateStart and dateEnd fields?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
Vittore8
Creator
Creator
Author

date