Looking for a little assistance. I’ve set up a color column in a choices table to change the color of a tag in my app depending on the choice (in this case, a “store”). All works perfect in preview but the published version of the app defaults all colors to the accent. Is this a bug or have I missed something?
And this fifth column works, but the color still needs to be defined and placed in the data column. Then, @ridelogix what does your data table look like?
Coincidentally your store name is the same, what if it has a variant? Maybe this is generated wildly like my 4th column example. I doubt that in the 5th column example I can work with sources from different tables. Maybe this problem will go away if you define the colors again in the same table, rather than across tables.
Thanks @Himaladin! This behaves the same regardless of store name variant. I am also not sure I prefer to define the colors in the same table as that removes the relational nature of it all (i.e. I don’t want to have to nominate a colour for a store entry every time that store comes up, just to refer to the choices table).
I don’t quite understand what you mean.
How about trying the first method from the thread above, where you need to add one more ITE column to your sample_output table? This column will align the store name and color in the same table and row, so you won’t need to use your choice table anymore.
Or do you have a relation column for the store name and a lookup column to pull the color from your choice table?
Thanks! I’ve aligned to the ITE method for now and ditched the choices table reference. It was less work than I thought to set-up the filters but i still see a scalability issue if you are dealing with 500 stores and dynamic changes to colors based on their designation. Which is why i think the separate table works better if we could get it to function properly. Wdyt? Either way, thank you for your support