Hi All,
I just writing a code for aging.
But i am not sure that this code is fully correct.So if any one have idea about that so please correct the wrong code of mine.
31-60DAYS = IF('NTT 16-17'[variance update]>30,'NTT 16-17'[PAYMENT DUE IN LACS],IF('NTT 16-17'[variance update]<60,'NTT 16-17'[PAYMENT DUE IN LACS],0))
here i tried that in 31-60days the person who lies in this age the amount which is due is shown.
so if there is any kind of correction please do reply .
Thanks.
Solved! Go to Solution.
Hi @Satish_Kumar,
You can use below formula to filter the range of "31~60":
IF(AND('NTT 16-17'[variance update]>30,'NTT 16-17'[variance update]<60),'NTT 16-17'[PAYMENT DUE IN LACS],0)
I test on your formula and I find all of the age can work through your condition.
Regards,
Xiaoxin Sheng
Hi @Satish_Kumar,
You can use below formula to filter the range of "31~60":
IF(AND('NTT 16-17'[variance update]>30,'NTT 16-17'[variance update]<60),'NTT 16-17'[PAYMENT DUE IN LACS],0)
I test on your formula and I find all of the age can work through your condition.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
118 | |
62 | |
56 | |
47 | |
40 |
User | Count |
---|---|
110 | |
65 | |
61 | |
52 | |
47 |