i have a Report with two inputs and one drop-down list
inputs min_value and max_value
drop-down list rok (year)
if i call the report by using report url and add to url parameter &min_value=10&max_value=50&rok=2008
the min and max value works perfect
bat the rok not
the value of the drop-down list ist clear and i have to chose prom the list
so my question is
how to set the value of the drop-down list to equal to the value from url parameter?
Hi Neviem,
I think if it's a VA report you need to follow the below link in order to get an idea about the setting of parameters.
https://blogs.sas.com/content/sgf/2015/09/16/accessing-va-reports-with-parameterized-urls/
Bcoz the parameters are added to the report, but the value from which column or any static value is not been assigned, that's why it's showing the correct result if you are passing the real time values in the URL.
Thanks and Gud Luck.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.