Hi, I want to create a column which will func...

Alper
Participant IV

Hi, I want to create a column which will function as enum list, from values of a (virtual) column but of course I need only the unique values of whats available in the virtual column. What might be the best approach to handle this? Thanks,

0 3 290
3 REPLIES 3

@Alper

SELECT(TableName[VirtualColumnName], TRUE, TRUE)

Alper
Participant IV

@Levent_KULACOGLU works perfectly, thank you.

@Alper youโ€™re welcomeโ€ฆGlad to be of help

Top Labels in this Space