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: 
Not applicable

Hierarchy Drop Fields (of the NodeNames)

Hi,

can somebody of you can tell me, how can I easily drop all NodeName-Fields from a hierarchy?

But I only Need the Node_Pathsource.

I wanted to drop the fields with

"Drop Fields like NodeName*" but it does not work

(I Need this that variable, because the Hierarchy is supposed to grow. At the Moment I have NodeName1 to NodeName13 but it can easily come to Field NodeName20...)

Thanks for your help in advance.

Chris

10 Replies
hic
Former Employee
Former Employee

Hard code it?

Load

     'BS33020' as NodeID,

     ...

     From ... Where Left(NodeID,2) = 'PL';


HIC