I want to create the following:
I want to have a database of more than 100 X-Axis categories (e.g. 100+, these are products)
I want the HighChart to display product X in the centre of the chart with 2 closes X-axis values above and 2 lowest x-axis values below.(so total 5 x-axis values)
If I update the database, I want the charts to automatically adjust and looking for the closest X-axis values below and up.
Can anyone help me how I can realise this?
Related
I am trying to display a pie chart on Oracle Apex as a percentage of each response of why a deal was rejected etc. The value of each chunk shows as equal chunks until you hover over the piece which shows it's value coming back in thousands rather than a percentage of 100. I know on the attributes setting of the pie chart you can put it as a percentage and on the format scaling the options are: Thousand, Million, Billion, Trillion and quadrillion. The SQL code I have for the pie chart is as follows
SELECT * FROM DEALS_RETURNED;
Deals_returned is the table name but I want it to count the column 'Reason' to show on the pie how many of each reason has been given for each rejected etc.
Tried to change the code to have
SELECT COUNT(Reason)
FROM DEALS_RETURNED
I have create 2 calculated fields.
Example:
will have remaining amount (100%)
will have spend amount (60%)
both of these fields are calculated with different formulas.
Now I want to use these calculated fields in pie chart where it should show spend amount and remaining amount in pie chart.
Is there any way where I can use calculated fields in pie chart.
Thanks for help.
If the 2 calculated fields are both Measures, you can drag Measure Values to the Size or Angle card and Measure Names to the Color card for your Pie chart.
You'll need to filter the Measure Names to the 2 calculated fields only.
I am trying to create multi-line subplots such that each subplot represents a rating factor on which firms are rated, and each line represents a firm's change in rating over time. Note that I don't have the date field. I have a string field that says which quarter of the year the Mean of ratings belong to.
I'm new to tableau and I created something like this:
I want to create multiple subplots: one subplot for each of the 8 rating features in the above diagram, and the subplot has multiple lines representing the variation over time for each company. I have 10 companies.
Please guide me on how to achieve this?
A rough sketch of how I Imagine the plot to look like is below:
This will teach you how to make a panel chart in Tableau: https://tarsolutions.co.uk/blog/build-a-dynamic-panel-chart-in-tableau/
It shouldn't to too complex for what you're attempting (fingers crossed!).
Building the panel chart is a little tricky in Tableau. Not terribly hard once you understand table calcs. I suggest starting simpler by moving Measure Names from the Rows shelf to the Pages shelf, then creating the line charts you want - 1 per page. Then learn about table calc partitions and addressing, including “At the Level” to have the info needed to define the panels
To make a colored line chart,
You need one field on columns that you set to display as continuous, making it green. If it is a date field, right click on the field and choose from the second set of groups, like month or quarter.
You need a continuous field on the Rows shelf, use Measure Values in your case
Use a discrete field on color to determine the number of lines, say Shortname
Set the Mark Type to either Automatic or line
Hy Everyone,
I have a sheet with chart that has many values with X-Axis. These values are many in numbers some time I feel difficult to view them, So I want to zoom the any area of the chart by selecting any where in the chart. I used recorded macro that only zoom sheet not Chart / Graph. But I want a macro that can zoom any specific area of the chart or graph any where I click or select..
Here is pictures of the sheets...
My suggestion is to limit the x-axis (minimum and maximum) and probably limit the max value of the y-axis. This way it will only show a part of the data within the chart which might result in a better resolution to view then. But there is no built-in zoom like you described. Therefore you will need to code that on your own.
(Sorry for the german screenshot …)
As you see in the example above. I have total data in x-axis from 0 to 450 and in the second chart I limited the x-axis from 100 to 200. Both charts have the same source data, but the second only shows a part of the first.
I have a chart in excel that desplays number values and line graph in percentage.
Any idea on how I can display the percentage in SSRS.
Please note I can do it individualy in two separate report in ssrs but I want to combine the two. Please see attached image
the bar chart are in Values while the line graph is in percentage
Many thanks
To plot a series against a secondary axis, as in your Excel example above follow the instructions from MSDN regarding secondary axes.
To plot a series on the secondary axis
Right-click the series in the chart or right-click on a field in the Values area that you want to display on the secondary axis and click Series Properties. The Series Properties dialog box appears.
Click Axes and Chart Area, and select which of the secondary axes you want to enable, the value axis or the category axis.
Hopefully this is what you require. Please let me know if your require further assistance