hi,
i'm a total newbie on crystal reports, and i've got a little problem passing the values of a parameter (created in crystal reports 9) to a command.
the command exists from a query like this:
select a.c, b.d
from c inner join b on c.x=b.x
where a.y=PARAMETER
group by b.d
how can i assign the values from the ParameterFields parameter to the Command (query)? i think this has to be done in the formula workshop or something like it.
another problem i've got is using 2 command objects in one report. cause of the nature of 1 of the query's i can't link them together. what i want is using a cross-tab for one (works) and get general data from the other command object, but i don't get it to work.
one last question, do you know a good site with good tutorials (especially on the formula fields/sql expression fields topics)?
t.i.a.,
ratjetoes.
i'm a total newbie on crystal reports, and i've got a little problem passing the values of a parameter (created in crystal reports 9) to a command.
the command exists from a query like this:
select a.c, b.d
from c inner join b on c.x=b.x
where a.y=PARAMETER
group by b.d
how can i assign the values from the ParameterFields parameter to the Command (query)? i think this has to be done in the formula workshop or something like it.
another problem i've got is using 2 command objects in one report. cause of the nature of 1 of the query's i can't link them together. what i want is using a cross-tab for one (works) and get general data from the other command object, but i don't get it to work.
one last question, do you know a good site with good tutorials (especially on the formula fields/sql expression fields topics)?
t.i.a.,
ratjetoes.