Pivot Table From Simple Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running into a problem when I try to use the Pivot Table Wizard.

If my query has only 1 instruction, the wizard works.

When I add a 2nd instruction, the wizard returns an excel error message
"trouble obtaining data"

Any thoughts ?
 
In this context, I have a query that filters between 2 times and for a
specific customer id.
 
Perhaps if you post the SQL, someone might be able to see what the problem
is.
 
Filter 1 TimeFilter:[Time] Between [Start] and [End]

Filter2 ClientId: ClientId
 
That's not SQL. To get at the SQL for a query, open the query in design
view, then choose SQL View from the View menu.

--
Brendan Reynolds (MVP)


carl said:
Filter 1 TimeFilter:[Time] Between [Start] and [End]

Filter2 ClientId: ClientId

Brendan Reynolds said:
Perhaps if you post the SQL, someone might be able to see what the
problem
is.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top