Referencing SVX Enterprise Documents in SVB Analysis Configurations

Referencing SVX Enterprise Documents in SVB Analysis Configurations

book

Article ID: KB0081773

calendar_today

Updated On:

Products Versions
Spotfire Statistica 12.5 SP1 and higher

Description

When attempting to reference SVX libraries in SVB Analysis Configurations, you can re-use the same code and manage/version the SVX files as Enterprise Documents.

The following USES statement doesn't work:  

'#Uses "enterprise://ABCD/product_A/Enterprise Documents/ControlChart.svx" 

Issue/Introduction

Referencing SVX Enterprise Documents in SVB Analysis Configurations

Environment

Windows

Resolution

1. The correct syntax requires a * at the beginning of the path:

'#Uses "*enterprise://ABCD/product_A/Enterprise Documents/ControlChart.svx"
 
Or 
 
2.1  when you type '#Uses, the autocomplete UI will come up;
 
2.2  press tab or enter, you will be prompted to browse the local file system or Enterprise;
 
2.3  Make a selection and choose a file, the reference will be added automatically.