Page 1 of 1
Designer fx - Data from other Datasource problem
Posted: Thu Nov 12, 2015 3:00 pm
by beotic
Hi,
it is not possible to create in designer fx a data from other dataSource (BusinessObject), the new datasource is create but data are not connected. Is it possible to do it?
Thanks,
Re: Designer fx - Data from other Datasource problem
Posted: Fri Nov 13, 2015 9:54 am
by HighAley
Hello.
Could you specify what product do you use?
What component?
It's possible to use business objects if you use StiWebDesigner.
Thank you.
Re: Designer fx - Data from other Datasource problem
Posted: Fri Nov 13, 2015 10:05 am
by beotic
We use StiWebDesigner with a aspx page which inject business object via RegBusinessObject fonction. The business objects are visibled in deisgner, the data databand which use it are ok. But when we want to draw a charts from a data from other datasource (in order to use group by), the new datasource is created but it contains no informations when we connect it on a data band.
Re: Designer fx - Data from other Datasource problem
Posted: Fri Nov 13, 2015 1:51 pm
by beotic
I join an asp project. Put the file datasource.mrt in C:, or modify the Impression.aspx code.
Call the page
http://localhost/StimulsoftSupport20151/Impression.aspx
In the template, i create a data from an other datasource in ordre to create a data with the groupName and the count of line by group.
In the first data band the projects are listed
In the second data band the data from other datasource is listed but nothing is displayed...
Can you help me?
PS : I try it with 2013.3 and 2015.2 version.
Thanks in advance
Re: Designer fx - Data from other Datasource problem
Posted: Mon Nov 16, 2015 7:43 am
by HighAley
Hello.
Unfortunately, it's impossible to create Data source from Business objects.
You could try to register your business objects with RegData() method.
Thank you.
Re: Designer fx - Data from other Datasource problem
Posted: Mon Nov 16, 2015 8:05 am
by beotic
Is it so diffcult to manage it in your source code?
Re: Designer fx - Data from other Datasource problem
Posted: Mon Nov 16, 2015 8:48 am
by HighAley
Hello.
It's more easy to get necessary data with LINQ and register it in the report.
Thank you.