The InetSoft Dashboard uses the Apache Pluto implementation of the Java Portlet Specification, specified by JSR 168, and can run in any servlet container.
To use the InetSoft dashboard solution in a web application context root other than “sree”, the values (highlighted in bold) in the following files must be modified to reference the correct web application context root and ServletRepository servlet mapping:
Note: Please stop your web application server before making these changes.
You can add a default theme.css file in the “{sree home}/portal/css” folder to set default properties for all themes. The commented headings in the CSS file indicate the component to which the classes belong. e.g., “css for isii_JSTree” for all the CSS classes which modify the repository tree.
#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index | Read More |
• {InetSoftInstallation}\server\webapps\{contextRoot}\WEB-INF\portlet.xml <init-param> <name>resource.uri</name> <value>/sree/Reports/dashboard</value> </init-param>
• {InetSoftInstallation}\server\webapps\{contextRoot}\WEB-INF\config\services\ConfigService.properties servlet.insecure=/Reports/dashboard servlet.secure=/Reports/dashboard
• {InetSoftInstallation}\server\webapps\{contextRoot}\WEB-INF\classes\sree.properties replet.repository.servlet=/sree/Reports dashboard.uri=/sree/Reports/dashboard dashboard.context=/sree repository.replet.servlet=/Reports
• {InetSoftInstallation}\server\webapps\{contextRoot}\WEB-INF\web.xml <servlet-mapping> <servlet-name>replets</servlet-name> <url-pattern>/Reports/dashboard/*</url-pattern> </servlet-mapping>
(The url-pattern should match the dashboard.uri property)
The above code is extracted from the default /portal/css/theme.css file. It defines the classes for the labels in the repository tree. It is recommended that the application server be restarted in order to load the modified CSS files.
InetSoft's comprehensive integration options showcase their commitment to ensuring that their BI solution can seamlessly fit into a wide variety of organizational ecosystems. This flexibility is a strong asset, particularly for businesses with complex IT landscapes and diverse software stacks. It allows for a more cohesive and efficient utilization of BI across the organization.
Movie Production Companies and Big Data - Movie production companies have increasingly turned to big data in recent years to inform various aspects of the filmmaking process. This use of data helps them make more informed decisions, improve marketing strategies, enhance audience engagement, and ultimately increase the chances of a film's success. Here are several ways in which movie production companies leverage big data: Market Research and Audience Segmentation: Big data allows production companies to analyze vast amounts of information about consumer preferences, behaviors, and demographics. This helps in understanding the target audience for a particular film, allowing for tailored marketing efforts...
Patient Ratings Dashboard Example - This hospital hashboard is an example of one of InetSoft's interactive web-based applications for healthcare companies. This particular chart allows users to monitor Patient detail ranging from the Patient ID, Gender and Age, as well as being able to filter the age to better narrow down a desired Patient Detail. This dashboard displays Staff to Patient ratios including department names and the number of doctors in those departments. Although our charts are simple to use they provide detailed fields and extensive results which will give you the most out of your data...
Visualization Solution Landscape - So that's a good framework for looking at this solution landscape. To summarize, at the beginning we talked about the intersection of data visualization and in memory data storage. The two go together because the memory gives the kind of speed of thought capability to acquiring and slicing the data that the visualization that needs to show. There are three benefits: seeing tends in the data, speeding up analysis, and sharing insights. We'll talk about these over the next few minutes and offer some considerations that work best against prepared data although you see it also can work really well on unprepared data...
Previous: Custom Report Portal |
Next:
IFrame Integration
|