f20dbae7a1cf929ff89a4f2f0e224e53fa8361fa
API/CodeSamples/ViewsOnly.md
| ... | ... | @@ -9,7 +9,9 @@ Gets or sets whether the data sources will include only views or will include bo |
| 9 | 9 | _**Note**: ViewsOnly will NOT work if you also use VisibleDataSources._ |
| 10 | 10 | |
| 11 | 11 | Use cases: |
| 12 | + |
|
| 12 | 13 | 1) Tables and fields may have not very user-friendly names. Creating Views with user-friendly names can make the process of working with the database much easier. |
| 14 | + |
|
| 13 | 15 | 2) You may not want to allow users to work with tables in your database because they may contain sensitive information or consist of raw data useless for reports. Creating Views with proper data aggregation may help you to build better reports with relevant data. |
| 14 | 16 | |
| 15 | 17 | **Troubleshooting:** |