-
Mega Table Row Grouping and Ordering
Hello Gurus - I'm trying to achieve something like this orgnization of data coming from Excel: But from the data set I get this where the Teams are filterable, but I can't see a way to consolidate all of January nor how to get column Anniversary month to sort chronologically. Thannks for any ideas tio get me in the right…
-
Using beast mode to determine att rate
I'm trying what seems like it should be a simple calculation, but I'm getting either an illogical result or an error. Scenario: If opportunity has services sold(ie >0), then calculate the % by dividing sold svcs by total deal amnt. In the table below, it would be 1250/2510, not 1250/5045 CASE WHEN SERVICES >0 THEN…
-
What would be the downside of using Appended Data to capture M/M snapshots?
What would be the downside of using Appended Data to capture M/M snapshots? Let me explain. My EVP of Services wants to see Month over Month or Quarter over Quarter closure rates for client projects. My thought was to pull the project data from SFDC and simply COUNT projects in status 'Closed', and then the Appended data…
-
Dashboards/Sub-Dashboards Management
I built a dashboard before I realized I needed to make a bunch for the entire department, and so I wanted to create a nesting in the dashboard management, but from my testing and efforts, I can only reorder them, not drop them into a different sub-dash area . Is there a way to align them, like Parent Dashboard = xxxxxx ?
-
Drill down linking to Salesforce
Is there a built-in way for us to take a user to the data that they drill down to, and in my case, using the Case Safe Opportunity ID field, have it be clickable to launch them into SFDC to view the opportunity/account details?
-
Division of Values
Hello Domo Ninjas - I'm trying to get a new value from a dataset, where I'm dividing 1 column by another. Its a strange way of measuring how much Sales is adding on Services to Product deals. I'm getting errors both in Beast Mode, when I try MOD(ProdSales,SvcsSales ) And in DataFlows when I add a Calculator, attach it to…