Hi all,
My env is CR9 on SQLserver2000. I have a main report that has prompt string parameter <Category> which is not associated with a database field. It is a logical grouping of employee levels, For Example category A are employees with <table.level> = 1,2,3
and so on.
My selection is something like
if ?Category= A then table.level in [1 to 3]
else
if ?Category= B then table.level in [4 to 6]
My question is how can I pass the ?category to a subreport to retrieve additional information from unrelated table.
When going to change subreports link and select ?category there is no field in the subreport to link to.
Thank you for your help
B2T
My env is CR9 on SQLserver2000. I have a main report that has prompt string parameter <Category> which is not associated with a database field. It is a logical grouping of employee levels, For Example category A are employees with <table.level> = 1,2,3
and so on.
My selection is something like
if ?Category= A then table.level in [1 to 3]
else
if ?Category= B then table.level in [4 to 6]
My question is how can I pass the ?category to a subreport to retrieve additional information from unrelated table.
When going to change subreports link and select ?category there is no field in the subreport to link to.
Thank you for your help
B2T