cancel
Showing results for 
Search instead for 
Did you mean: 

input prompt in bo design studio

Former Member
0 Kudos

Hi all

I have three separate data sources to feed my three crosstab and I have three input prompts for each of them. I have added three different button say BTN_Y, BTN_D & BTN_Q and I want like if I click on BTN_Y the year prompt should appear. If I click on BTN_D then my Date prompt should appear. But it is appearing like this

all three prompts are appearing at the same time. I need help to get them individually?

i am using

SAP BusinessObjects Design Studio
Release 1.6 SP3 (Version: 16.3.0)

SAP HANA Studio
Version: 2.3.10

TammyPowlas
Active Contributor
0 Kudos

Can you share the code behind your buttons?

Accepted Solutions (1)

Accepted Solutions (1)

MustafaBensan
Active Contributor
0 Kudos

Hi Indrajit,

It is not possible customise the standard prompt dialogue to selectively show variables via scripting. If your requirement is to show only the variables that are specific to a data source, then in your scripting you should make sure you use DS.openPromptDialog() instead of APPLICATION.openPromptDialog().

Regards,

Mustafa.

Answers (0)