Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sannidhikumar
Creator
Creator

how to hide the fields in a table

hi ALL,

how to hide the fields in a table .

Any suggestions ,

thanks

8 Replies
Michiel_QV_Fan
Specialist
Specialist

Can you elaborate on your question.

Do you want to be loaded and not shown?

Then you can use a hideprefix.(set HidePrefix='_';) (or suffix).

Otherwise you can drop fields entirely.

gardenierbi
Creator II
Creator II

Or tag every field you want to be hidden :

     TAG FIELD YourField WITH $hidden;

sannidhikumar
Creator
Creator
Author

sander ,

i want to hide field like AAI and Details in pivot table ,

thanks

sannidhikumar
Creator
Creator
Author

Michel ,

i want to hide field like AAI and Details in pivot table ,

thanks

gardenierbi
Creator II
Creator II

Add a condition to the field. For example the condition '0' to hide the field in your object.

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

This question is not related to Qlik Web Connectors, the area you have posted into...

You do not have the same options for hiding fields in a Pivot Table as you do for a Straight table.

Why do you want to have hidden values anyway in this context?

Consider making the table a straight table rather than a pivot, or returning an empty string in the expression rather than the value.

Hope that helps.

Steve

Michiel_QV_Fan
Specialist
Specialist

Use the suggestion from Sander.

sannidhikumar
Creator
Creator
Author

thanks Sander for your help .