We have created a view in the mariadb. We want to access that view from Frappe. Does frappe supports this kind of functionality?
Asked
Active
Viewed 369 times
1
2 Answers
1
You can create a query report which pulls data from your view. Then you can examine the data in the report view.

Turker Tunali
- 377
- 2
- 11
0
As of Version 13, Frappe Framework only supports schema managed by DocTypes. Views are not supported.

Rushabh Mehta
- 1,463
- 16
- 15