strange behavior with “month” in proscreener
Forums › ProRealTime forum Français › Support ProScreener › strange behavior with “month” in proscreener
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by rene.
-
-
06/05/2021 at 8:36 AM #171179
Hi,
I noticed a strange behavior with “month” instruction in proscreener.
can you just try this simple code :
screener month1screener ( month as "month")=> this screener works perfectly if the screener is launched using period daily, 1 hour, 30 min, 15, 5 min => it returns “6” as we are in june.
BUT : if the same sceener is launched using period 3 minutes, 2 minutes, 1 minutes it does not work… => the screener return “84” !
can someone confirm and explain this result ?
06/05/2021 at 8:54 AM #171182I have exactly the same pb with “day” instruction, this screener :
1SCREENER(day as "day")returns “4” for yesterday friday the 4th ( as we are saturday ) using period daily, 1h, 30 min, 15min, 5 min => works fine
BUT :
using period 3min, 2 min, 1 min it does not works => It return “26” !
NB : this test was launched on saturday the 5th of june 2021
06/05/2021 at 9:08 AM #171183désolé je viens de voir que j’ai posté mon message dans le forum en francais donc voici la traduction :
j’ai remarqué un comportement etrange avec l’instruction “month” dans proscreener.
pouvez vous tester ce code simple :
1screener ( month as "month")the screener fonctionne parfaitement sur les periodes daily, 1 hour, 30 min, 15 min , 5 min => renvoie 6 car nous sommes au mois de juin
MAIS cela ne fonctionne pas sur on lance le meme code sur les périodes 3 min, 2 min, 1 min => the screener renvoie 84 !
meme problème avec le code suivant :
1screener ( day as "day")the screener fonctionne parfaitement sur les periodes daily, 1 hour, 30 min, 15 min , 5 min =>renvoie 4 pour vendredi 4 car nous somme le samedi 5, c’est OK
MAIS cela ne fonctionne pas sur on lance le meme code sur les périodes 3 min, 2 min, 1 min => the screener renvoie 26 !
ce test a été lancé le samedi 05 juin 2021
06/08/2021 at 8:06 AM #17137206/13/2021 at 7:17 AM #17167206/16/2021 at 10:48 AM #171836 -
AuthorPosts