Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hard code it?
Load
'BS33020' as NodeID,
...
From ... Where Left(NodeID,2) = 'PL';
HIC