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: 
scheibercamo
Contributor III
Contributor III

How do I remove specific field name from appearing in Qlik Sense chart?

For example, if I have the following, for which I want to display a total sum for unique managed segments based on their counts.

Mgd Seg 05Count
Markets780
Purchases89
Insurance9098
Markets9865

Bonds

522
Equities45
Markets63
Bonds554

When I make a bar chart, I do NOT want Markets to show..but I don't want to delete the metrics from the data. How can I do this?

Thanks for the help in advance

Ricky

1 Solution

Accepted Solutions
aarkay29
Specialist
Specialist

Field is nothing but field name that has value of managed subjects i.e. COUNT i believe from your example.

if you want the sum of the managed subjects to show except for Markets

Use this as expression Sum({<[Mgd Seg 05]-={"Markets"}}Count) and [Mgd Seg 05] as dimension.

If this is not what you wanted, please give a little more detail !!

View solution in original post

3 Replies
aarkay29
Specialist
Specialist

May be something like this:

Count({<[Mgd Seg 05]-={"Markets"}>}Field)

scheibercamo
Contributor III
Contributor III
Author

doesn't seem to work.

what do insert for field?

aarkay29
Specialist
Specialist

Field is nothing but field name that has value of managed subjects i.e. COUNT i believe from your example.

if you want the sum of the managed subjects to show except for Markets

Use this as expression Sum({<[Mgd Seg 05]-={"Markets"}}Count) and [Mgd Seg 05] as dimension.

If this is not what you wanted, please give a little more detail !!