Retrieve Annotation Data and send to XFBR
Hi All,
Let's say we have a table:
Fruits (Annotation) Updated Fruit Value (annotation) Price of Fruit (input numerical value)
apple banana $1.99
banana kiwi $2.99
strawberry melon $3.99
Let's say the fruits column is a UD dimension member and the Updated Fruit value contains a combo box in the cell where a user can update whatever value that shows in column 1. Meaning if in column 2 it says banana then the selection in that column overrides the apple (by override I mean that the price in the last column will map the numerical value to banana instead of apple for that intersection). Is there a way to retrieve annotation values on the backend and send to an XFBR (Ideally sending to an XFBR so I can assign that member to my pov for my Price of Fruit column)?