bridgeconsultant
IS-IT--Management
MSTR 7.2.2
I have a report with a date attribute and four metrics. One of the metrics is dimensional metric that generated multipass SQL (really more like subqueries). When the passes are joined on the datefield, we lose records. Typically, in SQL, we do a coalesce. MSTR only does a coalese when using full outer join.
Counts:
Should get 49 records.
Currently get 38 records.
Full outer joing generates 60 records.
Any ideas would be appreciated?
If there is no MSTR setting, I'll probably put a coalesce in an ApplySimple in the Attribute definition.
Thanks
I have a report with a date attribute and four metrics. One of the metrics is dimensional metric that generated multipass SQL (really more like subqueries). When the passes are joined on the datefield, we lose records. Typically, in SQL, we do a coalesce. MSTR only does a coalese when using full outer join.
Counts:
Should get 49 records.
Currently get 38 records.
Full outer joing generates 60 records.
Any ideas would be appreciated?
If there is no MSTR setting, I'll probably put a coalesce in an ApplySimple in the Attribute definition.
Thanks