Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Ravi_Nagmal
Contributor III
Contributor III

Help in Set Analysis with variable

Hi

Need an urgent help on set analysis, I know you can help or atlease guide on the right path.

I have a variable with date difference 

(((Ops_ASN_DeliveredDate) - 
(ASN_Client_DeadlineDate))*24)

Named as 

vBreachHours_ExternalDelivery

 I want to use that variable in set analysis like i am try below, but it is not working. Please help

{<$(vBreachHours_ExternalDelivery)= {'=0'}>}
$(vTrial_ASN_Count_ClientDeadlineDate)

1 Solution

Accepted Solutions
marcus_sommer

It's not possible with a (real) set analysis because you will need a native field against which you could set your conditions. I suggest to calculate the date-differences in the script and then using this field in the set analysis.

View solution in original post

2 Replies
marcus_sommer

It's not possible with a (real) set analysis because you will need a native field against which you could set your conditions. I suggest to calculate the date-differences in the script and then using this field in the set analysis.

Ravi_Nagmal
Contributor III
Contributor III
Author

@marcus_sommer Thanks for the reply, This answers my question.