lmarkowski
Explorer
Member since ‎2023 Aug 07

User Statistics

  • 17 Posts
  • 1 Solutions
  • 30 Kudos given
  • 8 Kudos received

User Activity

I want certain functionalities of my custom widget to be only available while in edit mode in the story design.Looking at the console, it seems that there should be a way to detect it.How can I detect that I am in the edit mode through my widget's so...
I have a filter in my story where I disabled "Allow viewers to modify selection" checkbox. Instead, I update this filter on a click of a button, with the script API similar to this: var currentFilters = cast(Type.MultipleFilterValue, var_FDS.getDimen...
I want to store all the scripts from an Optimized Story Experience in a github repository for version control and pre-deployment revisions. I am looking for automated alternatives to manually copying the content of each script.I am currently working ...
In our team, we are reaching a point where it would make sense to implement some form of version control for the code snippets running within our stories. As multiple stories often reuse substantial portions of code, a streamlined method for sharing ...
As per title. I use Data Export API to retrieve data from the SAC models. Most of the times it works, but sometimes it responses with 500 error. I noticed it happens more often with Master and Audit Data, but not with Fact Data. I authenticate with...