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: 
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.

Labels (1)
7 Replies
tresB
Champion III
Champion III

Try using Intervalmatch().

koushik_btech20
Creator
Creator
Author

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

tresB
Champion III
Champion III

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.

tresB
Champion III
Champion III

Did you note that vAvg is a variable?

See attached qvw.