SoftwareCountry/Perseus

ENHANCEMENT (Low Prio): Allow for "Create View" statements to reference other "Create View" tables

Zwky26 opened this issue · 0 comments

LOW PRIORITY:

When creating new View tables, it would be nice to reference previously-created View tables.

image

In the image, I have created a View "t_pos". When attempting to create a second View that references and joins on "t_pos", we see that the view is recognized, but attempting to create the second view results in an error.
image

image

Either disabling View reference entirely, or enabling views to reference one another may improve usage