Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
V6s5, ODBC- 5 digits decimal value over the wire as 4 de
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00819725
Message ID:
00822533
Vues:
28
Now I would try some other tool, like Miscrosoft Query, to see if it works. If it does, than problem is in Report Manager.

>The view seems to be working using SPT. This view in question has a known divide by zero for which I have put in a IIF() condition as below:
>
SELECT ROUND(IIF(LV_LKCALCBP.BCALCBP = 0, LV_LKCALCBP.BCALCBP - 1, LV_LKSFC1.BSFC1 / LV_LKCALCBP.BCALCBP), 2) AS BSFC, ;
>		LV_LKSRATINGTEST.IID ;
>	FROM VSO3VIEWS!LV_LKTRATINGTEST ;
>		JOIN VSO3VIEWS!LV_LKSRATINGTEST ;
>				ON LV_LKTRATINGTEST.IID = LV_LKSRATINGTEST.IPID ;
>		JOIN VSO3VIEWS!LV_LKSFC1 ;
>				ON LV_LKSRATINGTEST.IID = LV_LKSFC1.IID ;
>		JOIN VSO3VIEWS!LV_LKCALCBP ;
>				ON LV_LKSRATINGTEST.IID = LV_LKCALCBP.IID
>
>Any suggesstions.
>
>Thanks for all your help.
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform