Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pls help - Find out Accounts having different Status

Hi Team,
I know i ve to put this query to Qlikcommunity but due to the urgent need i am sending it to you.

Acc_NamePeriodAcc_Status
Account1Mar-08SLA
Account1Jun-09T&M
Account2Mar-08SLA
Account2Jun-09SLA
Account3Mar-08SLA
Account4Jun-09T&M
Account5Mar-08T&M
Account5Jun-09T&M
I have above data sample - Account wise Status over Period.
Now i have to show in qv the Accounts having different Status over Period eg. Account1 in above sample
I am using qv version 8.50.6231.5
Pls help me.


5 Replies
Not applicable
Author

hi arun,

can you explain me bit how you want to present the data. Bit confusing

-Raghu

Not applicable
Author

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.

Not applicable
Author

Hi Arum,

Check the attaced application.

- Sridhar

Not applicable
Author

Hi,

Check the latest version.

Cheers Beer

-Sridhar Beer

Not applicable
Author

Thanks Sridhar...