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: 
nikhilgarg
Specialist II
Specialist II

Data inconsistency

Hey,

I have a qstn.

I have following data:

Col1     Col2    Col3   Col4   Col5  Total 

212       ABC    0       12        0        12

212       ABC    0       11        0        11

212       ABC    0       0         9        9

212       ABC    64      0        0        64




I want all these multiple entries to come in a single line like:


Col1     Col2    Col3   Col4   Col5  Total 

212       ABC    64      23        9         96




How can i obtain this??


thanks

15 Replies
nikhilgarg
Specialist II
Specialist II
Author

Under State column i want only SPOT/FORWARD value

robert_mika
Master III
Master III

Your data set does not contain those fields/values.

nikhilgarg
Specialist II
Specialist II
Author

Hey,

I have pivot table. In that i have an expressn(Col3). I want the data to be shown in pivot as per ascending value of Expressn colmn(col3) . How can i acheive this ?

robert_mika
Master III
Master III

nikhilgarg
Specialist II
Specialist II
Author

Hey,

Thanks but now it is showing rank for following values as:

%Accepted        Rank

66.67%               1-3

66.67%               1-3

66.67%               1-3

50%                     4

It sld be like :

Rank

1

1

1

4

how to acheive this?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

=rank(total count({<Source = {'Accepted', 'ClientAccept', 'DealerAccept'}>}Source)/count({<Source = {'Accepted', 'ClientAccept', 'DealerAccept', 'Rejected', 'Timedout'}>}Source),0,1)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!