Tableau Connector for Oracle Fusion Cloud SCM

Build 24.0.8963

Finders

Lists the findername along with the attributes for a particular view.

SELECT

ViewName is required to get the mapping FinderName and finder parameter column.

The ViewName column supports = and IN operators

SELECT * FROM Finders where viewname = 'abc'
SELECT * FROM Finders where viewname IN ('abc','pqr')

Columns

Name Type Description
ViewName String Name of the view for which finder needs to be found.
FinderName String Name of Finder.
AttributeFinderColumn String Name of Finder Attribute.
Type String Datatype of Finder Attribute.

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