Custom Banding option in Microstategy dashboard in 10.7 version - microstrategy

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.

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.

Add a panel that is displayed when logging in to 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.

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.

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.

Restricting Fonts available in Eclipse

I have a customized version of Eclipse, that comes with a customized version of the BIRT plug-in.
I'm looking to restrict the list of fonts made available for selection in the BIRT Report Designer to a specified limited set of Fonts.
Currently the list of Fonts selectable is all Fonts installed on the system.
I've seen the fontConfig.xml file can be edited for the fonts available to the BIRT engine at runtime, but I want to limit the fonts available for selection in the drop-downs of the Eclipse UI
Is there a way to limit this list (just for the BIRT report designer)?
Cheers,
Ro
Looks like it can't be done - A change/patch to BIRT is required.
org.eclipse.birt.report.designer.core\src\org\eclipse\birt\report\designer\util\DEUtil.getSystemFontNames is the point where Fonts are retrieved for the drop-down and that is reading directly from the Eclipse (Display) Environment