Best Of
dynamic rank/ordering for Beastmode
Is there a way to create a dynamic column via Beastmode that will rank the rows (1, 2, 3, etc...) based on the filtering and sorting for a table card? So however you filter and sort your table, there will be a rank column that adjusts so you can see the ranked order?
Change line type to dashed in line graph
Can the line type be changed from a solid line to a dashed / dotted line in a line graph?
There are old posts where it was determined this is not possible but I would hope this has become available now.
Re: pydomo export_dataset - exporting Domo dataset with millions of rows failing
Oh!! this would work, thank you @zcameron !
Re: Is it possible to recreate the SUMIFS formula in DOMO?
You can use a case statement within your SUM aggregation:
SUM(CASE WHEN [CONDITION HERE] THEN `Quantity` END)
Re: Can someone help me with the syntax?
@MichelleH sum(sum(`loan count`) fixed by (`date`) - as I was writing it out, I think I found the error.. thank you! This one worked
sum(sum(`Loan Count`) fixed (by `Date`))
@DashboardDude I had it in the back of my mind to just go in and create a new ETL but I didn't want to create a new data source for two cards.

Re: Can someone help me with the syntax?
@damen Can you please share what you've tried so far with the fixed function?