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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
tmumaw
Specialist II
Specialist II

Ignore dimension

Hi all,

I am trying to ignore a dimension on one of my pivot tables.  See the attached images:

The column in the pivot table labeled Avg Emps should be the same as the one above.  How can I ignore the action in the bottom chart?

thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Sum(TOTAL EmpCt_ZEMPCT) / Count({<EmpDays = {1}>}DISTINCT TOTAL(Date_ZWKDATE))

View solution in original post

17 Replies
Anil_Babu_Samineni

You can do like below

Sum({<Action=>} [Avg Emps])

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tmumaw
Specialist II
Specialist II
Author

That works if you want to ignore what the user selects.

Anil_Babu_Samineni

You are ignoring only one variant only. Could be there must be another variant which is associate on the table. If not, Then just for identify, You mentioned ignore. What does the use on your application?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tmumaw
Specialist II
Specialist II
Author

The 542 is the total for the company.  I need to measure the emp count to the company total by action.

Anil_Babu_Samineni

May be this?

Sum(TOTAL <Action> [Avg Emps])


If not I would suggest you to provide sample

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tmumaw
Specialist II
Specialist II
Author

Check this out.....

Anonymous
Not applicable

Sum(TOTAL <Year> [Avg Emps])

Anil_Babu_Samineni

Seems, You don't have data for this - 26 / Davey Layoff

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tmumaw
Specialist II
Specialist II
Author

Nope

Here is the statement:

Sum(TOTAL <FISYR> EmpCt_ZEMPCT) / Count({<EmpDays = {1}>}DISTINCT(Date_ZWKDATE))