Collection in Iframe

Hi,

I want to insert a jaspersosft report in an iframe in my web application.

The report has got a collaction parameter, named "IdTurno" . This is the link:

http://domain001:8080/jasperserverCE/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2Freports%2FCorso%2FFrancesco&reportUnit=%2Freports%2FCorso%2FFrancesco%2FAndamentoGruppoGEP&DataDA=2013-09-25&DataA=2013-09-26&IdGruppo=3&IdTurno=1,2,3&j_username=jasperadmin&j_password=jasperadmin&decorate=no

In this case the parameter "IdTurno" is not considered

What is the correct way to use the Collection in this case?

 

 

leonardo.antonini's picture
Joined: Mar 14 2013 - 3:48am
Last seen: 9 years 7 months ago

3 Answers:

I finded the answer. The correct way is repeat the parameter.    IdTurno=1&IdTurno=2&IdTurno=3 ..... Thanks a lot.
 

 

leonardo.antonini's picture
Joined: Mar 14 2013 - 3:48am
Last seen: 9 years 7 months ago

nice! good thinking :)

sjoerd.jump - 9 years 12 months ago

replace the idTurno=1,2,3

with

idTurno=1%2C2%2C3

sjoerd.jump's picture
Joined: Oct 29 2012 - 2:39pm
Last seen: 2 years 2 weeks ago

thanks for your reply, but not working. Any Idea?

 

leonardo.antonini's picture
Joined: Mar 14 2013 - 3:48am
Last seen: 9 years 7 months ago

still on the idTurno? or not working on other variables?

sjoerd.jump - 9 years 12 months ago

no no, on the IdTurno.

leonardo.antonini - 9 years 12 months ago

if you use just 1 id instead of 3?

sjoerd.jump - 9 years 12 months ago
show 1 more...

If I use just1 ID, the report run correctly

leonardo.antonini - 9 years 12 months ago
Feedback