Integrate Smartfilterbar with Smartchart and Smart Table :--
here is mentioned :-------
---EntitySet or binding path need to be same
---Smartfilter id need to mention in Smart Chart or Smart Table for intregation
--------------smart filter ---------------------------------
<smartFilterBar:SmartFilterBar id="id4SmartFilterBar"
entitySet="AuftrsbestandResults" persistencyKey="SmartFilter_Explored09"
liveMode="true" filterBarExpanded="false" considerAnalyticalParameters="true"/>
------------smart filter--------------
-------------Smart Chart-------------
<smartchart:SmartChart id="id4SmartChart"
smartFilterId="id4SmartFilterBar"
entitySet="AuftrsbestandResults"
enableAutoBinding="true"
height="67vh" width="100%" header="Auftragsbestand"
persistencyKey="PKeyChart4"
showDownloadButton="true"
showDrillBreadcrumbs="true"
data:chartQualifier="ChartDefault2"
beforeRebindChart="onSmartChart09BeforeRebindChart"
chartDataChanged="onChartDataChanged" smartVariant="true"
useVariantManagement="true" useChartPersonalisation="true" >
</smartchart:SmartChart>
-----------Smart Chart-----------
-----------Smart Table------------
<smartTable:SmartTable id="id4SmartTable"
entitySet="AuftrsbestandResults"
smartFilterId="id4SmartFilterBar"
tableType="AnalyticalTable" height="80%"
header="Auftragsbestand"
persistencyKey="SmartTableAnalytical_Explored4"
enableAutoBinding="true"
beforeRebindTable="onSmartTable09BeforeRebindTable">
</smartTable:SmartTable>
---------Smart Table----------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.