Jump to content
We've recently updated our Privacy Statement, available here ×

Create Fields by Parameters


2005 IR Help

Recommended Posts

By: Tobi Trapp - nocheintobi

Create Fields by Parameters

2004-06-29 02:03

I?m trying to create a single report template which may be used for different queries on different tables. Setting the Query by Parameter is no problem but when I try to set the fields by parameter I only get Errors. I tried the following:

 

<field name="$P!{DataField1}" class="java.lang.String"/>

 

(==> org.xml.sax.SAXParseException: Attribute value "$P!{DataField1}" of type NMTOKEN must be a name token.)

 

and

 

<field name=$P!{DataField1]class="java.lang.String"/>

 

(==> org.xml.sax.SAXParseException: Open quote is expected for attribute "name")

 

Can anybody help?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...