Pivot Sql Query

Pivot Sql Query

This query isn't working and I can't understand why. It comes up with the error message "Unknown table or alias 'Source1' used in select query." when it is clearly defined in Line 12. If I remove "Source1." from in front of the columns in the select list it shows "Whenever a table alias is defined, kindly use table alias name before the respective columns used in SELECT query".

SELECT
Source1.week,
Source1.[2024],
Source1.[2025]
FROM 
(
SELECT
Year("Created Time") AS year,
Week("Created Time") AS week,
"Trollies"
FROM "Shipment Order (Zoho Inventory)"
) AS Source1
PIVOT
(
SUM("Trollies") FOR [year] IN ([2024],[2025])
) AS Pvt
    • Sticky Posts

    • What's New in Zoho Analytics - November 2025

      We're thrilled to announce a significant update focused on expanding your data connectivity, enhancing visualization capabilities, and delivering a more powerful, intuitive, and performant analytics experience. Here’s a look at what’s new. Explore What's
    • What's New in Zoho Analytics - October 2025

      Hello Users! We're are back with a fresh set of updates and enhancements to make data analysis faster and more insightful. Take a quick look at what’s new and see how these updates can power up your reports and dashboards. Explore What's New! Extreme
    • What’s New in Zoho Analytics – September 2025

      Hello Users!! In this month’s update, we’re raising the bar across multiple touchpoints, from how you bring in data, plan and track projects to how you design and brand your dashboards. We’ve added the all-new Gantt chart for project visualization, expanded
    • Announcing Agentic AI - Ask Zia!

      We are delighted to roll out the new agentic AI capabilities in Ask Zia, where every stage of the BI workflow is assisted by AI. With a human-in-the-loop approach, Ask Zia ensures that you’re in command of the decision, while AI handles the complexity.
    • Invitation-Based User Access in Zoho Analytics

      Hello everyone, We’re rolling out an important update on how users are added to your Zoho Analytics Organization and Workspaces. Previously, when admins added users, they were automatically added to the organization. Moving forward, to improve security

    Nederlandse Hulpbronnen