Skip to main content
SUBMITTED

Find functionality is not scanning the project variables

Related products:TimeXtender Data Integration
  • July 25, 2023
  • 0 replies
  • 17 views

peter.jensen
TimeXtender Xpert
Forum|alt.badge.img+3

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.