0
votes

I have an item P0_ITEM, I want to use a value from a particular cell in an interactive report and assign it to the item P0_ITEM, How can this be done?

1

1 Answers

1
votes

Set static region ID to something like p1_ir

Define a dynamic action on click of jQuery selector

#p1_ir td

Event scope: dynamic

Execute JavaScript code

$s('P0_ITEM', $(this.triggeringElement).text());