Hello,
My main report is called "Section Item Cost" and my sub report is called "Cmre item list". In the "Cmre item list" report I have a parameter called p_item_number and it is visible. In the main report , I have the same parameter but it is hidden , the available value is set to Specify values and the value is the parameter called [@p_item_number] and the label is the fieldname. The default value is set to also specify values which is the parameter [@p_item_number].
When I try to preview the report it does not work and gives me this error:
the report parameter "p_item_number" has a defaultvalue or a validvalue that depends on the report parameter 'p_item_number'. Forward dependencies are not valid
Please advise on how I may resolve this issue.