Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i have straight table...with one dimension
when i select a field value from that dimension...it should drill down to other report.
how to do that...can u please tel me.
Regards,
rathnam.
Can you explain little bit more about your requirement.
Please post sample application for detailed understanding
If you need only one Dimension, then you cannot drill down.
Drill down means going to a deeper, more detailed dimension.
What do you mean by "other report"?
thanks for your reply.
But my requirement is...if i select one values from the straight table..another chart should get populate.
Do you want to show another chart based on the selection of a Field's value in a Straight table?
In that case you can have the chart's layout being conditionally displayed.
show condition:
getSelectedCount(YourField)>0
whenever the selected count of the Field in the straight table is more than zero then the second Chart will show up.
ya i did that..because of this the straight table is disappearing.
my requirement is to...when i select a field's value in the straight table...the other chart should get populate..
how to connect the other chart with the straight table.
you don't need a special connection between your chart and the table, if you do like Sudeep Mahapatra suggested.
The selection in the table selects field values. The show condition then turns the chart on or off.
regards
Marco
Hi,
Find Attachment. If your requirement is different then let me know.
--Jai
Check the attached one