コメント
-
Currently there is no way to do it at once but, if you contact your domo support they should be able to duplicate the whole page along with the cards it contains the x times you want.
-
Try this STR_TO_DATE(CONCAT(`DateColumn`, ' ', `TimeColumn`), '%m/%d/%Y %H:%i:%s') let us know if it works
-
Can you switch your series positions so that what you have on the right becomes the left Y axis where you can set the goal ?
-
The help center has instructions how to use the option. follow this link and scroll down to the bottom where it talks about the Uncollapse Columns option https://knowledge.domo.com/Prepare/Magic_ETL_DataFlows/02Magic_ETL_DataFlows_Actions_Reference
-
Oh ok , I had no idea what were you trying to do. I have never seen and email connector in my Domo instance.
-
What do you mean ? please elaborate your question
-
Nope, the share option works independently, meaning subpage visual permisions are separate from the page they belong to. If user 5 has access to Page A, it does not mean it will have access automatically to it's subpages. you'll need to treat the share permissions individually regardless of the page level (Main Page ,…
-
Hi , the suggestion of doing it through a magic ETL will create an extra dataset. So, keep in mind if is it really worthed doing it that way creating an extra dataset just to modify one column ? another simple solution would be to do it through a beastmdoe where you can say YearMonth:…
-
This screenshot should explain exactly how to
-
you will have to create a data flow (magic ETL) and use the uncollapse columns option.
-
Here it is what happens. your data before loading into Domo is in Eastern time then you don't need to specify the time zone in workbench (but workbench says UTC by defult) , now when the data makes it into Domo and you set your company settings time zone to Eastern time, what it does is adjust to eastern (but the data is…
-
In workbench what time zone are you telling the data is in ? and in your Domo instance > company settings, what is the time zone selected ? and what is your actual data time zone ?
-
you might need to use a Line+Bar card instead of single bar card. plot your beastmode average as line and the other values as bars.
-
Thanks @Bulloko I guess that is what we will have to do. So far we have not had any luck bringing the GP data through a Connector. it seems a firewall issue and also when we try to pull the GL transactions it asks for a Company Key, we have tried registration keys and company id but none seem to work. I'm marking your…
-
This is the link @jackb1117 , check it out https://dojo.domo.com/t5/Ideas-Exchange-suggest-and-vote/Scheduling-export-of-selected-cards-Power-Point-PPT-and-then/idi-p/7830
-
Yes, thats true. Everytime you create a new user in Domo, you'll have to create a new publication group. That is at least the only way I see it now. on the other side Domo has been working on a "Scheduling reporting" tool or feature that will come out soon. I dont know when or how it will work.. I saw that on a reply in…
-
The best way to do it is through the publication groups. Yes , It is based on the User Email address but when you created the Publication you set it up this way User : JSmith@orgname.com , Data filter EmployeeID#555 filtered column = EmployeeID 555 now for incoming new employees , they have to be manually created in Domo…
-
Hi @jackb1117 question, every single employee in your organization will have an active license for your Domo Instance ? meaning each employee has a Login ID and Password to go into Domo ? or what you are trying to do is to export all the set of cards created to each employee filtered by employee ID?
-
Hi @Adunne , When you say "I created a data set", do you mean directly in Domo going through the DataCenter/Add New Dataset and using an specific connector to upload the data ? or did you do it through Workbench ? also , did you make sure to set an schedule update of data and also make sure to run it for the first time ?
-
Great! could you mark the answer that was the solution. that would help others who come into this post.
-
Ugh! thats a good question, I think it can be tackled 2 different ways. 1) Use the sorting box when building your chart. follow this example below If it does not work then 2) create 3 beastmodes : a) actuals = sum(case when 'Column ABF' = Actuals Then 'Column with values' End) it could be count , average or any aggregation…
-
Yes you can, in order for it to work go to the "chart properties", Then under "General" you can specify the number of lines you want to see. Just make sure to position the series containing the values in first. Take a look at the image below , it shows exactly what I mean
-
Hi @CelineH, There is a way to do that through a Beastmode. Basically you will need to create a formula concatenating the folowwing things: CONCAT( (FormulaForThePercentage), '% sign plus the name you give your calculation', (FormulaForTheAbsoluteValue), 'Name you give your formula') ones you create your beastmode make…
-
Currently , you can not replace the label "Goal" for other word. A work around could be to create a beastmode calculation with your goal values and name it as you like. Then you can bring that into the chart as a new series. Let me know if this helps you.
-
Hi @Mackenzie actually I think there is a way to create unique identifiers for rows through Magic ETL. Once you have your input dataset , under edit columns there is an option to Combine Columns. It allows you to create an extra column (not deleting the original ones) combining all the columns you like, also you can set…
-
You can create a first Beastmode with a case statement but if you want to call it in other calculation, you will have to use the actual formula first created, otherwise it will give you a syntax error.
-
Hi Glriarte, We currently have "Domo Metrics" in our data sets which enable us to track everything you mention. Ask your Domo contact , their support should be able to make that available to you.