-
Sandbox repository support for dataflows with split filter or split join tiles
Currently sandbox doesn't support promoting repositories with dataflows that contain either a split filter or a split join tile. This makes the sandbox unusable with dataflows that contain these features. Please update the sandbox to be able to function with dataflows with the split filter and split join features.
-
Updating Column Names Breaks Filters in Cards (and ETLs)
We have found an issue where updating the name of a field in a dataset causes filters using that column to break in ways that can be difficult to correct, and in the case of cards, disappear entirely without notification. For example, if the MajorAccountTypeCode column is renamed, the column disappears from the Filters and…
-
In Domo Workbench select column, * not returning data
I'm new to Domo and Oracle SQL having worked in MS SQL Server until recently. In Domo workbench 'Select column, T.* from Table T' doesn't return any rows of data in the preview window. 'But Select column from Table T' and 'Select T.* from Table T' both do return rows for the preview. I thought my issue might be PL/SQL…