Is it possible to return the label instead of the key column?
Iโve a column with an ordered enumlist of Organisations
Valid_if= Orderby( List Organisation[ID], [Nombre Acc. physiques],True, [Organisation],False)
The list is ordered by [Nombre Acc. physiques] and [Organisation]
When a user selects an organisation in the list, it returns [ID] of the list and not the organisation.
Is there a solution for this?
Greetings, Bram
@Diogenes_ASBL_VZW you can keep the key and add a secondary column that has an app formula that does a derefference. OR you can simply create the list of organizations in the valid if.
help.appsheet.com - Dereferences Dereferences help.appsheet.com
Thx Grant,
I think iโll do the derefference in an other column.
The formula Orderby is only working when you use the key column: ORDERBY(List[Key column],[orderby column],false)
I tried this, but this is not working:
ORDERBY(List[Organisations],[orderby column],false)
with [Organisations] not the key โฆ
Thx a lotโฆ Bram
@Diogenes_ASBL_VZW agreed, orderby only works on keys.
User | Count |
---|---|
15 | |
9 | |
9 | |
7 | |
3 |