Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Using a SQL View in SAP BusinessOne
Yes, it is possible to use a view in Business one client and you can use it too.
Please find below a sample format that you should be using to query the view in business one environment −
SELECT <Column Names> FROM [dbo].[<View Name>]
I have done the same and it is working for me.
Advertisements
