Concatenate to a single record
Dino
Forums
Goodmorning my fellow IDEA users,
I'm having a relatively simple problem (i think) but it is driving me crazy:
I'm trying figure out if it is possible to refer to a single record in the Equation Editor like it is possible in Excel with prefix $ in a cell?
Thanks in advance
Dino
Hi Dina and welcome to the
Hi Dina and welcome to the site.
Unfortunately it isn't possible to do that in the equation editor. You can only refer to the information in that record or with the @GetNext or @GetPrevious you can get information for the adjoining records. For something like this you would have to hard code it. Now you can do something like this using IDEAScript as their are functions in the scripting language to read a particular cell and then insert that value into an equation.
Brian