Cmdlets for SAP BusinessObjects BI

Build 24.0.8963

Select-SAPBusinessObjectsBI Cmdlet

Parameters   Output Objects  

Searches SAP BusinessObjects BI data.

Syntax

Select-SAPBusinessObjectsBI [parameters]

Remarks

The Select-SAPBusinessObjectsBI cmdlet allows you to use a syntax similar to SQL SELECT statements to search SAP BusinessObjects BI data.

$conn = Connect-SAPBusinessObjectsBI -User "MyUser" -Password "MyPassword" -Url "http://myserver:6405/biprws"
Select-SAPBusinessObjectsBI -Connection $conn -Table "MyCustomReport" -Columns @("StoreName","Column1") -Where "Column2='Bob'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963