Jump to content
We've recently updated our Privacy Statement, available here ×

Cross tab with distinct count


grandlynx

Recommended Posts

Hello,

 

I have an SQL query like this :

SELECT user_name, task_type, take_name FROM task;

 

I want to make a cross tab with the result of this query formatting with user_name in row, task_type in column an number of different task_name by type by user in cell.

 

I thik it's a standard cross tab but my cells contains the first take name concerned by crosselling and not the dictinct count.

 

Can you help me please ?

 

Sorry if my post is dummy :(

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...