Hi, I am using Business Objects Java API. I want to find the names of the prompts and return them to a JSP.
I have been able to logon the the BOIX Server and return a list of reports. What I want to do now is to return a list of prompt for a report ID.
I have been looking on the internet and found this query
String query = "Select SI_PROMPTS From CI_INFOOBJECTS Where SI_ID='" + id +"'";
but it only returns the name of the report
Can anyone help thanks
I have been able to logon the the BOIX Server and return a list of reports. What I want to do now is to return a list of prompt for a report ID.
I have been looking on the internet and found this query
String query = "Select SI_PROMPTS From CI_INFOOBJECTS Where SI_ID='" + id +"'";
but it only returns the name of the report
Can anyone help thanks