I have a employee working time count report. It shows to employee's working hours in the chosen year. I have three parameters and the first is for employee name , second is for the year and the last one is for detailed view option. My reports detects the user by the employee's User-ID. Then they see just their name in the first parameter drop-down. You can see the picture of the parameters below.
As you see above my Jahr(year) and Projekt-Details(project details) Parameters have default values. I want to set a default forMitarbeiter Name(Employee Name) parameter with the current employee name. How can I set the default value for Employee Name by the current user's name?
As you can see in the second picture "Ozgur Kadir" must be my default parameter. I tried this in the default parameter expression;Parameters!parameter1.label However, it doesn't make any sense. What do you advise me?
KAdir