Greg_B Member

Comments

  • With face or radial gauges, i see in the properties where i can assign the value, however what if i want this value to be based on a value in the dataset? For instance, if i want 4-6 to be yellow high/low range, this could change by the customers if they decide to go 3-5, instead of having to update the card, can there be…
  • Agreed, We have over 300 "cards" in multiple instances setup just to give access to users. This should be set at the dataset level, not the card level.
  • Would be nice to know what other standard mySQL features arent supported by DOMO. the With statement is commonly used. Do we need to request an enhancement for every feature in mySQL that DOMO doesnt support? Perhaps some doc would be nice to tell the end user "mySQL is not the actual mySQL, but a limited set of its…
  • ALTER TABLE wo_job_hv ADD INDEX('flctr_bu_id'),add index('work_order_number'), add index('tech_id') , add index('src_db_id') I did this as it relates to the article, after running for 45 minutes it errored with ... The database reported a syntax error: You have an error in your SQL syntax; check the manual that corresponds…
  • THat works on the specific dataflow, however what if i want to put all those indexes directly on the dataset? So if i have 15 datasets coming from those 4 tables, i dont want to create 4 transformations on each flow. Just apply one to the data table itself, and then it is there. Is that possible?