NateJson Member

Comments

  • I actually got this working by passing some parameters into the embed iframe's src value. This is what the normal iframe might look like: <iframe id="domo-data-iframe" src="https://MYINSTANCE.domo.com/embed/card/444444444?enable=title,summary,drill,filter,picker" width="600" height="600" marginheight="0" marginwidth="0"…
  • I was able to get this working by using this query string on a page of cards: https://yourdomoinstance.domo.com/page/1111111111?pfilters=[{"column":"COLUMN_NAME","dataSourceId": "DATASET_ID","dataType":"string","operand":"IN","values":["FILTER_VALUE"]}] COLUMN_NAME = the string of the column name you want to filter on…
  • I have run into a similar issue, and after testing it seems like the text limit is 1024 bytes for a cell.
  • Was there any resolution to this? Are notebook cards not available in publication groups? I am running into the same issue.