I’m creating a baq that I want to pivot out for 12 months from the current month. I would like some help understanding how each of these pieces affects the pivot puzzle.
Thanks for the help!
I’m creating a baq that I want to pivot out for 12 months from the current month. I would like some help understanding how each of these pieces affects the pivot puzzle.
Thanks for the help!
Is there data for the future 12 months in the system. I have created a few PIVOT queries. The help is good on this topic.
Vinay Kamboj
@dgreenEA, You have followed the below-mentioned steps for Pivot query
Create an inner subquery and get all the columns you require.
Make a custom column to extract month from the Date column
Create a Top-level query and drag the Subquery to Phrase Build.
Right Click on the dragged item and select Pivot > Set Pivot.
In the Pivot Agreegated Expression Editor use formula like Count, Sum etc…
Select the Calculated Field under Pivot SubQuery For Clause
In the Filter value column select Constant List and enter Months as per the below screenshot.
Hope it will work for you…