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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

delete some fields

how can I delete the% Dim_Calendrier_dkey fields to the month fields.

NB: these fields come from $ field which is the system field.

thank you for yours reactions.

9.PNG

9 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Drop Field ...

What criteria are you using to select those fields? Do you want to remove them from the view/list, or do you want completely remove them from the document?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
YoussefBelloum
Champion
Champion

Hi,

try this:

=if(Left($Field,1)<>'%',$Field)

veerendrakatika
Contributor III
Contributor III

you want to hide with the prefix of % fields?

olivierrobin
Specialist III
Specialist III

hello

maybe

delete field ....

from table

Anonymous
Not applicable
Author

i want to remove from the view/list.

Anonymous
Not applicable
Author

I use them elsewhere so I can not delete from table

Anonymous
Not applicable
Author

it is not work...what is the syntax and where i can apply that.

Anonymous
Not applicable
Author

that's what it gives, it creates a second identical column12.PNG

sasiparupudi1
Master III
Master III

Try tag

Tag Fields Annee,annee,Date with '$hidden';