How do I link two categories in Quantrix. I want matrix 2 to be filled with value in matrix 1 basically D1 1 D2 2 D3 3………….. D=@item(Matrix1::B) this formula just fills1
Hi,
Try this
D = ValueAt(@Matrix1::B; #D)
IMHO, in general, your understanding of the operators @ and # is true.
Great this code works thanks. Correct me if I am wrong
@ returns the value at category B were as # returns the position of D?
Not exactly sure what # does
Thanks
Registration confirmation will be emailed to you.