R
Rose
I am working with data in a table that includes records for multiple years
per ID. I want to create a query that creates a separate column of
information for each year so I can see data for each ID over multiple years
and I'm not sure how to write an expression that wont filter out subssequent
information.
Here’s how the data is in a table:
ID Period Result
1 2007 Effective
1 2006 Effective
1 2005 Ineffective
Here’s how I want it on the query:
Control 2007 Result 2006 Result 2005 Result
1 Effective Effective Ineffective
Thanks!
per ID. I want to create a query that creates a separate column of
information for each year so I can see data for each ID over multiple years
and I'm not sure how to write an expression that wont filter out subssequent
information.
Here’s how the data is in a table:
ID Period Result
1 2007 Effective
1 2006 Effective
1 2005 Ineffective
Here’s how I want it on the query:
Control 2007 Result 2006 Result 2005 Result
1 Effective Effective Ineffective
Thanks!