In my report user will decide which data set to call. How to do that? I have two data sets based on the input from the user I have to display charts. How to go about that? That is:
1. How to get input from user
2. How to call the correct data set.
Can you give some more detail. What are the two datasets bound to, charts?
Jason
On 9/22/2011 1:40 PM, Anurag wrote:
> In my report user will decide which data set to call. How to do that? I
> have two data sets based on the input from the user I have to display
> charts. How to go about that? That is:
>
> 1. How to get input from user
> 2. How to call the correct data set.
>
> Thank you,
>
> Anurag
Yes, the data sets are bound to chart. I want to do this:
Once the report is fired it should display a form which contains two radio buttons for two charts. On the basis of selection of a radio button one chart will be a displayed.
Take a look at the attached example. Remember to name each chart in the
general properties. Look at the beforeFactory script of the example to
see how one chart is dropped.
Jason
On 9/26/2011 6:04 AM, Anurag wrote:
> Hello Jason,
>
> Thank you for reply.
>
> Yes, the data sets are bound to chart. I want to do this:
>
> Once the report is fired it should display a form which contains two
> radio buttons for two charts. On the basis of selection of a radio
> button one chart will be a displayed.
>
> Thanks,
>
> Anurag