Add a panel that is displayed when logging in to Jasperserver - jasperserver

I'm using JasperReport Server 8.0.0 (community version), and I'm trying to get a panel with images to appear when I login, where clicking on the images allows me to navigate to other sites on the server,however, while I was looking for information to do that, only information appeared with the commercial version and not with the community version, so my question is if I can do that with the community version and in the same way if I can, I would appreciate what steps I should continue to achieve the goal.

Related

Tableau Web diff Creator vs Explorere

Can some one list out functionality difference between creator Vs Explorer on Tableau Web for Tableau 2021.3 or 2022.1 versions.
See https://www.tableau.com/pricing/teams-orgs.
Also, release navigator will show you the different features by version.

Jasper Server...where is the dashboard?

I have not used JasperReports in a number of years. It has changed :-) I've decided that the Community version of Jasper Server is what I need. The install (Postgres and Tomcat defaults) went smoothly and was happy when poking around the result. However, I cannot get my MySQL datasource to test correctly...even though I'm logged in as an admin user and the connection (all at localhost) works fine in JasperStudio. To make matters worse, I want to use the dashboard tool. All the tutorials show what looks like a dash for the tool that includes a big Dashboard icon...but I don't know how to see that page. For me, it defaults to a page with a folder listing on the left and repository display in the main frame. Where is the tool's dashboard? I don't even see the "create" tab across the top frame...all I see is: Library, View, Manage...
Did I miss something in the setup? I followed the directions that came with the 7.x install without any red flags...
Jasper Servevr Community edition does not supports features like adhoc reporting, dashboards, visualize.js etc.. If you are looking for Dashboard feature either you have to use Professional or Enterprise.

Custom Banding option in Microstategy dashboard in 10.7 version

I am new to Microstrategy. I have installed Microstrategy Desktop 10.7 version. I am trying various options from microstrategy Tutorials(Basic Reporting Guide PDF). I found Custom Banding option is there in 9x version. I didn't find any Grid Menu or Custom Banding in 10.7 version. Can any one tell me how to get this option.
What was called MicroStrategy Desktop in version 9 is now called MicroStrategy Developer.
You should look for documentation for version 10+ for MicroStrategy Desktop or MicroStrategy Dashboard (similar functionalities but using the MicroStrategy iServer and Web interface, paid options :) ). Another name for the MicroStrategy Desktop (or web Dashboards) visualization was MicroStrategy Visual Insight.
About your question, check page 394, Dashboard Editor: Grid: Format.
If you open the Format panel after you selected a grid you should be able to see the Show Banding option. This will only color every other row of your grid.
If you want something more advanced, like colors based on values in the cells, you should use thresholds.

Jasperreports community version doesnt allow interactive reports?

I am using jasperreports-server-5.1.1 , and i am using the REST api to integrate jasperreports with my app.
The api for running reports mentions the parameter "interactive=true", but also mentions - "In a commercial editions of the server where HighCharts are used in the report,
this property determines whether the JavaScript necessary for interaction is
generated when exporting to HTML." .... which i interpret as "only available with commercial edition". Am i right ?
Also, pagination doesnt work.... so is it also allowed only on, commercial edition ?
thanks
As far as I know the ad-hoc reporting component is only available in the Pro version (i.e. commercial edition). The community edition is really just a teaser but not really useful for production environments. Did you have a look at ReportServer? It's completely open source, allows you to execute Jasper Reports (and Eclipse Birt if you want) and comes with powerful ad-hoc reporting capabilities.

Is there a framework available to collect user feedback on an SWT GUI?

After 2 years of development, our Eclipse RCP desktop application is finally finished. The last step in development is to allow the client to provide feedback on the wording and labels in the application.
There will be about 10 people providing feedback, but the client is willing to consolidate this before sending this to us for implementation.
My first idea is to provide a Google Form which requires them to upload a screenshot and to precisely specify where the text to be changed is located. I am now wondering whether a framework exists to do this automatically (i.e. press 'CTRL+ALT' and you can automatically draw a box around the offending text in the application.
In short: Are there any user feedback tools specifically designed to collect feedback on the wording in a GUI?
Mylyn includes some facilities to do (almost) exactly this. In a standard Eclipse, try Help -> Report Bug or Enhancement...
You use various org.eclipse.mylyn.tasks... extension points to specify things like product, area and bug template.