Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tim_leijen
Contributor III
Contributor III

How to remove a Dimension in a chart

Hi all,

Just added a dimension to our dashboard, which is needed in one of the tabs.

However by adding this dimension, it also showed up in the P&L.

Now I want the column with RFC to disappear, but cant seem to find out how this works


exmaple.JPG

1 Solution

Accepted Solutions
micheledenardi
Specialist II
Specialist II

There are 2 possibilites:

1) Create a new dimension without RFC value;

2) Use SetAnalysis to omit RFC value from your expressions.

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

4 Replies
micheledenardi
Specialist II
Specialist II

There are 2 possibilites:

1) Create a new dimension without RFC value;

2) Use SetAnalysis to omit RFC value from your expressions.

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
Anil_Babu_Samineni

You must consider as exclude for that specify like below calculated dimension and then call the label as DimensionName as required

If(Not WildMatch(DimensionName, 'REF'), DimensionName)

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
Sergey_Shuklin
Specialist
Specialist

Hello, Tim!

Share a screenshot with Expression tab, please?

tim_leijen
Contributor III
Contributor III
Author

Hi Sergey, I managed to do so, by adding an extra dimension as Michele proposed.

Thanks anyway!

gr