Forum Discussion

jogrun87's avatar
jogrun87
Regular Visitor
3 years ago
Solved

Dynamically create Reference queries based on number distinct values in a column

Hi everyone,    I have a base CSV that has a column called 'Usage'. Each time this CSV is generated the number of distinct values in the 'Usage' column will change.  Today it is 3, tomorrow it coul...
  • jogrun87's avatar
    3 years ago

    Thanks Pete, I thought this was the case, the XY probleem seems like it was written just for me :D.  I was over-thinking the problem completely.

     

    I've gone with another (much simpler) method, of just adding cond. columns, that can each cater for a wider range of values.  Thank you for your reply