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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Comparing field and variable in set analysis

Dear Colleagues,

I have to calculate all the production orders which release date (field "DATA_EMISSAO_OS") has happened before a set date (variable called "vData_OS").

For that, I am using the following set analysis formula, but its not working.

Count(DISTINCT {<[DATA_EMISSAO_OS] = {"<=$(vData_OS)"}>}  ID)

Is there any of you who can help me out with that issue?

Thanks!

1 Reply
vinieme12
Champion III
Champion III

Does the date format of Field [DATA_EMISSAO_OS] match the date format of your variable??

Read the below thread

Dates in Set Analysis

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