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: 
eddykwan_
Partner - Contributor III
Partner - Contributor III

Set Analyst With AutoCalande.Date = {'12-06-2023'}

Hello I Want to ask How to make Set Analyst With AutoCalander.date with This data ? 

eddykwan__0-1686767043449.png

In Qliksense I Already make Setanalyst like This 

eddykwan__1-1686767123831.png

eddykwan__2-1686767276205.png

This my data i use date is = '2023-06-12' 

eddykwan__3-1686767317235.png

in my date filter is 6/12/2023 but i try used it is still zero and i try with combination date like '2023/06/12' And = '2023-Jun-12' But the data is still Zero in my KPi 

Please Help me to resolved it.

Thank You

 

1 Reply
vinieme12
Champion III
Champion III

this could be because the field is only FORMATTED as Date but the values are still stored as Timestamp

create a Datefield  as below and use AutoCalendar on the new field

 

Date(Floor(ProductTime)) as ProductDate

 

also you are missing {} in set analysis

sum( {<  ProductDate = {'$(=Date(Max(ProductDate)))'} >} SomeValue)

 

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.