J_Tsang Member

Comments

  • Unfortunately in your case it looks like you'll have to write a javascript function to find and pass the account ID from the current page URL into the Domo iframe URL.
  • 1) You have an extra comma before "&pfilters" 2) Angle brackets must be removed 3) Replace <VALUE TO FILTER AS> with the account ID string you want to look for https://mycompany.domo.com/embed/card/12345679?enable=title,summary&pfilters=…
  • To embed a card with filters passed via url (remove the angle brackets and replace with your own variables): <iframe src="https://mycompany.domo.com/embed/card/720220402?enable=title,summary&pfilters=[{%22column%22:%22<COLUMN TO FILTER>%22,%22dataType%22:%22<STRING, NUMBER, DATE, ETC>%22,%22operand%22:%22<IN, NOT IN, =,…