Hi, EnumList initial values, how to select al...

Hi, EnumList initial values, how to select all ?

0 10 801
10 REPLIES 10

Write them like “Monday , Tuesday , Wednesday” into the initial value.

OK but Enumlist value is set from expression

What is that expression?

Liste[Année] who Année is a Virtual Column Translate

CONCATENATE(Liste[Année]) Translate

OK work but now in settings EnumList i see 2017, 2017, 2017, 2017, 2018. This expression list all Year value

Try…

CONCATENATE(SELECT(Liste[Année],TRUE,TRUE)) Translate

@Aleksi_Alkio Cool, OK. I’ve try with one TRUE this afternoon and doesn’t work. Now it’s OK

The second TRUE filter doubles away.

@Aleksi_Alkio thx for information

Top Labels in this Space