Getting Data Using a Table Lookup

  • Updated

A table lookup is an excellent way to pull a value from a data table into a rule or calculation. They can be used with data stored in your rule application (Inline Table) or in a database table. Inline Tables work particularly well for relatively small tables (e.g. under 500 rows). If the table is large (e.g. a customer table) it would be better to use a SQL query.

As an example maybe a rule author is writing some rules to calculate shipping for an order and wants to see if a customer’s loyalty status qualifies the order for free shipping. The author might have a table that looks like this:

mceclip29.png

Based on a customer’s status they want to get the FreeShipping value on the right. An easy way to do that is to return that value to a TRUE/FALSE (Boolean) calculation called Free Shipping.

Example of a table lookup in Business Language:

mceclip30.png

Example of a table lookup in Syntax:

mceclip31.png

Even though this example uses a calculation you can evaluate the result of a table lookup in a rule expression or action.

Note: Table lookups require a database table (along with a connection to a database ) or inline table to be setup in the rule application.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.