Hi All
I am trying to filter an XSoData URL based on a measure field but in meta data the property for the field is showing as below , the sap:filterable="false" is not allowing me to filter on this measure, I am trying to find if there is any way to change the filterable property for measures so that we can do filter on measure values.
<Property Name="Amount" sap:label="Amount" sap:aggregation-role="measure" Type="Edm.Decimal" sap:filterable="false" Precision="34"/>
As per my understanding oData supports filtering on Decimal data types Edm.Decimal, but it seems to be limitation from HANA side. Please correct me if I am wrong.
Thanks
Santosh Varada