What Are The Views In Appian?
Discussion posts and replies are publicly visible
Hi,
can you elaborate your question?
If your think Views in DB go to W3 Schools and learn something .
Regards,
Bhanu
A view in Database is a searchable object in that is defined by a query. It does not stores any data but retrieves data from more than one table at run time creating a virtual table and returning the variety of data in the defined format. It is created using Joins. When talking about views in Appian, it, at the first glance does not exists but we can create one by querying more than one table and then formatting the data retrieved from multiple tables using Appian dictionaries.
I hope this answers your question.
- Harshit
If you're talking about interfaces and not database views:
Views are configured on record types.
The first page is always the "Summary View" and any additional interfaces are called "Additional Views"
Their visibility and related action shortcuts can be set from the record type designer "Views" section.
when we use view and when we use table?
if you want data from different table using joins you can create view accordingly create CDT and use it in appian.
Need data from single table go with table.