Hey everyone!
I'm looking for a way to create an array function in XI.
For instance, I have a 'FixValues' function defined, which I want to map to multiple 'FixValues' depending on the output of the Main 'FixValues' function:
For example,
Main 'FixValues'
01 : AA
02 : BB
03 : CC
then, IF
Main = 'AA'
001 : XYZ
002 : WER
003 : KLM
Main = 'BB'
001 : UIO
002 : POI
003 : JHG
Main = 'CC'
001 : WED
002 : THU
003 : FRI
Would anyone know how to make this possible?
Thanks in advance! ๐
Glenn