ternst Member

Comments

  • Update: I figured it out: domo.onFiltersUpdate(result => {dropdown.value = result[0].values[0];}); onFiltersUpdate will block the page filter from filtering my brick (which I want) + I can manually pick what the selected value is (result[0].values[0] works for me since I can only have one selection). Had to enable…
  • Thanks for the suggestion. Unfortunately it does not work. I think I understand what is happening here: My dropdown updates the global filter. So when the pdf is created it picks up the global filter and applies it to the dashboard. However, I set the brick to not be filtered by the global filter (otherwise selecting…
  • Thanks for the suggestion. Unfortunately, this is not an option since those customers fluctuate quite a bit.