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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
16 Replies
sunny_talwar

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

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

I am too confused

sunny_talwar

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

Sounds good. It all make sense now