
David Phenicie
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by David Phenicie-
David Phenicie created a post,
Clone Widget and Render to Dom using sisense.js
I am attempting to clone a widget instance and display the cloned widget on the dom separate from the original. The goal is to adjust the jaql.filter on the cloned widget to display different data...
-
David Phenicie commented,
Moti Granovsky Appreciate your help with this. I have my script working within sisense UI, but I have found when I am accessing the dashboard instance from sisense.js, the dashboard script is no...
-
David Phenicie commented,
Thanks Moti Granovsky ; I tried your approach and can see how this implementation would work, unfortunately I'm running into a snag. When I add to my dashboard script, the new variable is available...
-
David Phenicie created a post,
Invoke custom dashboard function from sisense.js
I am trying to place some re-usable code within sisense so its not duplicated. The question I have is pertaining to how I can invoke these functions from within sisense.js.I am trying to understand...
-
David Phenicie commented,
Hello Moti, Thanks for your response. This does clear some things up for me... The method I am trying to achieve is what you described in your second bullet point. The change does not need to persi...
-
David Phenicie created a post,
Post widget JAQL and Refresh Embedded Widget to show results
My issue: I have a frontend using sisense.js and I am trying to update an embedded widget using a JAQL query and post to /jaql.I retrieved the JAQL query that is happening in the sisense dashboard ...