Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimensions

Within my current product I have Localities which can drill into teams, for example, North, South, West Localities that can drill into team 1, team 2, team 3 for each locality.  What i'm after is creating a top level TRUST dimension. Is this possible?

Thanks

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hi Kevin,

Do you mean a "TRUST" value in a new field for all possible localities? If so, yes, just add a new line to your LOAD script:

LOAD Locality,

     Team,

     "Top Level" AS Trust

...

FROM ...

Hope that helps.

Miguel

View solution in original post

1 Reply
Miguel_Angel_Baeyens

Hi Kevin,

Do you mean a "TRUST" value in a new field for all possible localities? If so, yes, just add a new line to your LOAD script:

LOAD Locality,

     Team,

     "Top Level" AS Trust

...

FROM ...

Hope that helps.

Miguel