cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple row selection

Former Member
0 Kudos

Hi,

I am using VC6.00.0060. Is it possible to do the following with this release...

1. select multiple rows in a table?

2. Use a query that has mandatory variables in it. I am actually getting an error if I select a query from BI Query wizard that has madatory variables. I was wondering if any one else has faced a similar issue

Thanks,

Smitha

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188977
Contributor
0 Kudos

Hi Smitha,

Yes, you can do this, but you need to configure the BI Java Connectors. (I asume that you are talking about Relationals DB )

You can fine information about "How to configure a BI JDBC System for a Visual Composer" on:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/6209b52e-0401...

Then, you can connect a form or table as your query's input in order to obtain a result filtered by this selection.

You can found information and examples on :

http://help.sap.com/saphelp_nw04/helpdata/en/fd/4a7e40417c6d1de10000000a1550b0/frameset.htm

Regards.

Former Member
0 Kudos

Hi,

Thanks for your quick response.

I am sorry, I should have been more clear in describing my question...

I am actually working with BW queries and trying to simulate a control query in VC. I have a control query in BW that lets the user select one or more vendors and there a few other queries that take this as input. Right now I am able to select only one vendor in VC. ofcourse I had to replace control query with another query as control queries don't work in VC.

Regards,

Smitha