Hi,
I have a database field that stores data like A,B,F,G.
I wrote a SQL stored procedure to parse that field into its parts:
A
B
F
G
I could schedule the proc but since it is only needed for this one report, can Crystal run the proc then the report?
I thought a SQL expression would work:
Execute dbo.MyProc
then put that expression in the report header. Does not work. Is this possible?
I have a database field that stores data like A,B,F,G.
I wrote a SQL stored procedure to parse that field into its parts:
A
B
F
G
I could schedule the proc but since it is only needed for this one report, can Crystal run the proc then the report?
I thought a SQL expression would work:
Execute dbo.MyProc
then put that expression in the report header. Does not work. Is this possible?