The problem of variables and calculated column

Stimulsoft Reports.JAVA discussion
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

The problem of variables and calculated column

Post 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
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of variables and calculated column

Post by heqichao »

And I insret a chart of Pie ,it also throw an exception
Image
Vadim
Posts: 409
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of variables and calculated column

Post 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
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of variables and calculated column

Post by heqichao »

hello,it is not fixed about New Calculated ColumnImage
Vadim
Posts: 409
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of variables and calculated column

Post 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.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of variables and calculated column

Post 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
Vadim
Posts: 409
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of variables and calculated column

Post by Vadim »

Hello.
This is fixed and will available since 2016.1.12 version.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of variables and calculated column

Post 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
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of variables and calculated column

Post 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
Vadim
Posts: 409
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of variables and calculated column

Post by Vadim »

Hello.
We working hard on new designer version, this will be fixed in it.
Post Reply