Microsoft
Software
Hardware
Network
Question : Default parameter to max date
Hi, Is it possible to default a parameter to the max date? I tried doing this in the parameter's default values, specify values expression box, but it didn't work. I got the error aggregate and lookup functions cannot be used in report parameter expressions.
=max(Parameters!Run_Dt.Val
ue)
My dataset is this -
select distinct run_dt from tbl_A
Answer : Default parameter to max date
Add a 2nd dataset. Your query will be select max(run_dt) from tbl_A . Then in your parameter under default choose get values from a query. You can then choose this dataset and the field which is the max date.
Random Solutions
RequiredFieldValidator Cant validate
Transit Vlan
delphi Run once
Removing a tidserv backdoor rootkit on XP
Hosts file resolution does not work
Attempt to change ServerLimit ignored during restart. Apache ServerLimit.
Exchange Server 2007 SP3 with Windows 2008 R2
get 550 5.7.1. Unable to relay for specific domains....
Exporting from SQL Server 2005 Table to Flat file with UTF-8 Problem.
Show All Records In Query if Nothing Selected in Listbox