Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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

Alper
New Member

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 316
3 REPLIES 3

@Alper

SELECT(TableName[VirtualColumnName], TRUE, TRUE)

Alper
New Member

@Levent_KULACOGLU works perfectly, thank you.

@Alper you’re welcome…Glad to be of help

Top Labels in this Space