Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I have a widget which reads from the table below however when passing the sheetid into ng-click action it does not work.If i hardcode the sheetid the button works.
load * inline
[Nav
navigation.gotoSheet('657b7c0d-58f5-42f9-a4fc-d9b6faf4c22d')
navigation.gotoSheet('e651277c-c3e5-43b9-b6f4-d8e69b7c129f)
navigation.gotoStory('561fa164-63db-49c6-b658-91f3363016ce')
];
I have tried the following syntax attached is snapshot.
ng-click="navigation.gotoSheet('657b7c0d-58f5-42f9-a4fc-d9b6faf4c22d')" -- Works but hard coded
ng-click ={{row.dimensions[0].qText}} -- did not work
ng-click ='{{row.dimensions[0].qText}}' -- did not work
ng-click ="{{row.dimensions[0].qText}}" -- did not work
Can someone help me with the code thanks?
PS I'm using a widget and not an extension as we are not allowed to use JS within our environment.
Dear Amandeep,
You have a possibility to build a mashup then copy the code into your page, using the complete sintaxe.
So, if you want to choose a value inside a table on the graph, you might use:
Regards
Ricardo Gerhard