Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik sense widget navigate to sheet/storyboard

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.

1 Reply
Ricardo_Gerhard
Employee
Employee

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:

https://help.qlik.com/pt-BR/sense/February2018/Subsystems/Hub/Content/Scripting/ConditionalFunctions...

https://help.qlik.com/pt-BR/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/SetAnalys...

Regards

Ricardo Gerhard

Ricardo Gerhard
OEM Solution Architect
LATAM