How can I make the A line chart with a data table docked under the x-axis in dashboard like this.
http://www.advsofteng.com/gallery_line.html
The Chart Name is Product Line Global Revenue
Are you using dashboard designer in the EE version, or CE? i.e. CDE?
Should be quite simple in CDE. Just create a datasource, then create a layout with a couple of panels. Then add a table component for the table, and a chart component for the line chart.
Same approach in reporting - there is no individual component which allows you to do both at once, so just use the same dataset and create a chart, then create a table.
If you're not yet using CDE / Ctools, then i recommend you take a look, install via marketplace or via ctools-installer.sh
Related
I want to Create a Pie chart with one main block inside Two or more sub blocks. using Apex Charts. Click here to show Required Pie Chart design
Hi There I'm quite new to Power BI wanted to ask some advice on a Approach for visualising some data.
1) I Would like to Group together some values to display as a indicator (green or red) depending on the value.
for example:
VM Running= green
VM Deallocated= red
2) and to also list all machine names from the dataset into the report under each indicator
and example of the actual Test data is below i would like to visualise:
and an example of the visualisation i want to create:
Any Advice on Approach or how to achieve this in MS PowerBI?
Thanks!
To get exactly what you want, I think you would need to create your own custom visual.
Since creating a custom visual takes some time to figure out, I explored options with existing resources and I was able to create something close-ish to what you want. To get the custom visual into your report, click on "Home" -> "From Store" (in the Custom Visuals group)
In the dialog that pops up, search for "dot plot" and click on "Add" by the "Dot Plot by OKViz" visual.
You will now see a new icon in the visualization panel.
Before we use that visualization, let's look at the data I used. I created some sample data similar in structure to yours and then added one column using the below DAX formula.
Value = RANKX(Attendance, Attendance[Class],, ASC, Dense)
Now we create a new dot plot and fill in the fields as show below.
That results in something that looks like this.
You can then change the black circles to red, by clicking on the paint roller icon between the Visualizations panel and the data panel.
From there, it is up to you how you want to present it. I did some additional tweaking to the formatting and added some cards for the class name (configured as shown below)
In the end, it could look something like this.
You could also split it up by class (group) and get something that looks like this.
In the past, I have used Tableau, another Data Visualization tool just like Qlikview where I could link a selection on a table or graph (or really an worksheet on a dashboard) to another dashboard by setting a source and destination dashboard/sheet. I did this using 'Action Filters'.
I am trying to do the same thing in Qlikview where I want to link two dashboards and transfer the selection in the source dashboard as a filter to the destination dashboard. Any idea if this is possible? And if yes, how can I implement this?
If you are using a trigger, say, on a button which opens a new QlikView Document, there are options to transfer state. This will carry over your current selection criteria. However, the fields in the destination document must have the same name.
See button properties -> Actions -> Add -> Action type external: Open QlikView Document. You will return to the Actions tab with options available to the newly added action.
Try to solve it with the data-model behind these two dashboard. If they use the same data resp. the data-tables are connected this works out of the box in QlikView because of the so called associative data-model in QlikView.
No need to connect the dashboards manually, zero configuration ...
I have been tasked to create a custom Dashlet which displays graphs of marketing data that is imported into a custom table in SugarCRM. I have been trying to read up on the subject but most of what I find is confusing and doesn't address what I need:
A custom table that stores events.
A Dashlet which pulls info from the above custom table and related Account information from the foreign key (account_id) in the custom table.
Suggestions, resources, etc?
Depending on the graphs you want to display, you may be able to use a custom report feature. You can create a dashlet based on a graphical report and display it on the home page.
create a custom report the utilizes the data you need from the custom module. Make sure you save it as your assigned to and team - also it MUST be a "summation" or "summation with details" report
pull up the "add sugar dashlets" on your homepage and locate the report you made in the "my reports" section at the bottom of your charts tab.
When you click on it it will load as a chart style dashlet.
Install the zucker report module and generate the graphical report .
I created a custom field type that inherits from SPFieldNumber. Then I created a column of this type in a list and created a Gantt View.
The problem is that the column doesn't show in the Gantt view's left pane.
Any help on this issue would be much appreciated.
Thanks!
In SharePoint 2010 fields UI is rendered using XSL Transformation, so to get you field rendered in List View you need to write a Custom XSL for your Field you developed.
Below article will get you needed help
MSDN Article
Reference Article