but in my case it doesn’t work.
On “Valid IF” I have this formula: T_ROSA [ID_CICLIST] (which I use to retrieve the data for the EnumList) how can I also add the formula: COUNT ([_ THIS]) <= 8 ? (I want to limit max 8 choise)
Finally I wanted to ask you if you think it is possible that each value chosen by the EnumList goes on a new line instead of in a list delimited by a separator.
Thank you for your reply.
I’ve tried it but don’t work.
I see this error:
Column Name ‘ID_CICLISTA’ in Schema ‘T_INVIO_FORMAZIONE_Schema’ of Column Type ‘EnumList’ has invalid ‘Suggested Values’ of ‘=T_ROSA[ID_CICLISTA]’. The type of the Suggested Values does not match the column type.
Wouldn’t the Suggest Values be the EnumLists not the items inside of it if you use T_ROSA[ID_CICLIST]? So the suggested values are EnumLists of References not References?
I tried. But with this formula I see all the values of the column and not only those of the reference item are filtered.
If I use T_ROSA [ID_CICLISTA] I only see the elements I need.
Wouldn’t the Suggest Values be the EnumLists not the items inside of it if you use T_ROSA[ID_CICLIST]? So the suggested values are EnumLists of References not References?
I use T_ROSA [ID_CICLISTA] because I only want to see some filtered values.
I tried. But with this formula I see all the values of the column and not only those of the reference item are filtered.
Sounds like you had been benefiting from the magic dependent dropdown feature. Complex Valid If expressions cannot be used with dependent dropdown, so we’ll have to recreate the functionality, which is doable.
I tried it. I have this error:
Expression ‘SELECT( T_ROSA[ID_CICLISTA], OR( ISBLANK([THISROW].[IDSQUADRA]), ([IDSQUADRA] = [_THISROW].[IDSQUADRA] ), TRUE )’ could not be parsed due to exception: Number of opened and closed parentheses does not match.
Column Name ‘ID_CICLISTA’ in Schema ‘T_INVIO_FORMAZIONE_Schema’ of Column Type ‘EnumList’ has invalid ‘Suggested Values’ of ‘=SELECT( T_ROSA[ID_CICLISTA], OR( ISBLANK([_THISROW].[IDSQUADRA]), [IDSQUADRA] = [_THISROW].[IDSQUADRA] ), TRUE )’. The type of the Suggested Values does not match the column type.