on ā2013 Feb 18 8:34 AM
Dear Experts
How can I achieve this in Query designer
I have many restricted key firures which holds date values which are as follows .
My requirement is to substract these key figures to get number of days the ticket was in particular status as follows
FORMULA 1= Transaction date - Keys recd by FM
Eg (01-01-2012 - 05-01-2012 = 5 days )
FORMULA 2= Key Rec. by FM - (FM Inspection Completed(if it has value) else it should be substrated
by "Transferred to Tenant Account " if blank then substract with "No Payment Due")
Thanks and Regards .
Request clarification before answering.
Hi,
For formla 1 you can simpy create a new formula and subtract the two dates this should give the difference.
For formual 2--- you need to make some conditions with the help of boolean operators in Bex.
(FM Inspection Completed) say FM--
Key Rec. by FM say KFM
Transferred to Tenant Account--sau TTA
(FM<>0)*(KFM-FM) + (FM==0)*(KFM-TTA)
third condition i did not get...
Hope this helps.
Regards,
AL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.