Page 1 of 2

The problem of variables and calculated column

Posted: Wed Mar 30, 2016 2:49 am
by heqichao
Hello,
I use stimulsoft reports.java and I have the problem of variables and calculated column.
When I new a variables "CC" as next picture
Image

but when I click the button of preview, I dont see the input dialog.

And when I new calculated column, it throw exception, thank you
Image

Image

Re: The problem of variables and calculated column

Posted: Wed Mar 30, 2016 3:33 am
by heqichao
And I insret a chart of Pie ,it also throw an exception
Image

Re: The problem of variables and calculated column

Posted: Wed Mar 30, 2016 12:54 pm
by Vadim
Hello.
Input dialog for variables you can see only in veiwer.
Calculated columns & Pie Chart are fixed & will available since version 2016.1.6

Re: The problem of variables and calculated column

Posted: Wed May 11, 2016 6:59 am
by heqichao
hello,it is not fixed about New Calculated ColumnImage

Re: The problem of variables and calculated column

Posted: Thu May 12, 2016 6:12 am
by Vadim
Hello.
By stack trace I see that you use old version, please use latest pre-release build, You can download it in your registered user area.

Re: The problem of variables and calculated column

Posted: Fri May 13, 2016 3:27 am
by heqichao
hello I have used 2016.1.11 ,and the orther problem is how to add dateTime variable?
I use the next code but it throw exception

Code: Select all

StiVariable variable= new StiVariable();
	variable.setName(name);
	variable.setAlias(name);
	variable.setSystemType(new StiSystemDateTime());		
	variable.setValue(new StiDateTime());
	stiReport.getDictionary().getVariables().add(variable);
Image

Re: The problem of variables and calculated column

Posted: Fri May 13, 2016 11:00 am
by Vadim
Hello.
This is fixed and will available since 2016.1.12 version.

Re: The problem of variables and calculated column

Posted: Tue May 17, 2016 5:44 am
by heqichao
hello,it has a problem aftre create a relation.
I create the datasource and realation like this
Image.

I can not select the columns in relation when I draw the dataBand, but when I save the report I can select it.
Image
Image

Re: The problem of variables and calculated column

Posted: Tue May 17, 2016 5:44 am
by heqichao
hello,it has a problem aftre create a relation.
I create the datasource and realation like this
Image.

I can not select the columns in relation when I draw the dataBand, but I can select it after save the report.
Image
Image

Re: The problem of variables and calculated column

Posted: Tue May 17, 2016 7:17 am
by Vadim
Hello.
We working hard on new designer version, this will be fixed in it.