SYMPTOM
Users executing a Strategy Developer report may find that it fails with the following error message:

SQLEngine got an Exception from DFC: Logic Exception: Partition mapping table can not be used as lookup table.

ACTION
In Strategy 9.x, it is possible to create a Logical Table based off a SQL statement to use as a lookup table for the elements in the Partition Mapping Table. The screenshot below describes how the lookup table can be created.

When the new attribute based off the logical table is placed on a report the SQL generated uses the logical table as the lookup.
Select distinct a11.MONTH_ID MONTH_ID from (select distinct MONTH_ID from PMT_INVENTORY) a11