-
Is possible to use text values in a pivote table?
Hello! I am trying to create a table like this in which the values are a text field. I am using the pivote table that allows me to create the headers the way I want them but I think this type of chart only allows me to use numerical values. Is possible to use text values in a pivote table?
-
Is it possible to create a graph with categorical levels?
Hello! ☺️ I have this card in which every number (1-2-3-4) represents 4 possible levels of a scale (1-> Insufficient, 2-> Regular, 3->Sufficient, 4->Outstanding). Is it possible to create this card but with categorical levels so the card doesn't show 1, 2, 3 and 4 but the categoribal words?
-
How to identify and visualize the Top N percent
Given a set of companies and a revenue number associated with each one, sorted by revenue in a descending manner, I'd like to visualize the subset of those companies that comprise the Top-10% of all revenue. For example, if the set consisted of 90+ companies... Company1 $5 5% Company2 $5 5% Company3 $2 2% Company4 $1 1%…
-
Conditional Formatting in Symbol + Stacked Bar Chart
When building a Symbol + Stacked Bar chart, you can set colors for the bars and symbols but are unable to conditionally format colors for the sybmols. In the example above, the field 'net' is constructed like this: And the color rules are set like this: However, this does NOT render correctly in the chart. In the picture…
-
散布図で回帰直線が表示できます!
散布図で、縦軸(Y)と横軸(X)の関係を表す回帰直線を表示させることができるようになりました。 「チャートの設定」→「線形回帰線を表示」にチェックを入れると添付ファイルのように回帰直線が表示されます。 具体的な傾きや切片、精度(決定係数)などを知るためには、別のツールで計算する必要がありますが、明らかに相関関係が存在する場合などには、回帰直線を表示させることで、より関係性を明確に表現できると思います。
-
View last 2 weeks of data
Hello. I know there is an option to view Previous Week data. But how can I manage to display a week before the Previous, JUST AND ONLY the week prior. Example This week is 16 of the year Previous week was 15 Pior to that, it was 14 I want a chart to display only data for week 14, and ANOTHER chart to display only Previous…
-
Is there any way to get the axis labels to show up in slideshow mode?
The slideshow for bar charts just shows the graph without any of the axis/legend info. Is it possible to get those to show up for the slide show? I've checked through all the chart settings that I can find and nothing seems to allow this. Any suggestions?
-
Add model fit and lower/upper bound options to Scatterplot from XY graphs
Adding a model fit and lower/upper bound to scatterplots would be very helpful. Here's what's available in XY graphs: And here's a use case for a scatterplot, which I think is actually more common in the real world than what Domo implements for line graphs: A runner-up option that would be helpful is symmetry shading, or…
-
New 'Journey Visual' suggestion
In my random internet browsing adventures I've noticed that Tinder has released this visualization that their users are going nuts sharing that basically maps their consumer journey with their platform. This chart looks very "sankey esque", but it allows the journey to end and it allows more levels of detail. I can think…
-
Color Rules for Chart Text
Would be super cool if we could have color rules for the data labels on charts.
-
Symbol Bump Chart Tutorial
Bump charts are effective for showing changing rankings across multiple dates. For large datasets, consider grouping lines using colour and symbols. How Select 'Symbol Line' under 'Line' as the Chart Type Create Calculated Field named 'First name only label': CASE WHEN Year T = MIN(Year T) OVER(PARTITION BY Name) THEN Name…
-
Bar Diverging Stacked Chart Tutorial
Diverging stacked bar charts, aka Likert scales, are perfect for presenting survey or questionnaire results that involve sentiment (eg disagree, neutral, agreed). How to build in Domo 1. Start in Magic ETL: Survey Dataset: Input tool: Survey dataset Group By Tile: Select what columns identify the grouping: Age Group Name a…
-
Symbol Proportional Ordered
Symbol Proportional Ordered charts when there are big variations between values and/or seeing fine differences between data is not so important. How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Sales Dollars' to X-Axis Drag 'Dummy…
-
Circles Timeline Tutorial
Circles timelines are good for showing discrete values of varying size across multiple categories (eg earthquakes by continent) How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Date' to X-Axis Drag 'Dummy Field' into 'Y Axis' Drag…
-
Seismogram Tutorial
Another alternative to the circle timeline, the seismogram is good for showing series where there are big variations in the data. How to build in Analyzer: Select 'Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named '-Sales'Sales/2 Drag '-Sales' into 'X-Axis' Drag '-Sales' into 'Series' Turn on…
-
Surplus/Deficit Chart Tutorial
The shaded area of these the surplus/deficit chart allows a balance to be shown – either against a baseline or between two series. How to build in Analyzer: Select 'Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Positive Value': (CASE WHEN Value >0 THEN 'Surplus' ELSE 'Deficit' END) Create…
-
Spine Chart Tutorial
Spine charts split a single value into 2 contrasting components (e.g. Male/Female). How to build in Analyzer: Select 'Horizontal Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named '-National Count' (CASE WHEN Gender = 'F' THEN -SUM(National Count) ELSE SUM(National Count) END) Drag '-National…
-
Bar Diverging Chart Tutorial
Diverging bar charts are a simple standard bar chart that can handle both negative and positive magnitude values. How to build in Analyzer: Select ‘Horizontal Bar’ under ‘Popular Charts’ as the Chart Type Drag ‘Profit’ from the Data pane into X-Axis Drag 'Product' from the Data pane into Y-Axis In Chart Properties,…