cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

How to generate the chart with smartfilterbar filters

0 Likes
View Entire Topic
akashem
Discoverer
0 Likes

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----------------