Cilick on table visualization row and highlight Spotfire action control button - spotfire

I have a table visualization in my Spotfire dashboard, which shows up all the required values. I have a Spotfire button in a text area, which picks the values from the selected row in my table.
I want to highlight the button whenever I click on the rows of my table visualization.
Any suggestions on how I can add any onclick function to my table visualization, to achieve the above?
Thanks in advance!

So you want to trigger an IronPython script on a click of a column in a table visualisation ?
I guess in the the graphical table there is an "Action" which can be configured to trigger the IP script.
And you could also mark the row and pass it as in input to the datafunction which in turn updates a Doc prop and triggers the IP script.

Related

Power BI show/hide slicer based on another slicer value selection

Following the article, I was able to show/hide line charts through applying card measure over line/bar charts visual. It is also required for the project to show/hide other slicers based on primary slicer value. please see attached image
The interaction with slicer's Dropdown icon is not possible once applying card measure over the secondary slicers. Is there any way through DAX or other workaround to send the transparent card back to original visual (slicer in this case) for interaction? Thanks so much.
Just to update if you face similar issue, this issue has been resolved through using buttons (instead of slicer) for the Interval values. Then used bookmarks and selection pane to show/hide other slicers/visuals. I found this way much easier and interactive. Thanks.

EXCEL: Chart not Updating when Value on Dropdown changes

I created a chart which automatically updates ranges when data is added to the source table. I added a dropdown menu which tells the chart what data to display/show. My problem is, the chart doesnt automatically update when the dropdown value is changed, i need to press CTRL+SAVE for the data to match the value on the dropdown. Can someone please point me to the right direction?
here's an image of my graph. as you can see, the dropdown has three options. if i change the dropdown value, the chart wont update unless i press CTRL+S. Please note that I am not using vba/macro for this.
Thanks in advance.
Not sure but maybe automatic calculation is off

Filter Azure table with respect to current date

Can we query the azure table in Azure Storage Explorer based on current day/date?
I am trying to fetch the records which are older than 90 days. I was able to filter based on given date, example:
UpdatedAtUtc lt datetime'2019-02-27T21:55:16.9605195Z'
But I would like to query it based on current day
You should be able to achieve this by doing the following:
Selecting the table that you wish to query.
Clicking on the query button above the table display.
Selecting the field you wish to query on (UpdatedAtUtc)
Checking the box to the left of the field
Deleting the row below the field you have selected (X button).
Clicking on the value dropdown.
Selecting 'Custom'.
Enter 90 days.
Check the UTC radio button.
Click ok.
Click the Text Editor button (under close query and next to query builder).
Change ge to lt or le depending on your requirements - supported syntax is available here.
Run the query by clicking the play button.
Refer to the suggestions mentioned by Gaurav Mantri.
Kindly let us know if the above helps or you need further assistance on this issue.

Reading data of selected row in grid

With button click if I am using PXAdapter I am able to read the main master data but it is not reading of the selected grid. For Example, in the Case screen if I want to get the data of selected row in Activities tab, how can I achieve that. Any suggestions?
With below code you can get the currently selected row from the grid
Base.Activities.Current

get selected row value from Dynamic CRM main grid

Hi i want to fecth (column) values of selected row from the main grid, on click of ribbon button .After getting value i want to copy that values but however in first place i m not able to get the value on button click.
To do this, you'll want to modify the Ribbon XML.
Look at http://msdn.microsoft.com/en-us/library/gg309639.aspx and http://www.develop1.net/public/page/Ribbon-Workbench-for-Dynamics-CRM-2011.aspx

Resources