-
Re: Adding a prefix to all values in a column
You can use the formula tile with the following formula: CONCAT('Division',`Division`)2 -
Re: Filters not displaying all data present in the dataset used.
The only time a filter wouldn't apply to specific rows would be if PDP has been applied. Also check that the values are matching for row excluded and filter value applied. Ensure that no filter excep…1 -
Re: Sum distinct
Using fixed functions!1 -
Re: How can I format my Alert so that it displays the information in vertical text?
You can get this format easily and by default using a dataset alert rather than a card alert:3 -
Re: Smart Text card title show year with a comma. How do I get rid of it?
Try creating a beastmode for the field that has the 2,024 value: yourField * 1 And then use that as the filter for the card and the comma should disappear. Another option is: REPLACE(yourField,',',''…2