I have a crosstab querry.
The column headings are derived from data inserted by the user and therefore I can't predict what they will be.
This is why I can't use the 'column headings" property.
It is also important to keep the syntax of the headings exactly as the user entered it.
I have two ideas but I can't get any of them work:
First:
To concatenate the heading strings with a leading number that will do the sorting.
But in order to maintain the original string - to add a "Backspace" charecter in the string so that the visible string will be the same as the original.
Probleme: the backspace charecter didn't hide the leading number.
Does anyone know why?
Second:
To calculate the field of the column headings in the crosstab as a subquery.
The subquery shall be sorted in the correct order and maybe this will do the job.
probleme: The systax! no mater what I've tried it always gives me an error.
Can anyone help me with the correct syntax?
The column headings are derived from data inserted by the user and therefore I can't predict what they will be.
This is why I can't use the 'column headings" property.
It is also important to keep the syntax of the headings exactly as the user entered it.
I have two ideas but I can't get any of them work:
First:
To concatenate the heading strings with a leading number that will do the sorting.
But in order to maintain the original string - to add a "Backspace" charecter in the string so that the visible string will be the same as the original.
Probleme: the backspace charecter didn't hide the leading number.
Does anyone know why?
Second:
To calculate the field of the column headings in the crosstab as a subquery.
The subquery shall be sorted in the correct order and maybe this will do the job.
probleme: The systax! no mater what I've tried it always gives me an error.
Can anyone help me with the correct syntax?