reportbuilder - Report builder group not retrieving correct data -
i have parameter @ top can choose 1 or more divisions.

a group used repeat table divisions. in db have asigned values stat1, stat2 , stat3 automotive , stat4, stat5 , stat6 equipment. reason reapeating automotives data , not retrieving equipments data, retrieves correct division.
it's doing this:

and this:

the second one, supposed stat4, stat5 , stat6. not now.
i can't add comment yet i'm going try answer:
try deleting .data files , re-running. have noticed in debug mode re-uses previous data.
check parameters set correctly: parameter expression pass query should be:
=split(join(parameters!<your param name>.value,","),",") in query should using:
select * [table] [division] in (@parameter)
Comments
Post a Comment