Jump to content

astones

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

astones's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post
  • Conversation Starter
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. Hi, I have a very simple script which runs when a document property is changed. properties = { “X”: “resultsX”, “Y”: “resultsY”, “Z”: “resultsZ”, } for field, property in properties.items(): Document.Properties[property] = field if Document.Properties[“results”] == field else "Placeholder" The problem is that for security reasons, IronPython scripts will not run in Spotfire Cloud, which is what we have. Is there another way to reproduce this functionality, e.g. by using TERR? Thanks! Adam
  2. Thank you @barchiel33 and @David Boot-Olazabal for your quick and detailed responses, which are unbelievably useful.
  3. Hello! I'm interested in being able to have the dashboard user be able to select which columns to show on e.g. category or value axes, or in pie charts. Is it possible to have this option in `Viewing` mode (not just Editing), so they can select from a dropdown which columns they want to show? Finally, is it possible to limit the choice of columns for a particular axis to a pre-selected few that I can choose when building the dashboard? Thank you! Adam
×
×
  • Create New...