Hi All,
I have two fact columns,When i try to calculate percentage=(f1/f2)*100 I get the below error.
Binary Logical operation is not permitted on INTEGER, LONG VARCHAR operand(s)
I checked the Data type all seems okay.The report throws error as soon as the I add the calculated column.The report shows data with the two fact col without percentage calculation.
Regards