how to use a table value in a rule
danshaw
Member Posts: 38
hi guys
ive got an integer in a table and i want to have a rule that accesses that value....i tried using a self attribute that changes value right to the table cell value before the rule but its not working....
thanks
Dan
ive got an integer in a table and i want to have a rule that accesses that value....i tried using a self attribute that changes value right to the table cell value before the rule but its not working....
thanks
Dan
Best Answer
-
TheGabfather Posts: 633@danshaw Yes, it's exactly how you said it tableCellValue, which is a Function, is only available in the right-hand-side field, which is the Expression editor.
Answers
where change attribute is used to change self.attribute.x to the value in the table right before this rule...
thanks
Dan
if self.Attribute > tableCellValue(TBL,Row,Col) AND ...
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
thanks