Anyone can give me some tips to make Drillable Table Component similar those we get using "Expand On Click" and "Expand Parameters" properties, but instead of run just one SQL per row clicked, I need run more than one SQL per row and column clicked .
For example, if I have the table:
id, user, date
11, john, 2013-8-31
When I do click in "john" I need show a nested table using as parameter the value "john", but if in the same row I do click in "11" I need show a nested table using as parameter, and just this parameter, the value "11".
By now I can only show the nested table using both parameter together, because I don't know how get just one by one and then run x SQL according to the parameter sent.
I have spent a lot of time searching in this forum similar problems and I can't find anything.
Thank you in advanced.
For example, if I have the table:
id, user, date
11, john, 2013-8-31
When I do click in "john" I need show a nested table using as parameter the value "john", but if in the same row I do click in "11" I need show a nested table using as parameter, and just this parameter, the value "11".
By now I can only show the nested table using both parameter together, because I don't know how get just one by one and then run x SQL according to the parameter sent.
I have spent a lot of time searching in this forum similar problems and I can't find anything.
Thank you in advanced.