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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Nishadvel
Contributor II
Contributor II

To hide measure in barchart and table

Hi,

Help me to hide the measure in both table and bar chart .I need to hide  E(column) measure when i open the qliksense project  .please see the attached image.Is there any option available in qliksense?

5 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Nishadvel,

Do you use one measure for this? And are the A,B,C,D,E dimension values?

If yes, try this:

Sum({$< [YourDimension] -= {'E'} >}[YourField])

Jordy

Climber 

Work smarter, not harder
Nishadvel
Contributor II
Contributor II
Author

Hi,

     I am using 5 measures for that bar chart

JordyWegman
Partner - Master
Partner - Master

Why don't use just remove that measure?

Jordy

Climber

Work smarter, not harder
Nishadvel
Contributor II
Contributor II
Author

Hi JordyWegman,

               I am using that measure (E Column ) for sorting purpose only,So that i need to hide that column in bar chart.

 

 

JordyWegman
Partner - Master
Partner - Master

You don't need it for sorting. Go to Sorting -> By measure -> Fill in the measure of column E.

Then you can remove the column E.

Jordy

Climber 

Work smarter, not harder