Hi,
I have a table which is dynamically generated every day of the form
Data Value1 Value2 Value3 ..... Value10
ABC 1 2 3 2
ADB 0 2 1 7
etc.
The aim is to get the std dev for each of the data values e.g. ABC
While the table schema will always remain the same I have 2 problems in trying to create a cross tab query to run on this
1: The number of rows in the table is unknown & changes every day
2: The values in the data column changes every day e.g. value ABC may or may not be present on a daily basis
Does anyone have any idea how I could setup a cross tab to do calculations on this ?
I have a table which is dynamically generated every day of the form
Data Value1 Value2 Value3 ..... Value10
ABC 1 2 3 2
ADB 0 2 1 7
etc.
The aim is to get the std dev for each of the data values e.g. ABC
While the table schema will always remain the same I have 2 problems in trying to create a cross tab query to run on this
1: The number of rows in the table is unknown & changes every day
2: The values in the data column changes every day e.g. value ABC may or may not be present on a daily basis
Does anyone have any idea how I could setup a cross tab to do calculations on this ?