context("view") not work in show if for views

Something is bad.

No work this

But, if I change for this, it works

I need the expression context(view) to evaluate the view automatically and I can get my final expression without having to change the name of the view in each view that I make in my application.

Please, really I have been studying this topic but I have not would find a solution.

Thanks

Are you currently in one of the view present inside you table when you evaluate that expression?

I mean, for what I’m understanding, CONTEXT(“View”) is returning a View’s name that is not present inside the table “VISTA”

I am in the “HELIPUERTO COLORES” view. The context(“View”) expression should return “HELIPUERTO COLORES”, but I assume that it doesn’t, because changing the context(“View”) expression to “HELIPUERTO COLORES” does work the entire expression.

Remove LIST() from around SELECT(). SELECT() produces a list, so you do not need to (and in fact should not) use LIST() with it.