Forum Discussion

PFowler's avatar
PFowler
New Contributor II
6 days ago

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)?

  • chul's avatar
    chul
    Contributor III

    Is this a mechanism to change the data on a specific UD? In other words, in your example, are you trying to change the data stored on the banana UD to 1.99? If that's the case, can the user select the banana UD and change it to 1.99 instead of the process you've outlined above?