a10hall Member

Comments

  • This is how DOMO has handled filtering with null values for awhile now; I can't remember if it was for New ETL or an update after that. I suggest assigning a value for the NULL values using Value Map or Formula in ETL. CASE WHEN FieldA IS NULL THEN 'Blank' ELSE FieldA END This should save the data from being deleted by…
  • From the Settings, click the "Already Shared with" dropdown and it will let you manage the users.