-
Table Export
Hi, I have a card that has the data table rows set to 50. When I export this out to either Excel | CSV, the results would only come back as 50 rows. Does anyone know how to export the full table without removing the 50 limit on the table? Warm regards, Marc H.
-
Summary Numbers - Adding Commas
Hi, I wasn't able to find out much about this searching the DOJO, so hopefully this could be useful to everyone. I've created a CASE statement using a very simple algorithm to add in comma seperators when you're trying to CONCAT multiple values in the Summary Numbers. CASE WHEN LENGTH(CONCAT ( '' ,ROUND(Sum(`A`), 0) )) =…
-
Summary Numbers: Adding Commas
Hi, Everyone, I couldn't find much about this topic in DOJO, so hopefully this would be helpful to everyone. This is just a CASE Statement with a very simple algorithm to add commas when you're trying to add multiple values into the Summary Numbers. Enjoy! Warm regards, Marc H. CASE WHEN LENGTH(CONCAT ( '' ,ROUND(Sum(`A`),…