Skip to main content



      Home
Home » Archived » BIRT » Need clarification on Dataset Property Binding
Need clarification on Dataset Property Binding [message #243381] Tue, 19 June 2007 13:52 Go to next message
Eclipse UserFriend
Hi,
I'm a little confused on how the Dataset Property Binding works. The
documentation I'm finding in the help, doesn't really explain what it does.

Here is what I would like to do. I have a database with different
schemas, facility#. I have a user that has select permission on all the
different schemas, reportuser. That user is the login/password that I've
defined as my datasource.
Now I want to create a data set, and here's where my question on
Property Binding comes in. Can I use property bindings to specify a
schema name? For example:

select *
from param[facility].item

Where facility is a parameter passed in to the report. How would I
accomplish this using property bindings? Or if this isn't the best
solution, what would be the best solution.
Re: Need clarification on Dataset Property Binding [message #243655 is a reply to message #243381] Wed, 20 June 2007 16:03 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

You should be able to do this with property binding or script.

your property binding may have to look like "select * from " +
param["facility"] + ".item"

Jason

Raishad wrote:
> Hi,
> I'm a little confused on how the Dataset Property Binding works. The
> documentation I'm finding in the help, doesn't really explain what it does.
>
> Here is what I would like to do. I have a database with different
> schemas, facility#. I have a user that has select permission on all the
> different schemas, reportuser. That user is the login/password that I've
> defined as my datasource.
> Now I want to create a data set, and here's where my question on
> Property Binding comes in. Can I use property bindings to specify a
> schema name? For example:
>
> select *
> from param[facility].item
>
> Where facility is a parameter passed in to the report. How would I
> accomplish this using property bindings? Or if this isn't the best
> solution, what would be the best solution.
Previous Topic:BIRT runtime_2_1_2 and WebSphere 6 : charts not rendering
Next Topic:IBM WebSphere 6.1.0.5: BIRT Viewer exception
Goto Forum:
  


Current Time: Wed Jun 04 10:38:53 EDT 2025

Powered by FUDForum. Page generated in 0.45973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top