ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: BloX - Dropdown list as a dashboard filter Hi Liliia_DevX, Thanks for sharing these various code segments. I went ahead and tested out your updated version and got it to work in my environment. However, I'm looking to have just the drop down act as the filter. I would like to edit the following code so that I can just select the choice from a drop down list of specific dates, so that my list of items within the blox widget update accordingly (not at the dashboard level). This is the following segment that I am trying to enhance. Thank you. { "type": "Input.ChoiceSet", "id": "data.filters[0].filterJaql.members[0]", "class": "", "displayType": "compact", "choices": "{choices: Category}" } Overwriting a Live model with .smodel file in order to share shared formulas Hi all, I have two live models that are exact copies of each other. I want to be able to share the shared formulas I created for one model on the other model. I was curious to find out if I am able to overwrite one live model with the .smodel file of the model where the shared formulas were created. Thank you. SolvedRe: Resizing widgets past their size limits Hi, Similar to the issues above. I was trying to maintain the resolution of a chart type widget so that the value label never disappears from the top of the widget. I this possible? Thanks