Hello Guru!
I need help with next question!
If you see QaaWS response in XI 3.1, you see:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<runQueryAsAServiceResponse xmlns="ws_test_format">
<table>
<row>
<Str_Value>0.00000026</Str_Value>
</row>
<row>
<Str_Value>145.26574512</Str_Value>
</row>
<row>
<Str_Value>1458.26522</Str_Value>
</row>
<row>
<Str_Value>15417558.6904871</Str_Value>
</row>
<row>
<Str_Value>145265745.12</Str_Value>
</row>
<row>
<Str_Value>145265745.124568</Str_Value>
</row>
</table>
<message/>
<creatorname>Administrator</creatorname>
<creationdate>2015-08-25T17:47:04.924</creationdate>
<creationdateformated>08/25/2015 5:47:04 PM</creationdateformated>
<description/>
<universe>uTEST_ws_format</universe>
<queryruntime>1</queryruntime>
<fetchedrows>6</fetchedrows>
</runQueryAsAServiceResponse>
</soap:Body>
</soap:Envelope>
But when create the QAAWS with same data in BI 4.1 you can see:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<runQueryAsAServiceResponse xmlns="ws_test_format">
<table>
<row>
<Str_Value>2.6E-7</Str_Value>
</row>
<row>
<Str_Value>145.26574512</Str_Value>
</row>
<row>
<Str_Value>1458.26522</Str_Value>
</row>
<row>
<Str_Value>1.54175586904871E7</Str_Value>
</row>
<row>
<Str_Value>1.45265745124568E8</Str_Value>
</row>
</table>
<message/>
<creatorname>Administrator</creatorname>
<creationdate>2015-08-25T17:47:04.924</creationdate>
<creationdateformated>08/25/2015 5:47:04 PM</creationdateformated>
<description/>
<universe>uTEST_ws_format</universe>
<queryruntime>1</queryruntime>
<fetchedrows>5</fetchedrows>
</runQueryAsAServiceResponse>
</soap:Body>
</soap:Envelope>
You can see that if data more then (or small then) 6 digit the QaaWS return data in scientific format (1.23E2)
Can you help me change this behaviour QaaWS in BI 4.1?
Best Regards
Andrey Ivanov