-
CONCAT different cells in the same column
Hello I have a column let's says its called 'Column A' and it looks like this: COLUMN A 1 2 3 4 How do I concat so It shows in the same column like so: COLUMN A 1,2,3,4 Is there a beast mode that can help me do that? Thanks!
-
Total Column in a different column
Good Morning I have a column let's say (look below) Is there a way to create another column with the total sum of that column? So it reads a new column that says total and it should be the same number? Thanks! category category total A 1 A 1 6 A 0 A 0 6 A 2 A 2 6 A 3 A 3 6 A 0 A 0 6 B 0 B 0 2 B 2 B 2 2 TOTAL 8
-
Changing Font Color
Good Morning. Is it possible to change the font color of my table if a condition is met using a beast mode. I have something like this CASE When `BI_Weight` ='5' then CONCAT ('<div style="font-color:#A43724">', `ICR_NUMBER`, '</font>') else `ICR_NUMBER` end but I only get text. Any help would be appreciate it. Thanks
-
Fill the space in a row for a domo card table
Hello, I wanted to replace my client name with their logo, and I did this by creating a separate domo card with the logo and creating a beast mode to replace the name with the image. CASE WHEN `CUSTOMER_NAME`= 'DELTA AIR LINES' THEN ('<img…
-
Replacind information with images
Hi, I am trying to replace the name of the client with their logo in my domo card table, but so far no luck. I tried a beast case calculation but to no avail. I also created a domo card with their image to see if that helped. Any help would be appreciated it. thanks