Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
HI Stephen,
Thanks a lot
This is what i wanted
Regards,
Keerthi
You're welcome.
All the best.