Skip to main content



      Home
Home » Archived » BIRT » Chart Interactivity
Chart Interactivity [message #211039] Thu, 11 January 2007 23:40 Go to next message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

Hi Folks:

I have a pie chart which I would like to link to a sub-report. The
sub-report has a parameter which needs to be obtained from the pie chart.
The parameter value I need to obtain is the distinct name for each item
listed in the legend. The distinct category which has been selected.

I have tried interactivity (Mouse Click, URL Redirect) on both the "value
series" and the "legend". From a value series perspective, I have tried to
set the parameter value from

1. Within the "Edit Base URL", "Report Parameters". If I set the value
manually from this location. (e.g.: "value name"), the report displays
correctly. However, I cannot figure out how to get the value dynamically.
Again, the value needs to be one of the distinct names from within the
legend.

2. Within the "URL Parameter Names". Here, I set each option to the name
of the report parameter needed on the sub-report.

From a legend perspective, I have tried to set the value just as I did in
number 1. above.

Can anyone see what I am doing wrong?

Thanks,

Jeff
Re: Chart Interactivity [message #211198 is a reply to message #211039] Fri, 12 January 2007 07:39 Go to previous messageGo to next message
Eclipse UserFriend
Try this:

On the value series interactivity dialog, choose hyperlink - drillthrough
(in edit base url dialog) and pick your target report.
Go back to the interactivity dialgog, (click Advanced if you see this button),
you will see some input boxes, one is called Category Series, add the name
of the target parameter there.

Thanks,

David

> Hi Folks:
>
> I have a pie chart which I would like to link to a sub-report. The
> sub-report has a parameter which needs to be obtained from the pie
> chart. The parameter value I need to obtain is the distinct name for
> each item listed in the legend. The distinct category which has been
> selected.
>
> I have tried interactivity (Mouse Click, URL Redirect) on both the
> "value series" and the "legend". From a value series perspective, I
> have tried to set the parameter value from
>
> 1. Within the "Edit Base URL", "Report Parameters". If I set the
> value manually from this location. (e.g.: "value name"), the report
> displays correctly. However, I cannot figure out how to get the value
> dynamically. Again, the value needs to be one of the distinct names
> from within the legend.
>
> 2. Within the "URL Parameter Names". Here, I set each option to the
> name of the report parameter needed on the sub-report.
>
> From a legend perspective, I have tried to set the value just as I did
> in number 1. above.
>
> Can anyone see what I am doing wrong?
>
> Thanks,
>
> Jeff
>
Re: Chart Interactivity [message #211425 is a reply to message #211198] Sat, 13 January 2007 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

Hi David:

I don't see an advanced tab where I can enter information associated with
the Category Series. (Version 2.1.1) I can however see those options from
the category series interactivity dialog, under the heading "URL Parameter
Names".

Let me explain what I am doing in more detail and maybe you can see what I
am doing wrong.

1. I have a report which has a praemeter defined. The parameter is called
LastName.
2. The report has a line graph with the following SQL for the Data Set.

select * from table1 where table1.name = ?

3. In the Edit Data Set, Parameters, I have a parameter defined as:
Name: param1
Data Type: String
Direction: Input
Default Value: N/A
Linked to Report Parameter: LastName

4. I have a bookmark defined for the line chart called "MyBookmark"
5. In a seprate report, I have a pie chart. The category series is
LastName.
6. In the Format Chart, Value Series, Interactivity Dialog, I have a Mouse
Click - URL Redirect created.
7. Under Edit Base URL, I have:
Select HyperLink Type: Drill-through
Step 1: I have Selected the target report described above.
- Report Parameters: Parameters: LastName, Requiered: YES, Values: NULL
(Tried LastName here, but it did not work)
Step 2: Target Bookmark set to "MyBookmark"
Step 3: "MyBookmark"
Step 4: New Window
Step 5: html

8. Back in the Interactivity dialog, URL Parameters Names: Category Series
is set to "LastName"
9. I update the report.

When I preview the report, click on a segment of the pie chart, the first
report described above is presented. However, I am asked for the parameter
LastName in a parameters dialog. (I read that if the value is being passed
on the URL, this dialog should not appear.) If I supply no parameter, the
report is blank. If I supply a valid parameter (LastName), the report is
correct.

I have concluded that the report being called from the pie chart is not
being passed the category series parameter as expected. Can you see that I
am doing anything incorrectly here?

Thanks David.

Jeff

Under data sets, parameters,
"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:9c678db72668c9046630329724@news.eclipse.org...
> Try this:
>
> On the value series interactivity dialog, choose hyperlink - drillthrough
> (in edit base url dialog) and pick your target report.
> Go back to the interactivity dialgog, (click Advanced if you see this
> button), you will see some input boxes, one is called Category Series, add
> the name of the target parameter there.
> Thanks,
>
> David
>
>> Hi Folks:
>>
>> I have a pie chart which I would like to link to a sub-report. The
>> sub-report has a parameter which needs to be obtained from the pie
>> chart. The parameter value I need to obtain is the distinct name for
>> each item listed in the legend. The distinct category which has been
>> selected.
>>
>> I have tried interactivity (Mouse Click, URL Redirect) on both the
>> "value series" and the "legend". From a value series perspective, I
>> have tried to set the parameter value from
>>
>> 1. Within the "Edit Base URL", "Report Parameters". If I set the
>> value manually from this location. (e.g.: "value name"), the report
>> displays correctly. However, I cannot figure out how to get the value
>> dynamically. Again, the value needs to be one of the distinct names
>> from within the legend.
>>
>> 2. Within the "URL Parameter Names". Here, I set each option to the
>> name of the report parameter needed on the sub-report.
>>
>> From a legend perspective, I have tried to set the value just as I did
>> in number 1. above.
>>
>> Can anyone see what I am doing wrong?
>>
>> Thanks,
>>
>> Jeff
>>
>
>
Re: Chart Interactivity [message #211680 is a reply to message #211425] Tue, 16 January 2007 10:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

Does anyone on the list here see if I am doing something incorrectly with
the steps defined below? This is a road block for me being able to utilize
BIRT for our app.

Thanks,

Jeff

"Jeff" <Jeff@thisplace.com> wrote in message
news:eobecn$9qn$1@utils.eclipse.org...
> Hi David:
>
> I don't see an advanced tab where I can enter information associated with
> the Category Series. (Version 2.1.1) I can however see those options
> from the category series interactivity dialog, under the heading "URL
> Parameter Names".
>
> Let me explain what I am doing in more detail and maybe you can see what I
> am doing wrong.
>
> 1. I have a report which has a praemeter defined. The parameter is
> called LastName.
> 2. The report has a line graph with the following SQL for the Data Set.
>
> select * from table1 where table1.name = ?
>
> 3. In the Edit Data Set, Parameters, I have a parameter defined as:
> Name: param1
> Data Type: String
> Direction: Input
> Default Value: N/A
> Linked to Report Parameter: LastName
>
> 4. I have a bookmark defined for the line chart called "MyBookmark"
> 5. In a seprate report, I have a pie chart. The category series is
> LastName.
> 6. In the Format Chart, Value Series, Interactivity Dialog, I have a
> Mouse Click - URL Redirect created.
> 7. Under Edit Base URL, I have:
> Select HyperLink Type: Drill-through
> Step 1: I have Selected the target report described above.
> - Report Parameters: Parameters: LastName, Requiered: YES, Values: NULL
> (Tried LastName here, but it did not work)
> Step 2: Target Bookmark set to "MyBookmark"
> Step 3: "MyBookmark"
> Step 4: New Window
> Step 5: html
>
> 8. Back in the Interactivity dialog, URL Parameters Names: Category
> Series is set to "LastName"
> 9. I update the report.
>
> When I preview the report, click on a segment of the pie chart, the first
> report described above is presented. However, I am asked for the
> parameter LastName in a parameters dialog. (I read that if the value is
> being passed on the URL, this dialog should not appear.) If I supply no
> parameter, the report is blank. If I supply a valid parameter (LastName),
> the report is correct.
>
> I have concluded that the report being called from the pie chart is not
> being passed the category series parameter as expected. Can you see that
> I am doing anything incorrectly here?
>
> Thanks David.
>
> Jeff
>
> Under data sets, parameters,
> "David Michonneau" <dmichonneau@actuate.com> wrote in message
> news:9c678db72668c9046630329724@news.eclipse.org...
>> Try this:
>>
>> On the value series interactivity dialog, choose hyperlink - drillthrough
>> (in edit base url dialog) and pick your target report.
>> Go back to the interactivity dialgog, (click Advanced if you see this
>> button), you will see some input boxes, one is called Category Series,
>> add the name of the target parameter there.
>> Thanks,
>>
>> David
>>
>>> Hi Folks:
>>>
>>> I have a pie chart which I would like to link to a sub-report. The
>>> sub-report has a parameter which needs to be obtained from the pie
>>> chart. The parameter value I need to obtain is the distinct name for
>>> each item listed in the legend. The distinct category which has been
>>> selected.
>>>
>>> I have tried interactivity (Mouse Click, URL Redirect) on both the
>>> "value series" and the "legend". From a value series perspective, I
>>> have tried to set the parameter value from
>>>
>>> 1. Within the "Edit Base URL", "Report Parameters". If I set the
>>> value manually from this location. (e.g.: "value name"), the report
>>> displays correctly. However, I cannot figure out how to get the value
>>> dynamically. Again, the value needs to be one of the distinct names
>>> from within the legend.
>>>
>>> 2. Within the "URL Parameter Names". Here, I set each option to the
>>> name of the report parameter needed on the sub-report.
>>>
>>> From a legend perspective, I have tried to set the value just as I did
>>> in number 1. above.
>>>
>>> Can anyone see what I am doing wrong?
>>>
>>> Thanks,
>>>
>>> Jeff
>>>
>>
>>
>
>
Re: Chart Interactivity [message #211788 is a reply to message #211680] Tue, 16 January 2007 12:09 Go to previous messageGo to next message
Eclipse UserFriend
Sorry for the late reply. From reading the steps you posted previously, I
think the problem is here:

>> Step 1: I have Selected the target report described above.
>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>> NULL

Don't set any report parameters here.


If it doesn't work, could you get the URL when the target report opens and
paste it here, it might give is some hint of what the problem is. Normally
that url should have &LastName=clickedCategoryName

Thanks,

David

> Does anyone on the list here see if I am doing something incorrectly
> with the steps defined below? This is a road block for me being able
> to utilize BIRT for our app.
>
> Thanks,
>
> Jeff
>
> "Jeff" <Jeff@thisplace.com> wrote in message
> news:eobecn$9qn$1@utils.eclipse.org...
>
>> Hi David:
>>
>> I don't see an advanced tab where I can enter information associated
>> with the Category Series. (Version 2.1.1) I can however see those
>> options from the category series interactivity dialog, under the
>> heading "URL Parameter Names".
>>
>> Let me explain what I am doing in more detail and maybe you can see
>> what I am doing wrong.
>>
>> 1. I have a report which has a praemeter defined. The parameter is
>> called LastName.
>> 2. The report has a line graph with the following SQL for the Data
>> Set.
>> select * from table1 where table1.name = ?
>>
>> 3. In the Edit Data Set, Parameters, I have a parameter defined as:
>> Name: param1
>> Data Type: String
>> Direction: Input
>> Default Value: N/A
>> Linked to Report Parameter: LastName
>> 4. I have a bookmark defined for the line chart called "MyBookmark"
>> 5. In a seprate report, I have a pie chart. The category series is
>> LastName.
>> 6. In the Format Chart, Value Series, Interactivity Dialog, I have a
>> Mouse Click - URL Redirect created.
>> 7. Under Edit Base URL, I have:
>> Select HyperLink Type: Drill-through
>> Step 1: I have Selected the target report described above.
>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>> NULL
>> (Tried LastName here, but it did not work)
>> Step 2: Target Bookmark set to "MyBookmark"
>> Step 3: "MyBookmark"
>> Step 4: New Window
>> Step 5: html
>> 8. Back in the Interactivity dialog, URL Parameters Names: Category
>> Series is set to "LastName"
>> 9. I update the report.
>> When I preview the report, click on a segment of the pie chart, the
>> first report described above is presented. However, I am asked for
>> the parameter LastName in a parameters dialog. (I read that if the
>> value is being passed on the URL, this dialog should not appear.) If
>> I supply no parameter, the report is blank. If I supply a valid
>> parameter (LastName), the report is correct.
>>
>> I have concluded that the report being called from the pie chart is
>> not being passed the category series parameter as expected. Can you
>> see that I am doing anything incorrectly here?
>>
>> Thanks David.
>>
>> Jeff
>>
>> Under data sets, parameters,
>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>> news:9c678db72668c9046630329724@news.eclipse.org...
>>> Try this:
>>>
>>> On the value series interactivity dialog, choose hyperlink -
>>> drillthrough
>>> (in edit base url dialog) and pick your target report.
>>> Go back to the interactivity dialgog, (click Advanced if you see
>>> this
>>> button), you will see some input boxes, one is called Category
>>> Series,
>>> add the name of the target parameter there.
>>> Thanks,
>>> David
>>>
>>>> Hi Folks:
>>>>
>>>> I have a pie chart which I would like to link to a sub-report. The
>>>> sub-report has a parameter which needs to be obtained from the pie
>>>> chart. The parameter value I need to obtain is the distinct name
>>>> for each item listed in the legend. The distinct category which
>>>> has been selected.
>>>>
>>>> I have tried interactivity (Mouse Click, URL Redirect) on both the
>>>> "value series" and the "legend". From a value series perspective,
>>>> I have tried to set the parameter value from
>>>>
>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set the
>>>> value manually from this location. (e.g.: "value name"), the
>>>> report displays correctly. However, I cannot figure out how to get
>>>> the value dynamically. Again, the value needs to be one of the
>>>> distinct names from within the legend.
>>>>
>>>> 2. Within the "URL Parameter Names". Here, I set each option to
>>>> the name of the report parameter needed on the sub-report.
>>>>
>>>> From a legend perspective, I have tried to set the value just as I
>>>> did in number 1. above.
>>>>
>>>> Can anyone see what I am doing wrong?
>>>>
>>>> Thanks,
>>>>
>>>> Jeff
>>>>
Re: Chart Interactivity [message #211889 is a reply to message #211788] Tue, 16 January 2007 14:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

Hi David:

I tried what you requested with the same result.

It would appear that the URL does not contain the name value pair expected.
Here is the URL generated:
http://127.0.0.1:52145/viewer/frameset?__report=%2FC%3A%2FJS T%2FNameLookup_reportTest%2Feclipse%2Fworkspace%2FName+Looku p+-+Alpha+1.0%2FPie+Drill+Down.rptdesign&__format=html&a mp;__overwrite=true&__bookmark=MyBookmark

If I add &LastName=<ValidLastName> to a URL in a browser, it works. Do you
think this is a defect?

Jeff


"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:9c678db74738c907b09c74ed54@news.eclipse.org...
> Sorry for the late reply. From reading the steps you posted previously, I
> think the problem is here:
>
>>> Step 1: I have Selected the target report described above.
>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>> NULL
>
> Don't set any report parameters here.
>
>
> If it doesn't work, could you get the URL when the target report opens and
> paste it here, it might give is some hint of what the problem is. Normally
> that url should have &LastName=clickedCategoryName
>
> Thanks,
>
> David
>
>> Does anyone on the list here see if I am doing something incorrectly
>> with the steps defined below? This is a road block for me being able
>> to utilize BIRT for our app.
>>
>> Thanks,
>>
>> Jeff
>>
>> "Jeff" <Jeff@thisplace.com> wrote in message
>> news:eobecn$9qn$1@utils.eclipse.org...
>>
>>> Hi David:
>>>
>>> I don't see an advanced tab where I can enter information associated
>>> with the Category Series. (Version 2.1.1) I can however see those
>>> options from the category series interactivity dialog, under the
>>> heading "URL Parameter Names".
>>>
>>> Let me explain what I am doing in more detail and maybe you can see
>>> what I am doing wrong.
>>>
>>> 1. I have a report which has a praemeter defined. The parameter is
>>> called LastName.
>>> 2. The report has a line graph with the following SQL for the Data
>>> Set.
>>> select * from table1 where table1.name = ?
>>>
>>> 3. In the Edit Data Set, Parameters, I have a parameter defined as:
>>> Name: param1
>>> Data Type: String
>>> Direction: Input
>>> Default Value: N/A
>>> Linked to Report Parameter: LastName
>>> 4. I have a bookmark defined for the line chart called "MyBookmark"
>>> 5. In a seprate report, I have a pie chart. The category series is
>>> LastName.
>>> 6. In the Format Chart, Value Series, Interactivity Dialog, I have a
>>> Mouse Click - URL Redirect created.
>>> 7. Under Edit Base URL, I have:
>>> Select HyperLink Type: Drill-through
>>> Step 1: I have Selected the target report described above.
>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>> NULL
>>> (Tried LastName here, but it did not work)
>>> Step 2: Target Bookmark set to "MyBookmark"
>>> Step 3: "MyBookmark"
>>> Step 4: New Window
>>> Step 5: html
>>> 8. Back in the Interactivity dialog, URL Parameters Names: Category
>>> Series is set to "LastName"
>>> 9. I update the report.
>>> When I preview the report, click on a segment of the pie chart, the
>>> first report described above is presented. However, I am asked for
>>> the parameter LastName in a parameters dialog. (I read that if the
>>> value is being passed on the URL, this dialog should not appear.) If
>>> I supply no parameter, the report is blank. If I supply a valid
>>> parameter (LastName), the report is correct.
>>>
>>> I have concluded that the report being called from the pie chart is
>>> not being passed the category series parameter as expected. Can you
>>> see that I am doing anything incorrectly here?
>>>
>>> Thanks David.
>>>
>>> Jeff
>>>
>>> Under data sets, parameters,
>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>> news:9c678db72668c9046630329724@news.eclipse.org...
>>>> Try this:
>>>>
>>>> On the value series interactivity dialog, choose hyperlink -
>>>> drillthrough
>>>> (in edit base url dialog) and pick your target report.
>>>> Go back to the interactivity dialgog, (click Advanced if you see
>>>> this
>>>> button), you will see some input boxes, one is called Category
>>>> Series,
>>>> add the name of the target parameter there.
>>>> Thanks,
>>>> David
>>>>
>>>>> Hi Folks:
>>>>>
>>>>> I have a pie chart which I would like to link to a sub-report. The
>>>>> sub-report has a parameter which needs to be obtained from the pie
>>>>> chart. The parameter value I need to obtain is the distinct name
>>>>> for each item listed in the legend. The distinct category which
>>>>> has been selected.
>>>>>
>>>>> I have tried interactivity (Mouse Click, URL Redirect) on both the
>>>>> "value series" and the "legend". From a value series perspective,
>>>>> I have tried to set the parameter value from
>>>>>
>>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set the
>>>>> value manually from this location. (e.g.: "value name"), the
>>>>> report displays correctly. However, I cannot figure out how to get
>>>>> the value dynamically. Again, the value needs to be one of the
>>>>> distinct names from within the legend.
>>>>>
>>>>> 2. Within the "URL Parameter Names". Here, I set each option to
>>>>> the name of the report parameter needed on the sub-report.
>>>>>
>>>>> From a legend perspective, I have tried to set the value just as I
>>>>> did in number 1. above.
>>>>>
>>>>> Can anyone see what I am doing wrong?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Jeff
>>>>>
>
>
Re: Chart Interactivity [message #212006 is a reply to message #211889] Wed, 17 January 2007 05:43 Go to previous messageGo to next message
Eclipse UserFriend
It could be a defect indeed, but we have tested this, so maybe it happens
only with a particular chart type. Does it work for other types? You can
go ahead and file a bugzilla entry.

Thanks,

David

> Hi David:
>
> I tried what you requested with the same result.
>
> It would appear that the URL does not contain the name value pair
> expected.
>
> Here is the URL generated:
>
> http://127.0.0.1:52145/viewer/frameset?__report=%2FC%3A%2FJS T%2FNameLo
> okup_reportTest%2Feclipse%2Fworkspace%2FName+Lookup+-+Alpha+ 1.0%2FPie+
> Drill+Down.rptdesign&__format=html&__overwrite=true& amp;__bookmark=MyBookm
> ark
>
> If I add &LastName=<ValidLastName> to a URL in a browser, it works.
> Do you think this is a defect?
>
> Jeff
>
> "David Michonneau" <dmichonneau@actuate.com> wrote in message
> news:9c678db74738c907b09c74ed54@news.eclipse.org...
>
>> Sorry for the late reply. From reading the steps you posted
>> previously, I think the problem is here:
>>
>>>> Step 1: I have Selected the target report described above.
>>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>>> NULL
>> Don't set any report parameters here.
>>
>> If it doesn't work, could you get the URL when the target report
>> opens and paste it here, it might give is some hint of what the
>> problem is. Normally that url should have
>> &LastName=clickedCategoryName
>>
>> Thanks,
>>
>> David
>>
>>> Does anyone on the list here see if I am doing something incorrectly
>>> with the steps defined below? This is a road block for me being
>>> able to utilize BIRT for our app.
>>>
>>> Thanks,
>>>
>>> Jeff
>>>
>>> "Jeff" <Jeff@thisplace.com> wrote in message
>>> news:eobecn$9qn$1@utils.eclipse.org...
>>>> Hi David:
>>>>
>>>> I don't see an advanced tab where I can enter information
>>>> associated with the Category Series. (Version 2.1.1) I can
>>>> however see those options from the category series interactivity
>>>> dialog, under the heading "URL Parameter Names".
>>>>
>>>> Let me explain what I am doing in more detail and maybe you can see
>>>> what I am doing wrong.
>>>>
>>>> 1. I have a report which has a praemeter defined. The parameter
>>>> is
>>>> called LastName.
>>>> 2. The report has a line graph with the following SQL for the Data
>>>> Set.
>>>> select * from table1 where table1.name = ?
>>>> 3. In the Edit Data Set, Parameters, I have a parameter defined
>>>> as:
>>>> Name: param1
>>>> Data Type: String
>>>> Direction: Input
>>>> Default Value: N/A
>>>> Linked to Report Parameter: LastName
>>>> 4. I have a bookmark defined for the line chart called
>>>> "MyBookmark"
>>>> 5. In a seprate report, I have a pie chart. The category series
>>>> is
>>>> LastName.
>>>> 6. In the Format Chart, Value Series, Interactivity Dialog, I have
>>>> a
>>>> Mouse Click - URL Redirect created.
>>>> 7. Under Edit Base URL, I have:
>>>> Select HyperLink Type: Drill-through
>>>> Step 1: I have Selected the target report described above.
>>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>>> NULL
>>>> (Tried LastName here, but it did not work)
>>>> Step 2: Target Bookmark set to "MyBookmark"
>>>> Step 3: "MyBookmark"
>>>> Step 4: New Window
>>>> Step 5: html
>>>> 8. Back in the Interactivity dialog, URL Parameters Names:
>>>> Category
>>>> Series is set to "LastName"
>>>> 9. I update the report.
>>>> When I preview the report, click on a segment of the pie chart, the
>>>> first report described above is presented. However, I am asked for
>>>> the parameter LastName in a parameters dialog. (I read that if the
>>>> value is being passed on the URL, this dialog should not appear.)
>>>> If
>>>> I supply no parameter, the report is blank. If I supply a valid
>>>> parameter (LastName), the report is correct.
>>>> I have concluded that the report being called from the pie chart is
>>>> not being passed the category series parameter as expected. Can
>>>> you see that I am doing anything incorrectly here?
>>>>
>>>> Thanks David.
>>>>
>>>> Jeff
>>>>
>>>> Under data sets, parameters,
>>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>>> news:9c678db72668c9046630329724@news.eclipse.org...
>>>>> Try this:
>>>>>
>>>>> On the value series interactivity dialog, choose hyperlink -
>>>>> drillthrough
>>>>> (in edit base url dialog) and pick your target report.
>>>>> Go back to the interactivity dialgog, (click Advanced if you see
>>>>> this
>>>>> button), you will see some input boxes, one is called Category
>>>>> Series,
>>>>> add the name of the target parameter there.
>>>>> Thanks,
>>>>> David
>>>>>> Hi Folks:
>>>>>>
>>>>>> I have a pie chart which I would like to link to a sub-report.
>>>>>> The sub-report has a parameter which needs to be obtained from
>>>>>> the pie chart. The parameter value I need to obtain is the
>>>>>> distinct name for each item listed in the legend. The distinct
>>>>>> category which has been selected.
>>>>>>
>>>>>> I have tried interactivity (Mouse Click, URL Redirect) on both
>>>>>> the "value series" and the "legend". From a value series
>>>>>> perspective, I have tried to set the parameter value from
>>>>>>
>>>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set
>>>>>> the value manually from this location. (e.g.: "value name"), the
>>>>>> report displays correctly. However, I cannot figure out how to
>>>>>> get the value dynamically. Again, the value needs to be one of
>>>>>> the distinct names from within the legend.
>>>>>>
>>>>>> 2. Within the "URL Parameter Names". Here, I set each option to
>>>>>> the name of the report parameter needed on the sub-report.
>>>>>>
>>>>>> From a legend perspective, I have tried to set the value just as
>>>>>> I did in number 1. above.
>>>>>>
>>>>>> Can anyone see what I am doing wrong?
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Jeff
>>>>>>
Re: Chart Interactivity [message #212160 is a reply to message #212006] Wed, 17 January 2007 11:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

I tried to change the chart type from 2d with depth to 2d with the same
problem. I have a bar chart as well, but the interactivity button is not
enabled. What is the URL to bugzilla?

Thanks,

Jeff


"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:9c678db74f48c90843d018af18@news.eclipse.org...
> It could be a defect indeed, but we have tested this, so maybe it happens
> only with a particular chart type. Does it work for other types? You can
> go ahead and file a bugzilla entry.
>
> Thanks,
>
> David
>
>> Hi David:
>>
>> I tried what you requested with the same result.
>>
>> It would appear that the URL does not contain the name value pair
>> expected.
>>
>> Here is the URL generated:
>>
>> http://127.0.0.1:52145/viewer/frameset?__report=%2FC%3A%2FJS T%2FNameLo
>> okup_reportTest%2Feclipse%2Fworkspace%2FName+Lookup+-+Alpha+ 1.0%2FPie+
>> Drill+Down.rptdesign&__format=html&__overwrite=true& amp;__bookmark=MyBookm
>> ark
>>
>> If I add &LastName=<ValidLastName> to a URL in a browser, it works.
>> Do you think this is a defect?
>>
>> Jeff
>>
>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>> news:9c678db74738c907b09c74ed54@news.eclipse.org...
>>
>>> Sorry for the late reply. From reading the steps you posted
>>> previously, I think the problem is here:
>>>
>>>>> Step 1: I have Selected the target report described above.
>>>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>>>> NULL
>>> Don't set any report parameters here.
>>>
>>> If it doesn't work, could you get the URL when the target report
>>> opens and paste it here, it might give is some hint of what the
>>> problem is. Normally that url should have
>>> &LastName=clickedCategoryName
>>>
>>> Thanks,
>>>
>>> David
>>>
>>>> Does anyone on the list here see if I am doing something incorrectly
>>>> with the steps defined below? This is a road block for me being
>>>> able to utilize BIRT for our app.
>>>>
>>>> Thanks,
>>>>
>>>> Jeff
>>>>
>>>> "Jeff" <Jeff@thisplace.com> wrote in message
>>>> news:eobecn$9qn$1@utils.eclipse.org...
>>>>> Hi David:
>>>>>
>>>>> I don't see an advanced tab where I can enter information
>>>>> associated with the Category Series. (Version 2.1.1) I can
>>>>> however see those options from the category series interactivity
>>>>> dialog, under the heading "URL Parameter Names".
>>>>>
>>>>> Let me explain what I am doing in more detail and maybe you can see
>>>>> what I am doing wrong.
>>>>>
>>>>> 1. I have a report which has a praemeter defined. The parameter
>>>>> is
>>>>> called LastName.
>>>>> 2. The report has a line graph with the following SQL for the Data
>>>>> Set.
>>>>> select * from table1 where table1.name = ?
>>>>> 3. In the Edit Data Set, Parameters, I have a parameter defined
>>>>> as:
>>>>> Name: param1
>>>>> Data Type: String
>>>>> Direction: Input
>>>>> Default Value: N/A
>>>>> Linked to Report Parameter: LastName
>>>>> 4. I have a bookmark defined for the line chart called
>>>>> "MyBookmark"
>>>>> 5. In a seprate report, I have a pie chart. The category series
>>>>> is
>>>>> LastName.
>>>>> 6. In the Format Chart, Value Series, Interactivity Dialog, I have
>>>>> a
>>>>> Mouse Click - URL Redirect created.
>>>>> 7. Under Edit Base URL, I have:
>>>>> Select HyperLink Type: Drill-through
>>>>> Step 1: I have Selected the target report described above.
>>>>> - Report Parameters: Parameters: LastName, Requiered: YES, Values:
>>>>> NULL
>>>>> (Tried LastName here, but it did not work)
>>>>> Step 2: Target Bookmark set to "MyBookmark"
>>>>> Step 3: "MyBookmark"
>>>>> Step 4: New Window
>>>>> Step 5: html
>>>>> 8. Back in the Interactivity dialog, URL Parameters Names:
>>>>> Category
>>>>> Series is set to "LastName"
>>>>> 9. I update the report.
>>>>> When I preview the report, click on a segment of the pie chart, the
>>>>> first report described above is presented. However, I am asked for
>>>>> the parameter LastName in a parameters dialog. (I read that if the
>>>>> value is being passed on the URL, this dialog should not appear.)
>>>>> If
>>>>> I supply no parameter, the report is blank. If I supply a valid
>>>>> parameter (LastName), the report is correct.
>>>>> I have concluded that the report being called from the pie chart is
>>>>> not being passed the category series parameter as expected. Can
>>>>> you see that I am doing anything incorrectly here?
>>>>>
>>>>> Thanks David.
>>>>>
>>>>> Jeff
>>>>>
>>>>> Under data sets, parameters,
>>>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>>>> news:9c678db72668c9046630329724@news.eclipse.org...
>>>>>> Try this:
>>>>>>
>>>>>> On the value series interactivity dialog, choose hyperlink -
>>>>>> drillthrough
>>>>>> (in edit base url dialog) and pick your target report.
>>>>>> Go back to the interactivity dialgog, (click Advanced if you see
>>>>>> this
>>>>>> button), you will see some input boxes, one is called Category
>>>>>> Series,
>>>>>> add the name of the target parameter there.
>>>>>> Thanks,
>>>>>> David
>>>>>>> Hi Folks:
>>>>>>>
>>>>>>> I have a pie chart which I would like to link to a sub-report.
>>>>>>> The sub-report has a parameter which needs to be obtained from
>>>>>>> the pie chart. The parameter value I need to obtain is the
>>>>>>> distinct name for each item listed in the legend. The distinct
>>>>>>> category which has been selected.
>>>>>>>
>>>>>>> I have tried interactivity (Mouse Click, URL Redirect) on both
>>>>>>> the "value series" and the "legend". From a value series
>>>>>>> perspective, I have tried to set the parameter value from
>>>>>>>
>>>>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set
>>>>>>> the value manually from this location. (e.g.: "value name"), the
>>>>>>> report displays correctly. However, I cannot figure out how to
>>>>>>> get the value dynamically. Again, the value needs to be one of
>>>>>>> the distinct names from within the legend.
>>>>>>>
>>>>>>> 2. Within the "URL Parameter Names". Here, I set each option to
>>>>>>> the name of the report parameter needed on the sub-report.
>>>>>>>
>>>>>>> From a legend perspective, I have tried to set the value just as
>>>>>>> I did in number 1. above.
>>>>>>>
>>>>>>> Can anyone see what I am doing wrong?
>>>>>>>
>>>>>>> Thanks,
>>>>>>>
>>>>>>> Jeff
>>>>>>>
>
>
Re: Chart Interactivity [message #212363 is a reply to message #212160] Thu, 18 January 2007 10:50 Go to previous messageGo to next message
Eclipse UserFriend
What do you mean the interactivity button is not enabled? did you check the
interactivity box in Chart Area node of the builder? It should be checked.

Thanks,

David

> I tried to change the chart type from 2d with depth to 2d with the
> same problem. I have a bar chart as well, but the interactivity
> button is not enabled. What is the URL to bugzilla?
>
> Thanks,
>
> Jeff
>
> "David Michonneau" <dmichonneau@actuate.com> wrote in message
> news:9c678db74f48c90843d018af18@news.eclipse.org...
>
>> It could be a defect indeed, but we have tested this, so maybe it
>> happens only with a particular chart type. Does it work for other
>> types? You can go ahead and file a bugzilla entry.
>>
>> Thanks,
>>
>> David
>>
>>> Hi David:
>>>
>>> I tried what you requested with the same result.
>>>
>>> It would appear that the URL does not contain the name value pair
>>> expected.
>>>
>>> Here is the URL generated:
>>>
>>> http://127.0.0.1:52145/viewer/frameset?__report=%2FC%3A%2FJS T%2FName
>>> Lo
>>> okup_reportTest%2Feclipse%2Fworkspace%2FName+Lookup+-+Alpha+ 1.0%2FPi
>>> e+
>>> Drill+Down.rptdesign&__format=html&__overwrite=true& amp;__bookmark=MyBoo
>>> km ark
>>>
>>> If I add &LastName=<ValidLastName> to a URL in a browser, it works.
>>> Do you think this is a defect?
>>>
>>> Jeff
>>>
>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>> news:9c678db74738c907b09c74ed54@news.eclipse.org...
>>>
>>>> Sorry for the late reply. From reading the steps you posted
>>>> previously, I think the problem is here:
>>>>
>>>>>> Step 1: I have Selected the target report described above.
>>>>>> - Report Parameters: Parameters: LastName, Requiered: YES,
>>>>>> Values:
>>>>>> NULL
>>>> Don't set any report parameters here.
>>>>
>>>> If it doesn't work, could you get the URL when the target report
>>>> opens and paste it here, it might give is some hint of what the
>>>> problem is. Normally that url should have
>>>> &LastName=clickedCategoryName
>>>>
>>>> Thanks,
>>>>
>>>> David
>>>>
>>>>> Does anyone on the list here see if I am doing something
>>>>> incorrectly with the steps defined below? This is a road block
>>>>> for me being able to utilize BIRT for our app.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Jeff
>>>>>
>>>>> "Jeff" <Jeff@thisplace.com> wrote in message
>>>>> news:eobecn$9qn$1@utils.eclipse.org...
>>>>>> Hi David:
>>>>>>
>>>>>> I don't see an advanced tab where I can enter information
>>>>>> associated with the Category Series. (Version 2.1.1) I can
>>>>>> however see those options from the category series interactivity
>>>>>> dialog, under the heading "URL Parameter Names".
>>>>>>
>>>>>> Let me explain what I am doing in more detail and maybe you can
>>>>>> see what I am doing wrong.
>>>>>>
>>>>>> 1. I have a report which has a praemeter defined. The parameter
>>>>>> is
>>>>>> called LastName.
>>>>>> 2. The report has a line graph with the following SQL for the
>>>>>> Data
>>>>>> Set.
>>>>>> select * from table1 where table1.name = ?
>>>>>> 3. In the Edit Data Set, Parameters, I have a parameter defined
>>>>>> as:
>>>>>> Name: param1
>>>>>> Data Type: String
>>>>>> Direction: Input
>>>>>> Default Value: N/A
>>>>>> Linked to Report Parameter: LastName
>>>>>> 4. I have a bookmark defined for the line chart called
>>>>>> "MyBookmark"
>>>>>> 5. In a seprate report, I have a pie chart. The category series
>>>>>> is
>>>>>> LastName.
>>>>>> 6. In the Format Chart, Value Series, Interactivity Dialog, I
>>>>>> have
>>>>>> a
>>>>>> Mouse Click - URL Redirect created.
>>>>>> 7. Under Edit Base URL, I have:
>>>>>> Select HyperLink Type: Drill-through
>>>>>> Step 1: I have Selected the target report described above.
>>>>>> - Report Parameters: Parameters: LastName, Requiered: YES,
>>>>>> Values:
>>>>>> NULL
>>>>>> (Tried LastName here, but it did not work)
>>>>>> Step 2: Target Bookmark set to "MyBookmark"
>>>>>> Step 3: "MyBookmark"
>>>>>> Step 4: New Window
>>>>>> Step 5: html
>>>>>> 8. Back in the Interactivity dialog, URL Parameters Names:
>>>>>> Category
>>>>>> Series is set to "LastName"
>>>>>> 9. I update the report.
>>>>>> When I preview the report, click on a segment of the pie chart,
>>>>>> the
>>>>>> first report described above is presented. However, I am asked
>>>>>> for
>>>>>> the parameter LastName in a parameters dialog. (I read that if
>>>>>> the
>>>>>> value is being passed on the URL, this dialog should not appear.)
>>>>>> If
>>>>>> I supply no parameter, the report is blank. If I supply a valid
>>>>>> parameter (LastName), the report is correct.
>>>>>> I have concluded that the report being called from the pie chart
>>>>>> is
>>>>>> not being passed the category series parameter as expected. Can
>>>>>> you see that I am doing anything incorrectly here?
>>>>>> Thanks David.
>>>>>>
>>>>>> Jeff
>>>>>>
>>>>>> Under data sets, parameters,
>>>>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>>>>> news:9c678db72668c9046630329724@news.eclipse.org...
>>>>>>> Try this:
>>>>>>>
>>>>>>> On the value series interactivity dialog, choose hyperlink -
>>>>>>> drillthrough
>>>>>>> (in edit base url dialog) and pick your target report.
>>>>>>> Go back to the interactivity dialgog, (click Advanced if you see
>>>>>>> this
>>>>>>> button), you will see some input boxes, one is called Category
>>>>>>> Series,
>>>>>>> add the name of the target parameter there.
>>>>>>> Thanks,
>>>>>>> David
>>>>>>>> Hi Folks:
>>>>>>>>
>>>>>>>> I have a pie chart which I would like to link to a sub-report.
>>>>>>>> The sub-report has a parameter which needs to be obtained from
>>>>>>>> the pie chart. The parameter value I need to obtain is the
>>>>>>>> distinct name for each item listed in the legend. The distinct
>>>>>>>> category which has been selected.
>>>>>>>>
>>>>>>>> I have tried interactivity (Mouse Click, URL Redirect) on both
>>>>>>>> the "value series" and the "legend". From a value series
>>>>>>>> perspective, I have tried to set the parameter value from
>>>>>>>>
>>>>>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set
>>>>>>>> the value manually from this location. (e.g.: "value name"),
>>>>>>>> the report displays correctly. However, I cannot figure out
>>>>>>>> how to get the value dynamically. Again, the value needs to be
>>>>>>>> one of the distinct names from within the legend.
>>>>>>>>
>>>>>>>> 2. Within the "URL Parameter Names". Here, I set each option
>>>>>>>> to the name of the report parameter needed on the sub-report.
>>>>>>>>
>>>>>>>> From a legend perspective, I have tried to set the value just
>>>>>>>> as I did in number 1. above.
>>>>>>>>
>>>>>>>> Can anyone see what I am doing wrong?
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>>
>>>>>>>> Jeff
>>>>>>>>
Re: Chart Interactivity [message #212518 is a reply to message #212363] Thu, 18 January 2007 13:50 Go to previous message
Eclipse UserFriend
Originally posted by: Jeff.thisplace.com

I missed that on the bar chart. When I check the box, interactivity is
enabled. Thank you.

I get the same result with the bar chart. The name value pair is not passed
to the drill through report causing the report to display a dialog asking
for the parameter. So this is happening for a bar chart and a pie chart in
the same report.

Jeff

"David Michonneau" <dmichonneau@actuate.com> wrote in message
news:9c678db76168c90937eeff94a6@news.eclipse.org...
> What do you mean the interactivity button is not enabled? did you check
> the interactivity box in Chart Area node of the builder? It should be
> checked.
>
> Thanks,
>
> David
>
>> I tried to change the chart type from 2d with depth to 2d with the
>> same problem. I have a bar chart as well, but the interactivity
>> button is not enabled. What is the URL to bugzilla?
>>
>> Thanks,
>>
>> Jeff
>>
>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>> news:9c678db74f48c90843d018af18@news.eclipse.org...
>>
>>> It could be a defect indeed, but we have tested this, so maybe it
>>> happens only with a particular chart type. Does it work for other
>>> types? You can go ahead and file a bugzilla entry.
>>>
>>> Thanks,
>>>
>>> David
>>>
>>>> Hi David:
>>>>
>>>> I tried what you requested with the same result.
>>>>
>>>> It would appear that the URL does not contain the name value pair
>>>> expected.
>>>>
>>>> Here is the URL generated:
>>>>
>>>> http://127.0.0.1:52145/viewer/frameset?__report=%2FC%3A%2FJS T%2FName
>>>> Lo
>>>> okup_reportTest%2Feclipse%2Fworkspace%2FName+Lookup+-+Alpha+ 1.0%2FPi
>>>> e+
>>>> Drill+Down.rptdesign&__format=html&__overwrite=true& amp;__bookmark=MyBoo
>>>> km ark
>>>>
>>>> If I add &LastName=<ValidLastName> to a URL in a browser, it works.
>>>> Do you think this is a defect?
>>>>
>>>> Jeff
>>>>
>>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>>> news:9c678db74738c907b09c74ed54@news.eclipse.org...
>>>>
>>>>> Sorry for the late reply. From reading the steps you posted
>>>>> previously, I think the problem is here:
>>>>>
>>>>>>> Step 1: I have Selected the target report described above.
>>>>>>> - Report Parameters: Parameters: LastName, Requiered: YES,
>>>>>>> Values:
>>>>>>> NULL
>>>>> Don't set any report parameters here.
>>>>>
>>>>> If it doesn't work, could you get the URL when the target report
>>>>> opens and paste it here, it might give is some hint of what the
>>>>> problem is. Normally that url should have
>>>>> &LastName=clickedCategoryName
>>>>>
>>>>> Thanks,
>>>>>
>>>>> David
>>>>>
>>>>>> Does anyone on the list here see if I am doing something
>>>>>> incorrectly with the steps defined below? This is a road block
>>>>>> for me being able to utilize BIRT for our app.
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Jeff
>>>>>>
>>>>>> "Jeff" <Jeff@thisplace.com> wrote in message
>>>>>> news:eobecn$9qn$1@utils.eclipse.org...
>>>>>>> Hi David:
>>>>>>>
>>>>>>> I don't see an advanced tab where I can enter information
>>>>>>> associated with the Category Series. (Version 2.1.1) I can
>>>>>>> however see those options from the category series interactivity
>>>>>>> dialog, under the heading "URL Parameter Names".
>>>>>>>
>>>>>>> Let me explain what I am doing in more detail and maybe you can
>>>>>>> see what I am doing wrong.
>>>>>>>
>>>>>>> 1. I have a report which has a praemeter defined. The parameter
>>>>>>> is
>>>>>>> called LastName.
>>>>>>> 2. The report has a line graph with the following SQL for the
>>>>>>> Data
>>>>>>> Set.
>>>>>>> select * from table1 where table1.name = ?
>>>>>>> 3. In the Edit Data Set, Parameters, I have a parameter defined
>>>>>>> as:
>>>>>>> Name: param1
>>>>>>> Data Type: String
>>>>>>> Direction: Input
>>>>>>> Default Value: N/A
>>>>>>> Linked to Report Parameter: LastName
>>>>>>> 4. I have a bookmark defined for the line chart called
>>>>>>> "MyBookmark"
>>>>>>> 5. In a seprate report, I have a pie chart. The category series
>>>>>>> is
>>>>>>> LastName.
>>>>>>> 6. In the Format Chart, Value Series, Interactivity Dialog, I
>>>>>>> have
>>>>>>> a
>>>>>>> Mouse Click - URL Redirect created.
>>>>>>> 7. Under Edit Base URL, I have:
>>>>>>> Select HyperLink Type: Drill-through
>>>>>>> Step 1: I have Selected the target report described above.
>>>>>>> - Report Parameters: Parameters: LastName, Requiered: YES,
>>>>>>> Values:
>>>>>>> NULL
>>>>>>> (Tried LastName here, but it did not work)
>>>>>>> Step 2: Target Bookmark set to "MyBookmark"
>>>>>>> Step 3: "MyBookmark"
>>>>>>> Step 4: New Window
>>>>>>> Step 5: html
>>>>>>> 8. Back in the Interactivity dialog, URL Parameters Names:
>>>>>>> Category
>>>>>>> Series is set to "LastName"
>>>>>>> 9. I update the report.
>>>>>>> When I preview the report, click on a segment of the pie chart,
>>>>>>> the
>>>>>>> first report described above is presented. However, I am asked
>>>>>>> for
>>>>>>> the parameter LastName in a parameters dialog. (I read that if
>>>>>>> the
>>>>>>> value is being passed on the URL, this dialog should not appear.)
>>>>>>> If
>>>>>>> I supply no parameter, the report is blank. If I supply a valid
>>>>>>> parameter (LastName), the report is correct.
>>>>>>> I have concluded that the report being called from the pie chart
>>>>>>> is
>>>>>>> not being passed the category series parameter as expected. Can
>>>>>>> you see that I am doing anything incorrectly here?
>>>>>>> Thanks David.
>>>>>>>
>>>>>>> Jeff
>>>>>>>
>>>>>>> Under data sets, parameters,
>>>>>>> "David Michonneau" <dmichonneau@actuate.com> wrote in message
>>>>>>> news:9c678db72668c9046630329724@news.eclipse.org...
>>>>>>>> Try this:
>>>>>>>>
>>>>>>>> On the value series interactivity dialog, choose hyperlink -
>>>>>>>> drillthrough
>>>>>>>> (in edit base url dialog) and pick your target report.
>>>>>>>> Go back to the interactivity dialgog, (click Advanced if you see
>>>>>>>> this
>>>>>>>> button), you will see some input boxes, one is called Category
>>>>>>>> Series,
>>>>>>>> add the name of the target parameter there.
>>>>>>>> Thanks,
>>>>>>>> David
>>>>>>>>> Hi Folks:
>>>>>>>>>
>>>>>>>>> I have a pie chart which I would like to link to a sub-report.
>>>>>>>>> The sub-report has a parameter which needs to be obtained from
>>>>>>>>> the pie chart. The parameter value I need to obtain is the
>>>>>>>>> distinct name for each item listed in the legend. The distinct
>>>>>>>>> category which has been selected.
>>>>>>>>>
>>>>>>>>> I have tried interactivity (Mouse Click, URL Redirect) on both
>>>>>>>>> the "value series" and the "legend". From a value series
>>>>>>>>> perspective, I have tried to set the parameter value from
>>>>>>>>>
>>>>>>>>> 1. Within the "Edit Base URL", "Report Parameters". If I set
>>>>>>>>> the value manually from this location. (e.g.: "value name"),
>>>>>>>>> the report displays correctly. However, I cannot figure out
>>>>>>>>> how to get the value dynamically. Again, the value needs to be
>>>>>>>>> one of the distinct names from within the legend.
>>>>>>>>>
>>>>>>>>> 2. Within the "URL Parameter Names". Here, I set each option
>>>>>>>>> to the name of the report parameter needed on the sub-report.
>>>>>>>>>
>>>>>>>>> From a legend perspective, I have tried to set the value just
>>>>>>>>> as I did in number 1. above.
>>>>>>>>>
>>>>>>>>> Can anyone see what I am doing wrong?
>>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>>
>>>>>>>>> Jeff
>>>>>>>>>
>
>
Previous Topic:Problems with birt-report-designer-all-in-one 2.1.1 installation
Next Topic:ONMOUSEOUT_LITERAL trigger not implemented?
Goto Forum:
  


Current Time: Sat May 10 16:54:31 EDT 2025

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

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

Back to the top