Comments
-
@dnewc What connector are you using? Many have more options on the "Advanced" tab under Scheduling.
-
@Ajita If you haven't already, try manually running the jobs to see if they are successful. If they still fail then I suggest the following: Verify that the Workbench user is still logged in. If that user recently had a changed or expired password, then you will need to re-authenticate in Workbench with the new credentials…
-
@Samuel. Can you show a screenshot of how you set your color rules?
-
@A_Benincasa Here is an example of what this would look like. I actually used the "Dataset Details" report from the Domo Governance Connector instead of the DomoStats connector since it already includes the Owner Name instead of just the Owner ID. Note that if you want to only include datasets with the "Delete" tag in your…
-
@Sbhatia If you add an Alter Columns tile to the ETL you can change the data type of your date field from text to date. You can read more about this tile in this Knowledge Base article:
-
Good catch @MarkSnodgrass!
-
@NathanDorsch Does the card you created have a beast mode that references the variable yet? The dashboard variable control will likely only show variables that are being actively used in the cards.
-
@NathanDorsch Have you tried using Domo Variables? If you create a numeric variable for reduction percentage, you can use that variable as an input to your beast modes on the dashboard.
-
@afieweger If it is always the same character that is showing up, then you can wrap your entire statement in a REPLACE function to remove all instances of the '>' character like this: REPLACE(RIGHT(`Sent Email`,((LENGTH(`Sent Email`))-(INSTR(`Sent Email`,'@')))),'<','')
-
@A_Benincasa If you create an ETL to join the Dataset Tags report to the Datasets report (also available in the DomoStats connector) you can pull in other details from the dataset, including owner
-
@Deepali_Chaudhary That's currently not possible. I'd suggest adding an enhancement request to the Ideas Exchange.
-
@RayRay_H (A AND B ) OR (A AND C) should work for what you want to achieve, as will your case statement with multiple conditions. Grouping different conditions using parenthesis is generally best practice if you are using just one line to avoid ambiguity. We need a little more information about what rows your want to…
-
@Deepali_Chaudhary I suggest starting with this Knowledge Base article about how to add hyperlinks to table cards. I am not aware of a way to navigate to certain page sections using a hyperlink, so I'd suggest organizing your content into different subpages that you can navigate to
-
@jtrollinger I would check your sorting settings in Analyzer. If you are sorting by multiple fields, be sure that this is the one at the top of the list. Also, be sure that you are not sorting by the SUM of the sort field.
-
@TripleZ I agree with Mark's solution. You can also try using the below formula in a filter tile to check whether the value has only numeric characters. The REGEXP_LIKE function will return 1 if it matches and 0 if it does not, so you can specify that you only want to keep the matches REGEXP_LIKE(`Part`,'[0-9]*') = 1
-
@ColeStuart I can't speak to the other features, but subset processing is live in MagicETL already
-
@bennett_for_you You will need to swap which fields you are using in the X-Axis and Series since the legend is based off of the "Series" field. Alternatively, you could create a separate card for each metric and arrange them in a dashboard with the metric name in the title instead of relying on a legend.
-
@shreeyab Can you please share some screenshots of what you're seeing?
-
@shreeyab Here are a few things to check if your drill path is not working as expected: Apply the same filters in the Data tab of the dataset to see which rows should be included in the drill Be sure that you are clicking on a dimension when you drill, not the measure, since that field is what is used to filter the drill…
-
@jtrollinger If you put SUMs around the numerator and denominator of your beast mode it should provide a weighted average in your total and subtotal
-
@shreeyab What specifically didn't work? Do you have screenshots of the behavior?
-
@Ellier You could try using FIXED functions with filter allow/deny parameters as your measures so that they filter independently.
-
@AO3 The error is likely due to using NULLIF instead of IFNULL at the beginning of your function. If it is still giving you issues after that, then I'd suggest reformatting your function to an AVG window function with 12 rows preceding instead of 12 LAG window functions.
-
Great idea! It would make sense to include this in the Data Handling section of the Input Dataset tile.
-
@joecanning It looks like federated datasets don't support Dataset Views, according to this KB Article:
-
@joecanning Can you elaborate a bit more about what you're looking for? Are you using Dataset Views or Redshift Dataflows?
-
@RTData Yes, you will need the Domo for Office Add-in. You can find the link in your instance under Admin > More > Tool Downloads.
-
@Ellier You'll likely need unpivot your data so that "Ramped Headcount" and "Partially Ramped Headcount" are on separate rows. Then you should be able to use a simple quick filter/slicer instead of a variable
-
@PJG If you use a beast mode to force the sort order, you can still use the original field in your bar labels as long as the beast mode is in the sorting section of Analyzer
-
@carthur Are you applying any other filters to your card that could be excluding more recent data?