0

I have a report in which I did everything the same (with respect to parameters) as I always do, but for some reason when I preview the report in Data Tools, default values for SystemName parameter isnt used.

Here is a screenshot:

screenshot

Default and Available values are both set to a query embedded in the related dataset and no setting is different than the other parameters.

Has anyone experienced this before? Does anyone know what can cause this?

Additional screenshots:

Photos

Community
  • 1
  • 1
choloboy
  • 795
  • 4
  • 16
  • 38

1 Answers1

1

Found solution to my problem. The problem was my query in the dataset for the systemname parameter had blank entries. So I added a where clause to filter null and blank fields and problem was solved. I assume blank comes first when things are sorted so thats why i was geting a blank default value

choloboy
  • 795
  • 4
  • 16
  • 38