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

Loading data from excel


Hi,

I have a excel sheet which contains below information. when I am trying to create a Pivot chart I am getting Count of Label as 5 which is correct but for Bond and fee how can I get the count 2 instead of 5. Could anyone help me how to populate this

NameLabelBondFee
salespasspass
crestfailfailpass
Accountsfailfail
CEOpass
Developmentpass

Thanks.

11 Replies
michael_maeuser
Partner Ambassador
Partner Ambassador

you need to do count(distinct ...)

Not applicable
Author

Could you tell me a bit more clear how to use if possible please send me the expression so that would be helpful to me.

Thanks.

vikasmahajan

hII

Find attachment of qvw , Will possible in Straight table only not in pivot.

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
michael_maeuser
Partner Ambassador
Partner Ambassador

it also works this way in pivot table, but it´s the same result and more complex...

Not applicable
Author


Thanks for this and actually I have count of label as 5 and count of Baon and Fee as 2 in the excel sheet that it is ignoring blanks in the very same manner if I need to get the count of records in chart how can I do it. Could you please help me.

Thanks.

sparur
Specialist II
Specialist II

not so clear understandable what do you try to achieve,

Where do you need count ? by the expression (as an additional column), in the total row or something else?

could you specify your task please?

vikasmahajan

You can achieve the same by using straight table only.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Hi,

Actually I have the above table in excel spread sheet and I have another sheet in the same excel workbook. In the second sheet I have the count of Label as 5 and the count of Bond=2 and Fee=2. but when I am loding in to qlikview application the count is showing as

Label=5

Bond=5

Fee=5

but I want the output as

Label=5

Bond=2

Fee=2

Could you help me in this.

Thanks.


ashwanin
Specialist
Specialist

use the same expression as you are putting for Label

ie. =count(Bond) .

rgds Ashwani