コメント
-
I know when doing it on a card you need to the ` to the fields like pfilters[{%22column%22:%22JobNum%22,%22dataType%22:%22STRING%22,%22operand%22:%22IN%22,%22values%22: [%22',`JobNum`,'%22]}]">',JobNum,'</a>') but not 100% certain if you have to do it in embed.
-
In the dataflow you can convert it to a decimal, or in an beast mode on the card you can do "column * 1" that will convert it. Does it have dollar signs or commas in? You might need to remove those first.
-
My go-to troubleshooting method for this is to put a static value in for your field, to determine where it's erroring out. Can you rename the column (or try another column) temporarily and see if that helps? I could see the period causing issues
-
Depending on your data, you could a beast mode that's like case when count(product) = 1 then 'Show' else 'Hide' end and then filter the card to "show" and it should only show data when 1 product is selected.
-
Without more detail, our standard practice is in the dataflow to copy the rows of data, roll them forward a year and mark them "Prior year" and the original "Current year." This way on the card you can set it to "Current Month" and then use the "prior year" vs. "current year" flags to determine the difference but the card…
-
"Unique" metrics have to be pulled in the date grain you want, since if you have 3 unique users each week of the month, when you try to SUM the month it will give you 12. However if you pull that report for the month, it might only return 3.
-
Are your date dimensions the same? The GA4 connector aggregates it based on the date grain you select, so if in the connector you're pulling daily and trying to aggregate it in Domo, it might not match. Trying pulling at the same grain as the GA4 report and see if it matches.
-
On standard dashboards, no. But App Studio has some theming/branding options that can accomplish that once that drops.
-
If you turn off segments on the dashboard does that remove it? https://domo-support.domo.com/s/article/4403089503383?language=en_US
-
Do you mean like the link to the Domo everywhere page? I believe it stays consistent unless you publish/unpublish it. Even then it might persist.
-
I believe it does, or will eventually https://ai.domo.com mentions OpenAI, HuggingFace, Bard, SageMaker, AutoML and Jupyter.
-
What happens if you try a different browser?
-
If you switch it to a table card, do you see employees? Otherwise the issue might be with your aggregations, I don't think you need them if each employee has those columns on them.
-
Natively, no. But you can build a dataflow using the Domostats/Domo governance datasets that links the page to the card and then the card to the dataset.
-
Based on the error, it looks like "set_manual_login" isn't a valid object in DomoDeveloperAuth. Have you tried the "url_manual_login" like it suggests?
-
I think you could do that in the metadata, if writeback connectors appear in the dataflow tables.
-
Have you tried sharing the dashboard as a slideshow? I have clients using that on TVs. The "Publish as a Slideshow" option
-
The other thing I've done is in a dataflow just appended a date dimension so there's a "row" for each date, even if there's no "actual" data. Only caveat is you need to make sure your blank date rows match your card filters otherwise they won't help.
-
DDX Brick is the way!
-
ETL is 100% the way to go, and you can use the Domo Date Dimension if you don't have a custom calendar.
-
Window functions in a beast mode are a good way to make this dynamic! https://community-forums.domo.com/main/discussion/56212/dynamic-rank-beast-mode
-
I agree with Michelle and Grant - blanking it out with a case statement is absolutely the move here!
-
@Rafi1470 you could expand the beast mode a bit like this: SUM(case when Particulars = 'Sales' then Amt else 0 end) - SUM(case when Particulars = 'Cost' then Amt else 0 end) And then group it by order or invoice or whatever and it should give you profit!
-
That sorta sounds like it's a Domo to Reddit API issue. I'd start with Domo support and get it escalated.
-
When I had clients change email addresses, it did make them new users. From the SSO attribute section under email it says this: "The user's email address. Domo uses this value as the unique identifier for the person's account, so any value included for Email will overwrite the SAML Subject value in the SAML assertion. Domo…
-
Another great option is the dataset copy - you can create a copy with whatever interval you want and have it append.
-
If you only want to apply it to the after the @, you could split it at the @, lower the company and keep the part before it uppercase
-
I'd try just 1 row and see if it times out, but it should have been able to use 7k rows. I'd double check your connections and your permissions.
-
I don't believe that's possible - but you might be able to pull in notebook cards that would have dynamic text.
-
You could use campaigns!
