Jump to content
Changes to the Jaspersoft community edition download ×

List of values issue


v-2muda

Recommended Posts

I have a parameter named shipcountry which I have created on the jasper studio 5.6 version now I trying to pass the value of it which select distinct orders.shipcountry FROM orders to the main dataset which is below but I get error when I preview the data in query dialog

 

SELECT orders.orderid,

orders.orderdate,

orders.shipcountry,

orders.customerid

FROM orders

  where $X{IN, orders,shipcountry}

 

ERROR :Parameter shipcountry doesnt exist

 

Also is it true that on the jasperstudio wecant create the list of values as i dont see any option to create.

 

Only I get on server .

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...