Page 1 of 1

unknown error with jjstatsplot

Posted: Thu Mar 25, 2021 5:30 pm
by mariaskorda
Can anyone help me? I can't create a histogram using the module jjstatsplot, an unknown error occurs;

Re: unknown error with jjstatsplot

Posted: Fri Mar 26, 2021 1:58 pm
by MAgojam
Hi, @mariaskorda.
If you click on the three dots at the top right of the ribbon and select the "Developer mode" check box you will see a more in-depth Debug communication appear as below:

Debug
Error: Can't subset columns that don't exist.
x Column `\`xhmikh ousia\`` doesn't exist.
...
...

Delete the space in your variable name, from xhmikh ousia to xhmikhousia or xhmikh_ousia and your Histogram will arrive.

Cheers,
Maurizio

Re: unknown error with jjstatsplot

Posted: Sat Mar 27, 2021 10:23 am
by mariaskorda
Thank you!!!!