Hi,
I am facing the error while using one specific object in my webi. eg, Qty_Sold. "The query cannot run, because it contains incompatible objects. See your Business Objects administrator. (Error: WIS 00008)"
The code below is taken from Universe .
case
when DB2ADMIN.FC_RETAIL.PIECE_VALUE = 0 or DB2ADMIN.FC_RETAIL.PIECE_VALUE is NULL then 0
else DB2ADMIN.FC_SALES_BOTH.SALES_AMT/ DB2ADMIN.FC_RETAIL.PIECE_VALUE
end
PLEASE NOTE : In Universe, The above code is PARSING Successfully and able to see the output of Correct Values for the object Qty_Sold in UNIVERSE -> Properties -> DISPLAY.
I performed the integrity check as well, i dont see any issues for this object.
BUT the challenge i am facing which this object in WEBI Report only. Even on selects the SQL in Webi to get the SQL code also the same error displays.
Can anyone plz help?
Thanks.