Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
| Acc_Name | Period | Acc_Status |
| Account1 | Mar-08 | SLA |
| Account1 | Jun-09 | T&M |
| Account2 | Mar-08 | SLA |
| Account2 | Jun-09 | SLA |
| Account3 | Mar-08 | SLA |
| Account4 | Jun-09 | T&M |
| Account5 | Mar-08 | T&M |
| Account5 | Jun-09 | T&M |
hi arun,
can you explain me bit how you want to present the data. Bit confusing
-Raghu
i am comparing two months data. Every account must be in same status for both months either as SLA account or T&M account.
Now i have to check if there is any mismatch.
For example, in my sample data set, Account1 is SLA account in Mar-08 but T&M in Jun-09 - This is the mismatch. I have to do it in QV.
I have tried with Peek function with Resident and Order By clause
if(Peek(accname)=accname And Peek(status)<>status,'Difference','No Difference') as Result
but it is not working. When i am putting the data in table box, Peek(accname) is giving "-" ie nothing hence i think Peek(accname) = accname is yielding false.
Dont know why it is happening.
Hi Arum,
Check the attaced application.
- Sridhar
Hi,
Check the latest version.
Cheers ![]()
-Sridhar ![]()
Thanks Sridhar...