-
has anyone had any luck creating dynamic columns in mysql
what I'm trying to do is for sql to check and see if a column missing, if it is then i want sql to create the column. I've done several attempts with no luck. the alter table add column sql works but it fails when i add it to the if condition. any thoughts? CREATE PROCEDURE addcol() BEGIN IF NOT EXISTS( SELECT * FROM…
-
combine multiple fields from one table into one main field
hi everyone! I'm working with a dataset in which every new transaction creates a new 'transaction date' field as oppose to keeping the dates within one field. see sample attached. I'm trying to figure out how to combined the fields 'transaction 1 date' thru whatever the number of transactions may be, into just one…
-
Page filter with Domo Eveywhere
Is there a way to embed page filters so that users can filter all card embeded within a page?
-
Domo Phoenix Font Family
There's no option to include font family with the domo phoenix library, I know it can be done with css. Does anyone have an example they can share of how they've added font family to a chart from domo phoenix? thanks.