Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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

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
Partner - Champion
Partner - Champion

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?

Vittore8
Creator
Creator
Author

date