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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Expression to get the remark based on amount

Hi All,

I have below data set

  

IDRemarkAmount
1A100
1B200
1C300
2E250
2F300

Now I want the Remark for each ID where Amount is between 200 and 300. Below is the required output

  

IDAmountRemark
1200B
2250E
Labels (1)
16 Replies
sunny_talwar
MVP
MVP

I understand that it needs to be between 200 and 300. But is 200 considered to be between 200 and 300, but 300 is not considered to be between 200 and 300?

Not applicable
Author

200 and 300 will not be considered.

sunny_talwar
MVP
MVP

Then how can this be an output? I mean you don't have to respond back if you think you have found your solution. But I was just confused of how you decide the logic. Just wanted to offer my 2 cents

Capture.PNG

Kushal_Chawda
MVP
MVP

I am too confused

sunny_talwar
MVP
MVP

Glad I am not the only one

Not applicable
Author

Sunny, for my actual scenario I have another threshold which is like below

TD_Amount > 10000 and  TD_Amount < 20000 which is working fine. May be I have not put the scenario very well.

sunny_talwar
MVP
MVP

Sounds good. It all make sense now