ContributionsMost RecentMost LikesSolutionsRe: Dashboard Button Image change Thanks everyone -EricOsmanski's method worked fine, it seems that I was pointing to an incorrect/non-existant file, hence the "key was not present in dictionary" error Re: Dashboard Button Image change Hi Eric, Thanks for your solution! I've tried something similar but for some reason I'm always getting the below error: For my set up, I made a parameter to store the image and use it on my b...Dashboard Button Image change I have a dashboard with a button component in which I have a XFBR String which alternates between two colors for the button's image background when clicked. Similary, I would like to be able to alt...SolvedREST API Endpoint to extract data from cube view Is there a way to extract data from a cubeview with the OneStream REST API? I've tried using the "DataProvider/GetAdoDataSetForCubeViewCommand?api-version=5.2.0" endpoint from the doc via Python...SolvedRe: REST API Endpoint to extract data from cube view Thanks a lot for the replyNicolasArgente! At first I was going to omit them but then realized omitting them seems to set everything to 'True', which would show some unnecessary data for my purpose ...Re: REST API Endpoint to extract data from cube view This was indeed what was messing with my data - I first tried to remove the variables and hardcode the values in my cubeview layout and was able to see the data when i made the call request ! Thank y...Re: REST API Endpoint to extract data from cube view Hi JackLacavaThanks for getting back so fast ! I have tried passing variables (the only ones I'm aware of are the ones from the doc - see screenshots below from the doc examples) Are t...Re: Ad-hoc cube queries from client processes Hi , just curious how are you able to extract data from a cubeview with the REST API? Do you use the "DataProvider/GetAdoDataSetForCubeViewCommand?api-version=5.2.0" endpoint ? I've tried to pri...