reportbuilder - Report builder group not retrieving correct data -


i have parameter @ top can choose 1 or more divisions.

enter image description here

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:

enter image description here

and this:

enter image description here

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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -