Vizlib Home Try Vizlib
Welcome
Login

Vizlib Selection Bar Guides - Document Chaining

Load Script Setup 


Add this code to your load script.


//Application ID (insert your app ID)
LET vApplicationName= 'app/7bd83989-1767-4311-9948-aade7a8b3a1c/';
//Sheet ID (insert your sheet ID)
LET vSheet = 'sheet/5e07ada0-03aa-4708-8c12-4e03f68bce75/state/analysis'; //Selections
SET vOptions = '/options/clearselections/select/' & GetCurrentSelections(']/select/','/[','];[') & ']'; //Final URL
SET vURL_DocumentChaining = vApplicationName & vSheet & $(vOptions); 


Variable

Use this variable in the link setting of the extension

$(vURL_DocumentChaining) 

Back to Top

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.