Forum Discussion

Sander800's avatar
Sander800
Helper I
9 years ago
Solved

Create list based on multiple columns

Hi All,   I am new here so please correct me if I am wrong.   I am trying to create a cutsom filter list based on multiple columns. I have a table with 3 columns each column representing a hierac...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Naturally, that would happen, if you unpivot.

     

    The reason, I'm asking, is that there is no intuitive way to slice the original table like you are asking for unless you create all the possible combinations of the 3 columns. That can be done in 2 ways (as I see it). Either unpivot or create all the combinations with a concatenate function (which, I think, is a very clumsy method). Either way, your database will grow in size. Unfortunately, I'm not familiar with any convenient way to slice like you are asking for.

  • Sander800's avatar
    Sander800
    9 years ago

    Hi Martin,

     

    Thank you for all your help. Though not the outcome I hoped for at least now I know there are no alternate solutions.

     

    KR,

    Sander