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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

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