Mui pro component is included under premium licence? - material-ui

We intend to purchase a MUI licence key for data grid at https://mui.com/x/introduction/licensing/#premium-plan.
We also need to use a date-range picker, which can be found at https://www.npmjs.com/package/#mui/x-date-pickers-pro. But I'm not sure if it will be included in the premium plan because the date-range selector is only available in the pro plan!
does anyone know is premium licence includes pro component of mui ?

It should be included:
The Premium version contains all features from Pro, as well as
features for analyzing large datasets. The features available on the
initial release are row grouping and the ability to export to Excel
files.
https://mui.com/x/react-data-grid/

Related

Justpy: Add Highcharts Stock Options: "hollowcandlestick" & "Stock Tools"

How do I add Highcharts Stock series options to Justpy code? Specifically, I want to add:
hollow candlestick
Stock tools
I am working my way through the Justpy documentation and can't figure out how to change the "series : type" in examples 1 & 2 from "candlestick" to "hollowcandlestick".
Each of my attempts resulted in a blank webpage. (I also tried "hlc" and got the same result.)
I also want to add "Stock Tools". I am guessing the process is about the same as the "hollowcandlestick". But, I have figured it out yet.
Note: According to the Highcharts API, Stock tools requires Highcharts version 7. What version is Justpy using?
It's important to find out whether Justpy, allow to load addition modules.
While the candlestick series is listed in the documentation, it's hollowcandlestick modification originally from Highcharts requires an additional module.
It is best to report to Justpy whether they support these series.

How to use ag-grid license

How to insert license key in ag-grid? Reading https://www.ag-grid.com/license-pricing.php it details pricing. Where is license key to be placed, is as part of request ? Or license just to ask support type questions and I can use the library itself without ?
Some features of the grid are enterprise only. In the features menu on the documentation, the only things that are enterprise only are marked with a circled e. Here you can find information about setting the license for your particular framework.

Unable to create a calculated field or measure in Jaspersoft adhoc view

According to this help document
http://community.jaspersoft.com/documentation/jasperreports-server-user-guide/v56/creating-calculated-field
I should be able to create a calculated field or measure for a Jaspersoft Adhoc view. However I don't seem to have this functionality available to me since I don't have the icon required to click on to create these things. Does anyone know if this is a new feature or whether this has something to do with restrictions on functionality due to licencing or something? Is there another way to create a calculated measure that I can use as a work around considering I don't have the correct icon to enable this feature ?
What version of JasperReports Server are you in? You can chek this in the login page, on the bottom left corner there is an About Jaspersoft link. There you can also check the license type.
This feature is available only for commercial edition.
So I guess you are a customer: have you tried reaching out to Jaspersoft support?
https://support.jaspersoft.com

How to integrate ECharts with BIRT/Pentaho?

I'm looking for a report engine which may:
connect to data source via JDBC
create logic data set by grouping/aggregating the raw data
include a data filter on the top of each report, which allows my client use the report interactively
add custom charts, in my case, it's ECharts https://github.com/ecomfe/echarts
support multi-tenancy paradigm (new requirement)
Now BIRT and Pentaho are the two players on my table.
For pentaho, it's really hard to find useful document to at least clarify if it's capable. Please if you're familiar with it, let me know if pentaho community version meets my requirements.
For BIRT, I've found evidence it support my first 3 needs. But for custom charts, I can only find examples/docs about adding custom IMAGE/SVG charts. As ECharts is based on canvas, I'm not sure if it's possible to integrate ECharts with BIRT.
Thank you!
Yes, it is possible to integrate javascript charts in BIRT. Basically:
Select the top-level element of your report outline -> Script tab -> clientScripts
Include here your echart resources (.js and .css) using "head.js" (see link below for more informations)
Add a text element to the report
Set the type of this new element to 'HTML'
In a script tag, initialize your echart object in a "head.ready()" instruction (see link below for more informations). The tricky part is to understand how to use a server-side dataset in a client-side chart within this html script.
You can find more informations and a full example of a such report here, this example embeds a jvectormap in a birt report. Furthermore, see a live demo here, where a JIT chart is integrated in a BIRT report.
However since these charts are created using a client-side framework, obviously BIRT won't be able to export them in PDF format. You can see in the live demo linked above, how a BIRT report can easily handle a different output when users export to PDF.
You can do it in Pentaho, but which tool to use it's a matter of debate.
Using Pentaho Report Designer:
- Connects to DBs using JDBC;
- Allows grouping rows based on a field or fields and calculating functions such as running sums;
- Can use selectors (single or multi-valued selectors) to interact with the report, passing the selector values to the queries;
- As far as I can tell, you don't have many options to choose a specific charting engine.
However, you can use CCC as the charting engine, which is a Protovis based Javascript charting engine, cross-browser compatible (for the most part), renders SVG charts with a decent fallback for IE (I believe the fallback is flash but I'm not sure if it changed recently) and produces decent looking charts.
If you HAVE to use that chart library, then I suggest using C-Tools dashboards instead, where you can embed as many different JS files you want and you have full control over the JS and CSS of the page. But most of the reporting functions from PRD will have to be implmented by you.

interactive jasper reports

I am using jasper reports in my project to generate html reports. But the generated reports are static. Now we want to add some interactive features in it, like simple sorting and searching of columns. This is preferably to be done the client side. How can this be achieved ? So far I have tried to embed jquery into the generated report with no luck. Does jasper report provide such kind of functionality?
Use parameters and re compile the report every time you want to filter the data.
With your meaning of the word "interactive", nope that is not possible. A report is only a report - a presentation medium that shows data in such manner that is required by the business rule. You can format data here. You can stylize it, add image and what not. A client side application is probably what you want.
Well, your exact requirement can be achieved if you publish the Jasper Reports on the Jasper Server. Once published, all your reports become interactive (For Charts, you must use the PRO charts and not the basic HTML charts but for tables, it works automatically.)
Once you publish it on the Jasper Server, the features that you get are:
Sort button with various types
Export the Report to many formats (PDF, XML, etc - more than 10).
Zoom IN and Zoom Out.
Bubble for your charts making them interactive, etc.
Yes, interactivity is possible in Jasper Reports, but the thing is that you need a Jasper Server Pro or Enterprise version for achieving this. If you are using a community version, it is impossible to create interactive reports. You can download the free trail pro version of jasper server for 60 days from this link https://www.jaspersoft.com/download
For much more details go through this link https://www.jaspersoft.com/community-commercial
Choose according to your requirement.