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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I add the daily date as an object ?


Hi,

The calendar that I have is based on a monthly bases, I need to add the daily date as an object.

12 Replies
Not applicable
Author

Hi,

do you know how can I write multiple functions IF inside the script ( I mean if I have two IF condition ) if sales < 10 and volume > 10 ,,,,,, etc ,,,,

thanks

qlikpahadi07
Specialist
Specialist

If conditions are same as you use in other environment

if ( <Condition>, 'True','False')

Not applicable
Author

sum({<Sales={'<10'},volume={'>10'}>}fieldname)

regards,

Piyush