Hi all,
I am new to BRFplus and attempting to do some prototyping with it.
I have created a Decision Table which defines valid combinations of width and thickness for a product. The product id, width and thickness are the query columns; the results column is a boolean value that indicates if the combination is valid.
I have successfuly created a Function that given product id, width and thickness returns whether the combination is valid.
I now want to create another Function that given product id and width only (but not thickness) refers to the same Decision Table and returns whether the product id and width combination is valid.
Is this possible ? If so, how do I go about it ??
I tried creating a new Function with this signature but I just get an error "Assigned expression uses Element WIDTH/Width which is not in the context ".
Any comments or suggestions appreciated.
Thanks,
Grogan