Skip to main content
September 12, 2023
Solved

Get Selected Form Name in BR

  • September 12, 2023
  • 1 reply
  • 0 views

Guys, there is a requirement where we have to use a single template for all the 5 forms in  a workflow and depending on which form the user selects the rows and columns should generate dynamically . Is there any way we can get the Selected Form name in a BR. 

Or 

Is there any other solution for this Problem?

 

 

Thanks a Lot.

Best answer by ChristianW

Hi Kashinath

You can embed the cubeview in a dashboard and use the dashboard in the form template. Then you can pass the parameters using the Literal Parameter Value.


ChristianW_0-1694602538837.png

You need to add supplied parameter components to the dashboard to avoid prompts.

The end users won't see a difference.

Cheers

Christian

1 reply

September 13, 2023

Hi Kashinath

You can embed the cubeview in a dashboard and use the dashboard in the form template. Then you can pass the parameters using the Literal Parameter Value.


ChristianW_0-1694602538837.png

You need to add supplied parameter components to the dashboard to avoid prompts.

The end users won't see a difference.

Cheers

Christian

KashinathAuthor
September 14, 2023

Thanks Christian .Let me try it