I have a parameter out of Staff_Table.Last_Name. This table has a field Staff_id.
I need to apply formula approx like this:
Select Staff_Table.Last_Name where
Staff_Table.Staff_ID = Project_Table.Staff_id and
Project_Table.Staff_Type = 01.
So, for my parameter I need only names with staff_type = 01 and this two tables connect through staff_ID
Thank you
I need to apply formula approx like this:
Select Staff_Table.Last_Name where
Staff_Table.Staff_ID = Project_Table.Staff_id and
Project_Table.Staff_Type = 01.
So, for my parameter I need only names with staff_type = 01 and this two tables connect through staff_ID
Thank you