Hi,
Thanks for your help in advance. So I have a collection:
ClearCollect(ColorCollection; Sequence(100;0;1)). It contains numbers for 0 to 99, but I want to change the color of the value if this value is already present on a column named ATA that contains some numbers from 0 to 99 (ATA is a column where some values could be repetitive, so I use :
Distinct(Sort('Attachement digitalisation (test)'; ATA); ATA)
So, for exemple, if 0 exists on the list, I want the same value on the list Sequence from 0 to 99 to be on a different color (for exemple in red instead of black), indicating this value it's already on the list. But I was doing some research and apparently, you can not change a value individually. So If this is not an option, maybe adding a combobox with two columns and when the value on the sequence list matches the one on the ATA column, a text will show on the second column of the combobox like "this value has several records". I do not want a gallery, since this will not allow me to have the format I want.