I have made the following chart:
The dimensions are:
Quarter
Scenario
The meassure is: Sum(Sales)
The question is: how can I make that when a user clicks on a bar on a same chart that the sales distribution per REGION is showed. In that case, I would have the same meassure, but the dimension should change to display only REGION (for the selected quarter and scenario)
Related
Is there any way we can disable the change over period value in waterfall chart.
I am not able to view the total value. Its showing the difference between the total and previous year. But i want to see the total of current year.
Use one of the column charts instaed. That's what they are made for.
I have listed a sample data set. I need to get details of the different elements in the categorical variable over the map while hovering over the countries.
--Dragging and dropping the categorical variable just displays the values for the first element.
the variables used are:
country (geographic)
sales (numeric)
furniture (containing 'table' and 'chair')
I need to get details of sales of chairs and tables over the country on the map while hovering over the countries.
Thanks for the help
the sample data set as seen in the image
I would use the creating a graph in a tooltip hack to solve this problem. The issue is that the Level of Detail of your data does not support the visualisation you want to make.
Do the following:
1) Create cohort calculated fields: You need to separate a measure so that it is specific to one member in a dimension (basically a cross tab).
For you this means creating a calculated field per furniture type.
e.g. Chair Sales Cohort =
if [Furniture] = 'chair'
then [Sales]
END
Repeat this for each furniture type
You can then drag each of these onto the tooltip pane and you will have tooltips :)
If you wanted to get fancy follow step 2 and 3 from this link to make it a bar chart instead of just a number in a tooltip. make a bar chart in tableau
Good luck !
I'm trying to figure out how to show a daily requirement for our construction projects, these projects are to large and not feasible to assign individual resources.
So here is what I have, custom number column is a formula that shows work\duration this tells me the number of workers required to complete that task over the planned duration.
Now what I'm looking to do is have a report that gives me the daily summary of the required workers for that day or the average for the week.
Any ideas how I can accomplish this?
If you want so see your daily requirements, you can just change the view.
https://support.office.com/en-us/article/Change-the-timescale-in-a-view-3c81c793-a5fd-4339-bb10-3c9960b8c55f
"On the View menu, select a view that uses a timescale, such as the Gant
Chart, Task Usage, or Resource Graph view.
On the Format menu, click Timescale, and then click the Top Tier, Middle
Tier, or Bottom Tier tab.
In the Show list, select the number of tiers that you want to display
in the timescale. By default, two tiers are displayed.
On the tab for the displayed timescale tier, in the Units box, select
the time unit that you want to use. The types of units range from years to
minutes.
In the Label list, select the label format that you want to use to
display the time unit.
In the Count box, type or select a number to specify the frequency
of unit labels on the timescale tier."
For example, if the unit is weeks, and you type 2, then the timescale tier is separated into 2-week segments."
I created a bar chart with 3 dimensions:
Year
Quarter
Senario
And I have one expression (Sum(Sales)).
Year, Quarter, and Scenario are displayed on the X axis.
The problem is Scenario bars is displayed in Stacked and not in Grouped style. In the Properties->Stlye->Subtype window, the Grouped and Stacked options are grayed out - the system does not allow me to choose either one of them.
How can I display Scenarios in Grouped stlye?
The problem seems to be QV cannot handle more than 2 dimensions without stacking.
I would suggest to either create a new dimension variable (for example Year & Quarter) so that you only have 2 dimension variables (Year&Quarter and Region):
Or to create a drill down group on Year -> Quarter.
In the end, I guess that it will be a matter of taste.
If you have 3 dimensions QlikView doesn't know which one to stack so removes the option.
So to solve this it groups the second dimension and stacks the 3rd
Example:
So if you switch the dimensions around I imagine you can get what you want. Unless you want Scenarios to stack and Quarters to stack, that is not possible , but I donn't know that the resultant graph would make sense.
I have this graph chart bar in Qlikview, the expression is:
INTERV= Sum(Quantity)/Count(Number)
and we can see the total for the first period is: 3450.76, i want to manipulate the total so as to calculate the total for each segment: the first segment is A: 192.70. I did Sum(TOTAL<Segment> INTERV) but it doesn't work to have the total I obtain 0 .
Your help is very apprciated
Thank you
Are you looking for a total for each value? In this instance it would not be possible as Qlikview is removing the text that it cannot show as the sections are too small.
You can increase the chart size so the overall area is larger, remove the stacking option or I would suggest having a separate Table chart to display these values alongside your graph.
Here are the options that can configure the different totals
For each category within a month (as you have at the moment) you enable this option.
Whilst to only have the total per month, this is on the expression tab.