We have the query, which is formed in SysQuery form dynamically as
{Query ProjForecastPeriodic object 366ac9c0: SELECT * FROM ProjForecastUnion(ProjForecastUnion_1) JOIN * FROM ProjTable(ProjTable_1) ON ProjForecastUnion.ProjId = ProjTable.ProjId OUTER JOIN * FROM DimensionAttributeValueSet(DimensionAttributeValueSet_1) ON ProjTable.DefaultDimension = DimensionAttributeValueSet.RecId WHERE ((DimensionAttributeValueSet(DimensionAttributeValueSet_1).DEPARTMENTVALUE = N'023'))}
If we give filter with dimension then above query will form with Outer join dimensionAttributeValueSet.
our requirement is this Outer join should be updated with exists join in our classes withouit disturbing the other filters and ranges in previous query.
Please help us how to make it.
*This post is locked for comments
I have the same question (0)