[Seamless Help Center]

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

The system will:

  • Filter rows that have column “Value” = the lookup key AND:

    • The value of “From” >= Quote Start Date,

    • OR “From” is empty.

  • Ordering the resulting rows ascendingly

    • Notes: empty value is always at the end of the order list.

GIVEN we have the VehicleAge lookup as below.

WHEN the lookup key is 3, we will have the following rows satisfy the condition:

We can have scenarios as below:

  • If If Quote Start Date is 01/04/2022 (1st Apr 2022), the 1st row will be picked, and the factor value for VehicleAge should be 1.5 for all covers.

  • If Quote Start Date is 01/01/2023, the 2nd row will be picked, and the factor value for VehicleAge should be 2 for all covers.

  • If Quote Start Date is 01/01/2022, the 3rd row will be picked, and the factor value for VehicleAge should be 1 for all covers.

  • No labels