I noticed that the find functionality on project level is not scanning the project variables. (Tested this in TX v. 20.10.40)
Looked for : var_Analysis_Server_DEV
Result : empty
But actually the variable is used in another variable :
Variable : var_Current_Analysis_Server
Value :
Select
CASE
When '[var_Environment]' = 'DEV'
THEN '[var_Analysis_Server_DEV]'
When '[var_Environment]' = 'PRD'
THEN '[var_Analysis_Server_PRD]'
END
I think the Find functionality should also scan the project variables.