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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
koushik_btech20
Creator
Creator

Value lies between which Range

I have a table which contains the lower bound ,higher bound and a flag(Msg)  and in another table I have attribute wise score. I have to find the score first and match it  with the range(lower bound and upper bound) and display the msg in a text object. I am attaching a qvw. If anyone have any idea please share here.

7 Replies
tresesco
MVP
MVP

Try using Intervalmatch().

koushik_btech20
Creator
Creator
Author

Interval match  function is used in script. But I have to do it in UI section.

tresesco
MVP
MVP

vAvg=Avg(Score)

Expression in th textbox:

=Concat( distinct if(vAvg>=LowerBound and vAvg<=HigherBound, Msg))

Yousef_Amarneh
Partner - Creator III
Partner - Creator III

please find the attached, I hope it matches your request

Yousef Amarneh
koushik_btech20
Creator
Creator
Author

I have already mentioned that I have to do it in UI part not in script part.

koushik_btech20
Creator
Creator
Author

These expression not works.

tresesco
MVP
MVP

Did you note that vAvg is a variable?

See attached qvw.