Crystal Report : how to mark a value in stacked bar chart - crystal-reports

I need to display values in the stacked bar chart as shown in the figure. The stacked bar chart is created with standard score. And, the score obtained by a person is marked as highlights.I need help to show the values(17.6,29.4...)

One of the 3rd-party Crystal Reports UFLs (User Function Libraries) listed here allows you to achieve similar output using Bullet Charts. Here is a sample output:

Related

is Crystal Report generate stacked bar chart of this style? Sample is attached in image

I Need a report in crystal Report with the attached image style. Can Crystal reports support it?
I assume you also need to show an indicator for the current patient score. Perhaps also a marker for a target/previous/benchmark value.
Since the scales are static, you can underlay a static image for each type of scale. You can then superimpose a dynamically positioned "marker" image (e.g. vertical line or arrow) using Crystal's support for dynamic expression. Here is an example of such a solution:
Another option, if you are flexible about the type of chart, is to use a bullet chart. They are an excellent choice for showing these type of performance ranges with intuitive performance & benchmark markers. There is at least one Crystal Reports User Function Library (UFL) that supports creating bullet charts in Crystal Reports. Here is an image of a report with bullet charts:

Tableau: Displaying the each selected measure name in bar chart

I have a bar char report that I created that contains three measure names: 1) Complete 2) Opted In 3) Completion rate. How can I display the measure name below the bar chart similar to the screen shot below from SSRS report that I created. I tried looking for options with tableau environment, but was not successful. Thanks.
The standard color legend will show all three items however, it would look more like:
Note that the standard color legend only shows the color, not the bar versus line. If you need to replace the standard legend with a custom one as you are showing, you can add an image to your dashboard which looks exactly as you desire.

Create Stacked Area Combined with Line Chart in Tableau

I'm having trouble creating a chart that combines a line chart with a stacked area chart in Tableau Public. I can create the line chart in Tableau, but after that, I don't know how to proceed. Attached is the chart I created in Excel that I am trying to recreate in Tableau.
Line + Stacked Area Chart
Thanks.
Make your chart a duel axis chart - to do this you must have at least 2 measures on your shelf - click on the right most measure a select 'Duel axis'. Once you've done this, you'll see that each measure has it's own tab on the Marks shelf, which means you can set different mark types on each - for example one measure can be a bar chart and the second can be a line graph.
Hope that helps,
Ben

Merging 3 bar charts into one stacked bar chart in Tableau

I am struggling to create stacked bar chart out of 3 separate bar charts in Tableau.
They suppose to look like this:
However, closest I've got is this in tableau
With other charts it's kinda easier with just dragging the values from rows into the y-axis and voala - stacked bar chart. Over here they just disappear, as I've removed them.
Hope anyone can shed light to my darkness with Tableau.
You were close with your second Tableau screen shot.
From that configuration, move Measure Names from the Columns shelf to the Color shelf. Then you will get a colored bar for each measure on the Measure Values shelf, instead of a column for each measure.

Create a dynamic "cross section" for competence vs. confidence chart in Report Builder 3.0

I have created a confidence vs. competence chart using Report Builder 3.0. Currently the "cross section" of the chart is static and separated by a background image on the chart.
Like this:
However, as a requirement, the cross section needs to be dynamic. I can remove the background image (it isn't needed). I can pass the values for the both the x and y axis into the report when the lines need to cross. The problem is trying to actually implement this on the chart.
Can anyone provide a solution or point me in the right direction?
The cross section is just a line graph (or two) overlayed on your original chart.
Here's an example of overlayed charts:
http://www.sqljason.com/2012/03/overlapping-charts-in-ssrs-using-range.html