Customer Portal

Joining a lookup value with no join key

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    The only solution I've found is to use a fake field with a constant value like 0 as a default value, then add a data input table component that queries a single row with the id value and a separate join that joins that single record with all the target rows , joining on the fake fields in the two records. This is also less than ideal because of the added complexity of the graph and the additional code required for the transformation in the additional join.

Please sign in to leave a comment.