meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:v8_0_0:howto:url [2020/07/08 10:37]
sylvainair
en:v8_0_0:howto:url [2021/02/01 11:33] (current)
sylvainair [vglArchive=1]
Line 1: Line 1:
 ====== Create URL to access Vigilens ====== ====== Create URL to access Vigilens ======
- 
- 
 One of the great strengths of Vigilens Reporting is the possibility to call up a report from a third party software or a simple browser. Here is the detail of the syntax. One of the great strengths of Vigilens Reporting is the possibility to call up a report from a third party software or a simple browser. Here is the detail of the syntax.
  
Line 14: Line 12:
  
 <WRAP round tip> <WRAP round tip>
-In [[:​en:​v8_0_0:​designer:​start|Designer]],​ there is a #TBC [[:​en:​v8_0_0:​designer:​menus:​accueil:​start#​command_line|command line wizard]] that create ​a basic URL for you. Improve this URL to fit your needs.+In [[:​en:​v8_0_0:​designer:​start|Designer]],​ there is a #TBC [[:​en:​v8_0_0:​designer:​menus:​accueil:​start#​command_line|command line wizard]] that creates ​a basic URL for you. Improve this URL to fit your needs.
 </​WRAP>​ </​WRAP>​
  
Line 22: Line 20:
   * Runtime parameters are passed using their shortcode.   * Runtime parameters are passed using their shortcode.
     * syntax : ''&​ShorCode="//​SelectedValue//"''​.     * syntax : ''&​ShorCode="//​SelectedValue//"''​.
-  * You cannot use wildcard ("​*"​) for a parameter used as [[v8_0_0:​designer:​menus:​accueil:​nouvellerequete:​criteres|criteria]]+  * You cannot use wildcard ("​*"​) for a parameter used as [[:en:v8_0_0:​designer:​menus:​accueil:​nouvellerequete:​criteres|criteria]]
 </​WRAP>​ </​WRAP>​
  
Line 28: Line 26:
   * Specifies the name of the query to execute.   * Specifies the name of the query to execute.
   * This parameter is mandatory.   * This parameter is mandatory.
-  * "//​QueryName//" ​it represents the relative path of the request ​in relation to the shared directory (path as it appears in the Vigilens interface).+  * "//​QueryName//"​ represents the relative path of the query in the shared directory (path as it appears in the Vigilens interface).
  
 <WRAP round important>​ <WRAP round important>​
Line 34: Line 32:
 </​WRAP>​ </​WRAP>​
 === Exemples === === Exemples ===
-  * ''​table.php?​vglCtrlName=Test''​ => Launches the "​Test"​ query directly under the shared directory..+  * ''​table.php?​vglCtrlName=Test''​ => Launches the "​Test"​ query directly under the shared directory.
   * ''​table.php?​vglCtrlName=SubDir\Test''​ => Launches the "​Test"​ query in the "​SubDir"​ subdirectory of the shared directory.   * ''​table.php?​vglCtrlName=SubDir\Test''​ => Launches the "​Test"​ query in the "​SubDir"​ subdirectory of the shared directory.
 ==== vglUserName=UserName ==== ==== vglUserName=UserName ====
Line 42: Line 40:
   * Force an output type other than the one provided in the query.   * Force an output type other than the one provided in the query.
   * Possible values are :   * Possible values are :
-    * Grid : Interactive Grid (default) +    * Grid: Interactive Grid (default) 
-    * XMLTable : XML Page (table) +    * XMLTable: XML Page (table) 
-    * XLTable : Embeddable XML page in Excel (query call from Excel only)+    * XLTable: Embeddable XML page in Excel (query call from Excel only)
     * PDF     * PDF
-    * XLS : Excel file +    * XLS: Excel file 
-    * TXT : text file+    * TXT: text file
   * This setting is optional.   * This setting is optional.
 ==== vglHeader=HeaderFormat ==== ==== vglHeader=HeaderFormat ====
Line 76: Line 74:
   * This parameter is optional.   * This parameter is optional.
  
 +==== vglQueryEnv=Environment ====
 +  * This command allows you to control the JDE environment for the execution of the query (see [[:​en:​v8_0_0:​admintool:​menus:​accueil:​envtodb:​start|database / environment configuration]] with AdminTools).
 +  * This parameter is optional.