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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
Miguel_Angel_Baeyens
Support
Support

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
Support
Support

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