nikky Member

Comments

  • @ekishab, thanks for your question! Context: With programmatic filters and dashboard / card embed, your web page will have a dashboard / cards embedded into it by way of an iFrame. Depending on who is logged into your Web portal / page they may see a sales dashboard / card in the first iFrame and an marketing dashboard /…
  • @learnDomo , I have an option in Magic that would generate the following: Would the Rank By Column hold the values you would expect to see?
    in Overflow? Comment by nikky January 2023
  • You could also try a beast mode similar to: COUNT(`Item`)over(partition by `Plant`, `Product Line`, `Color`)
  • @Lf998 , you can embed domo into your web application. Ensure you create a service account in DOMO and use that account to create your credentials. Your back end code would determine who is logging into your Web App and determine which content to embed for that user - the content would be retrieved via the service account…
  • @WorldWarHulk Here is an alt approach - I used Magic2 for this example: Note that my Date column is labelled Date && my week starts on Sunday ends on Saturday. Also, it assumes that crossing months defaults to the first day of the later month - thus 10/1-10/1 and NOT 9/25-9/30 ( the week would be defined as 9/25->10/1 you…