I want to do fuzzy search on a field which has leading zeroes, so need to first ltrim the zeroes and implement the fuzzy search. Can anyone help me out on this?
In the SAPUI5 application, I need to change SmartFilterBar default filter operator as Contains. But I am not able to do this. Can anyone help me on this
I am trying to create a process flow from ODATA. In that if I add connectionLabel under child, Process flow is not displaying.
But without connectionLabel, Process flow gets displayed.
Works:
this.proccessFlowModel.getData().nodes[i].Children.p...
I have a smart table and smartfilterbar. Now I have to generate chart also based on the filter applied in the smartfilter bar. That is the data has to be populated both in the table and chart based on the filter applied in the filterbar
I found if we implement daterangetype as condition type then we don't need to add any function in the controller, it will automatically fetch the value<smartFilterBar:ControlConfiguration key="DateField" label="Created Date" index="6" id="IdDate" vis...