Enterprise Reporting & Business Insights Platform |
Intellicus 5.3 now provide a new design
time control for Barcode; you can use this control to depict the barcode values
for the data coming from the database or for some static value.
This control
supports almost all of the popular types of barcode available in the market. It
does not need font installation on the machine to create a barcode.
Intellicus now support generation of simple
Adhoc report on Multi-dimensional data. This feature will enable a designer to
create a QO using MDX query and then do all Adhoc operations available for a
normal Adhoc report.
This feature eliminates the earlier limitation which makes
it mandatory to use the OLAP viewer for analysis or fact presentation on
multidimensional data.
Intellicus now gives the designer a better control on the attributes of the parameters and its values. Designer now have an additional control which enables him/her to check the properties of the parameter at runtime and then act accordingly.
var Datatype = '';
if(null!=rpt.layout.getInputParam("prmOrganization"))
{
Datatype
= rpt.layout.getInputParam("prmOrganization"). getDatatype();
}
If
( Datatype == 'char')
{
//Do something
}
else
{
//Do something
}
In the above script designer is able to check the data type of a parameter (prmOrganization) and based on the value he/she can take the necessary action.
This Script can be written at Report level only.
Intellicus 5.3 has now made it easy to
create a connection on multi instance installation of MSSQL.
Now intellicus
provides an additional text box which accepts the name of the instance on which
the designers want to connect.