-
Ignore some page filters in cards or pages
Is there a way , where you can set a card to ignore some pages filters but accept others . if i have one datasource and a card with a precalculated value at YTD filtered by a dimension. and a filter on country and i have another card that i want dynamic as MTD, o CTD depending on what the client pre selects. and country…
-
WriteBack duplicating datasets
When using the the writeback option in Magic ETL Why does it duplicate the dataset . example below we now have 2 outputs identical. since Domo charge by rows this will have a negative impact on the number of rows we consume waste to be specific. why cannot the original datasource be used .
-
DDX Column Order
why is it that the DDX re arranged the order of the columns example. i have a ddx and the column order is as decribed below but the resulting array anyone know how to maintain the order of the columns or is this another domo feature
-
Include Headers in the historical datasets you download
When looking at the history options in the dataset you can extract and download historical loads. but the exported file does not have the header. obviously a bug because without the headers you cannot tell what the column represents
-
Sequence containers for magic etl or data flows
anyway of creating sequence containers for magic etl or dataflows we have many many dataflows and you can easily get lost. Since you cannot group them in a project folder. A sequence container like in ssis were we can group all the etls would be ideal.
-
Lineage of a field
Hi in domo can you find the lineage of a field , as in all the data flows or data sets a field appears in .
-
DDX bricks and beastmodes saved in datasets
Hi a question if i save a beast mode in a dataset why can i not refer to this field in a ddx. and will this be made available soon. i get this error status":400,"statusReason":"Bad Request","message":"DA0008: The field yAxis of data source alias dataset (mapped to data source with id 6ff2d2ee-9690-4086-someID) is mapped to…
-
User Group Hierarchy Question
Hi, a Quick question about User groups in Domo can I have a group within a group. in user management. example I have users Jhon,Bob,Joe they are in group A. I create Group B but i dont want to include Jhon,Bob,Joe one by one. Can i reference Group A in Group B. basically, like Active directory . child parent groups ??
-
Domo Python error
i am using the python tile in domo magic etl i am trying to cast a column to a category but when i try and read the dataframe to the write_dataframe i get an error # Import the domomagic package into the script from domomagic import * # read data from inputs into a data frame raw = read_dataframe('Source 2') #print('Before…
-
Python Tile Typecasting while Reading Data
A quick question in the magic ETL python Tile API method read_dataframe can you include the dtype parameter and use a datatype dictionary eg import pandas as pd import gc dtype_dic = {'%Account_Plan_Key':'category'} # Import the domomagic package into the script from domomagic import * pd.options.mode.chained_assignment =…
-
Fill In Missing Dates option in Grouped Bar Chart
Hi the option Fill in missing dates is available on the X scale in the non grouped bar chart , but i cannot find it in grouped bar chart . its generating a scale that i do not want in the grouped bar chart option. can some one tell me where to find this option in the grouped Bar chart. i am assuming the attributes for all…
-
Governance datasets with Dataset source name
Hi , we are using the azure gen2 data connector, is there a governance dataset that contains directory name and Select File name . so we are not duplicating the same dataset twice. i have looked in the Gov Datasets and i cant find any field that relates to the settings section.
-
Dataset Search Filters
Hi i was wondering in the dataset search page . in the search Box. can you filter on multiple values for the same Type. Example where i have Owned By i want to select multiple users. as it stands when i select one user IE analytics the option is no longer available and i cant select multiple users just one same with Type i…
-
Deleteing intermediary Dataset values after final OutputDataset
Hi I Am new to Domo we have a lot of very large etls that are broken down in stages. after each stage an intermediary dataset it created to the pont we have billions of rows in datasets that are only used as staging tables. my question is these tables take up space. once the final table is created, how can we delete all…
-
Indexing Magic ETL vs Adrenaline
Hi a quick question Does Magic ETL delegate the Indexing to adrenaline. if it does would it be more efficient if the dataflow was in Magic ETL or Adrenaline. if you have a big dataset im assuming the SF layer will need to transfer from one engine to another ?
-
Allow Magic ETL to evaluate formulas from Webforms
in magic ETL you have group by tile. and it allows formulas if you type the below formula by hand it evaluates. if you save the formula in a table and bring the value in the formula window it evaluates as string text and not formula
-
Allow Beast mode formulas via Webform to be Accepted
Id would be great if domo beast mode was able to accept formulas that were written in a webform. example below this does not work but this does