Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prahladind9
Partner - Contributor III
Partner - Contributor III

How to get Sheet Title

Hi all,

In Sheet navigation Extension we use - $scope.gotoSheet( $scope.layout.props.sheetId ); - to open a specific sheet.

and the code--

var sheetId = {

  ref: "props.sheetId",

  label: "Sheet ID",

  type: "string",

  expression: "optional",

  show: function ( data ) {

  return data.props.action === 'gotoSheetById';

  }

  };

How to print/get Sheet Title???

Why do I need this?

I want to use the sheet title - in Open Website.

I tried using  "$scope.layout.props.sheetTitle" it didn't work. !

0 Replies