Thread: parameters in views

parameters in views

From
Hector Galicia
Date:
Hi
Is posible to make a view with parameters? I want to
use a dinamic view in a function. To reduce the
maintence in the future.


thanks

Hector Galicia C.

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

Re: parameters in views

From
Richard Huxton
Date:
On Thursday 10 Oct 2002 4:41 pm, Hector Galicia wrote:
> Hi
> Is posible to make a view with parameters? I want to
> use a dinamic view in a function. To reduce the
> maintence in the future.

You probably want to look into table functions in v 7.3

- Richard Huxton