IncludeFiltersAsViews
Set this to true if you want to expose filters for the modules as views.(Also konwn as Saved List Views)
データ型
bool
デフォルト値
true
解説
You can query the filtered modules like you would query the views:
SELECT * FROM [Filter_People_CadenceTest]
where "People" is the name of the module and "CadenceTest" is the name of the filter applied to that module.