Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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