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

Linking Inline function data with the Fields

Hi All,

I have two fields Turnaround Time which is Number and one inline Function.

I want inline function and the data to be linked i.e when i select 0<=2 in the Inline Field then it has to Select 0, 1  and 2 in another Field.

Please check the attached  temp.qvw.

Please reply ASAP as its important in my project.

Thanks in advance,

Keerthi K S

1 Solution

Accepted Solutions
Not applicable
Author

Hi Keerthi

The basic function of CLASS can be used to classify ranges.  I have attached a reworked version of your model to demonstrate this.  However, this function continually uses a specific range, whereas you want to classify all values of 10 and above under one value, therefore I've simply added an IF statement to deal with these large numbers.

Please take a look at the attached file and let me know if I got it correct or not.

Regards

Steve

View solution in original post

3 Replies
Not applicable
Author

Hi Keerthi

The basic function of CLASS can be used to classify ranges.  I have attached a reworked version of your model to demonstrate this.  However, this function continually uses a specific range, whereas you want to classify all values of 10 and above under one value, therefore I've simply added an IF statement to deal with these large numbers.

Please take a look at the attached file and let me know if I got it correct or not.

Regards

Steve

Not applicable
Author

HI Stephen,

Thanks a lot

This is what i wanted

Regards,

Keerthi

Not applicable
Author

You're welcome.

All the best.