Using BI server 3.5 and Report designer 3.5. I have defined a Multi select parameter for a report, taking values from the DB. I'd like the Multi select to default to ALL parameters being selected in the UI so that when opening the report it's obvious what the query is doing. I'm unsure how it's possible?
To get around the issue, I have defined a "-" parameter and defaulted to this, but this is not an ideal value in a multi-select as my SQL then looks like:
which seems "hacky"Code:AND ( '-' IN (${PRODUCT_TYPE}) OR Product.ProductType IN (${PRODUCT_TYPE}) )


Reply With Quote
