Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to create variables like this.
| (Total recovered /total OD) percent is above 90 |
| (Total recovered /total OD) percent is between 76 and 90 |
| (Total od/payment tenure) percent is between 51 and 75 |
| (Total od/payment tenure) percent is above 90 |
| (Total recovered /total OD) percent is between 51 and 75 |
| (Total od/payment tenure) percent is between 76 and 90 |
| (Total od/payment tenure) percent is between 26 and 50 |
| (Total recovered /total OD) percent is between 26 and 50 |
| Age of the customer lifecycle is 2 |
| Payment tenure is 12 |
| Payment tenure is 24 |
| Total (recovered + non od)/payment_tenure percent is between 26 and 50 |
| Total (recovered + non od)/payment_tenure percent is between 51 and 75 |
I need help in resolving this.
Please help me here.
Thanks.
Perhaps this? Make sure, This can be used in Front end. If you want to use or calling in script as field then you need Aggregate which based on your Logic of Business.
Hi ,
Please attach a sample qvw file. Creating variables are easy. But please mention your requirement clearly.
Perhaps this? Make sure, This can be used in Front end. If you want to use or calling in script as field then you need Aggregate which based on your Logic of Business.
Hi Chandra,
You can do it by loading them in excel as well.
refer this:
Set Analysis in Expression (Chart)?
Br,
KC
Hi Anil,
Thanks,
First Variable is showing the value.
Rest of the things we are not getting Values
output: '-' like this
please do needful
Thanks
Try this in text object.
If(Sum(Recovered/OD)>=Num(0.76)*100 and Sum(Recovered/OD)<=Num(0.9)*100, Sum(Recovered/OD))
HI Tharani,
help me on this.
Variables Creation & Equation
please refer this.
Thanks & Regards.
Chandra
Hi Anil,
I have tried it. Still showing no value
Please help me.
Thanks.
looks like, you don't have values between the condition? Would you like to share sample test?