On 15/09/16 22:56, lookman sanni wrote:
Hi all, I am trying to perform a filter in a SPARQL query, through the below code: FILTER ( abs(xsd:float(?tAmount1)) = abs(xsd:float(?tAmount2)) ) The query is being parsed correctly, but I am not getting the expected result. Any clue why this would not convert and compare those amounts properly ? The amounts are formatted like this: "+8644,00". Thanks in advance for the help.
In XSD, floats have "." not "," for the decimal separator.
Andy
