Hi there,
In my dataflow there is PIVOT followed by an QUERY.
Query contains an Aggregate function.
Now I want to push down the Aggregate function using an Data Transfer transform.
never did this...
Should I insert a Data_Transfer between PIVOT and QUERY?
And how exactly can I realize it.
Last question: After implementing:
How can I check if the function was really pushed down.
Can I see this in the interactive Debugger, in the Trace or Monitor Log or and any other button?
Thanks so much.. (I am a BODS beginner...).
Andrzej