-
pfilters in DOMO
Hi, Can we pass pfilter to pass a value which is not column in Dataset of DOMO dashboard/app studio? Let us say I have dataset Col1, Col2, Col3 which is bound to my dashboard. Now I can pass pfilters for Col1/Col2/Col3 which works fine. But now I want to pass additional parameter say UserID with value 100. Can I do this?…
-
Pass value or parameter to private embed except pfilter
Hi, We have created App Studio, which is bound to a dataset with say 3 columns: Col1, Col2, Col3. I can use pfilters to pass values of Col1, Col2, Col3, but if we want to pass some other value which is not in/related dataset, then can I use pfilter? Or there will be any other option to pass parameter to App Studio while…
-
Read pfilters in DDX Brick
We have created APP in DOMO and we are using pfilters to load the dashboard as per filters passed like we are passing client id, date range. We had to create DDX Brick as we wanted some custom logic for one card so DOMO suggested to use DDX bricks. We have created a DDX Brick and added card in APP for this Brick.…
-
Domo Iframe dynamic height code not working
I am trying to give dynamic height for domo iframe in the .NET project. but the code is not working. Please check below code <iframe id="domoFrame" src="https://<your-domo-content-url>" scrolling="no"></iframe><script> // Function to dynamically resize iframe based on content function resizeIframe() { var iframe =…
-
DDX Bricks pass pfilters or some parameters
we want to create DOMO Dashboard with DDX Bricks but we want to pass pfilters or some parameters to that dashboard so that dashboard will load data for based on those parameters. So how to achieve this