cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira designer - start parameters or runtime path

04-16-2020 6:44 AM
alesb Discoverer
767 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Is it possible to start Lumira designer document with command line parameters like "lumira parameter1" ind find out in lumira, that parameter is "parameter1"?

real-time case: "https://bi.domain.com:8844/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AYf0cRhSfI1Poa3b9lPfdYc"

I would like to use global variable on the base of the runtime parameter.

The other posibility could be if Lumira has the possibility to recognize from which folder user starts shortcut for Lumira document (path). In previous Example: "https://bi.domain.com:8844/BOE/OpenDocument/opendoc/"

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

alesb
Discoverer
0 Likes

I found a Solution:

- in Lumira -

you have to create 1 or more global variables with settings:

  • name must begin with X letter - fe: Xproject or Xlanguage
  • type: String
  • Expose as URL Parameter: true

in shortcut - you add at the end of filename &"parametername"="value", fe:

  • https://bi.domain.com:8844/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AYf0cRhSfI1Poa3b9lPfdYc&XProject="INTER"&XLanguage="EN"