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

Something is bad.

No work this

Samuel_Osorio_M_0-1673491421266.png

But, if I change for this, it works

Samuel_Osorio_M_1-1673491523444.png

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

 

0 3 188
3 REPLIES 3

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.

Steve
Platinum 4
Platinum 4

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

Top Labels in this Space