November 13, 2024 at 8:32 pm
hi i need "sample size" in my report's 4th data region which is a grid with 2 additional full grid with comments. It is shown in the image.
i want to add a 3rd additional comment row to the same tablix . I want its visibility to depend on "sample size" being less than 10. I think i know how to handle visibility in a text box. i'll have to deal a bit with the rules for the borders in these additional rows.
from what i've seen of the report there are 2 ways to find sample size <10...
the biggest question i have is on order of operation. and this is my preferred approach. how can i be sure that if i add a dataset that gets sample size and sets the value of a new internal parameter, that it will run after that 3rd dataset that inserts records for this userid to that table i mentioned and before my new text box needs that count? it would use count(*) ...where...
...or if the expression in this new text box instead depends on this grid's core dataset, that i can locate the value in the row marked with a sort value of 3 if such a row even exists?
Viewing 0 posts
You must be logged in to reply to this topic. Login to reply