H
Harmannus
Hallo,
I have report based on a query qsel_Insurance with the field SID present and
with a Chart on it. How can i filter the output of the chart to the key
field SID?
I used link master, link child by putting SID there but i constantly get a
error "Cannot use the crosstab of a non-fixed column as a subquery".
Unbound object frame: Chart
TRANSFORM Count(*) AS [Count]
SELECT qselChart.Insurance
FROM qselChart
GROUP BY qselChart.Insurance
PIVOT qselChart.StatusID;
qselChart contains the field SID...
I got a suggestion to enter all of the possible values of StatusID into the
crosstab's Column Headings in the query properties of my graph chart but do
not understand how to do that.
The values can be R, G or B.
Thanx in advance for any assistance.
Regards,
Harmannus
I have report based on a query qsel_Insurance with the field SID present and
with a Chart on it. How can i filter the output of the chart to the key
field SID?
I used link master, link child by putting SID there but i constantly get a
error "Cannot use the crosstab of a non-fixed column as a subquery".
Unbound object frame: Chart
TRANSFORM Count(*) AS [Count]
SELECT qselChart.Insurance
FROM qselChart
GROUP BY qselChart.Insurance
PIVOT qselChart.StatusID;
qselChart contains the field SID...
I got a suggestion to enter all of the possible values of StatusID into the
crosstab's Column Headings in the query properties of my graph chart but do
not understand how to do that.
The values can be R, G or B.
Thanx in advance for any assistance.
Regards,
Harmannus