-
Re: Dropdown selector filter card not displaying all values
@jrtomici Do the same UID's appear in multiple rows? If so, that may be the issue. If for example, each UID appeared 10 times, then there's actually 190 "values" or rows and it's just showi…1 -
Re: Calculated Column if 2 Fields Match
@jhartley case when 'Field1' = 'Field2' then 'Match' else 'No Match' end1 -
Re: How to make sure dashboards are organized the same way for users in a group (or across groups)
@tlammie1806 If you want certain pages to be in the same order for everyone then you have to create the pages in the 'Company page settings' in Admin>Company settings. This is the only way I know …3 -
Re: Color Rules based on column not used in chart
@newbee You can use a beast mode to create the column. Something like: case when CURDATE() <= 'DateField' then 'Actuals' else 'Forecast' end This is just an example and depending on your data, you…1 -
Re: Return most recent row/date
@AdamC You can use a Rank & Window tile: https://domohelp.domo.com/hc/en-us/articles/360042922814-Old-Magic-ETL-Tiles-Rank-and-Window Using Row Number as the function, then ordering by EVENTTIME …3