You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Description
Incorrect results with cyrillic symbols.
Steps to Reproduce
When I try to use cyrillic symbols inside ScriptEvalStr function I receive unxpected result. I think that plugin passes incorrect data.
Script in QlikView:
I got table:
ID | Descr_ | Grp | Descr2_ | Grp2
1 | адбцкон | FALSE | adbcend | TRUE
2 | абврф234 | FALSE | abvrf234 | FALSE
3 | дбжх967 | FALSE | dbjh967 | FALSE
4 | аебцнач | FALSE | aebcstr | TRUE
In cells ID =1, Descr_=адбцкон and ID =4, Descr_=аебцнач it should be TRUE as for latin set.
Plugin works with latin symbols as expected.
I checked R script in R-console and it works right:
Expected behavior
Right work with cyrillic symbols.
Actual behavior
Wrong result.
Environment
Operating system where the SSE plugin is deployed
Qlik View
Versions
R 3.5.0
The text was updated successfully, but these errors were encountered: