I need to create a KPI in NetSuite. "Items Received Per Week KPI" - kpi

I need to create a KPI in NetSuite. "Items Received Per Week KPI", any help? I need this graph and it is not providing a metric to create a graph.

Use a saved search to get the "Item Received per week"
source the results of that saved search into a new custom KPI.
Then you will need a trend graph, below steps are mentioned to set up trend graph portlet
To set up a trend graph portlet:
Click Personalize in the upper right corner of a page or in the Settings portlet.
On the Standard Content tab of the Personalize Dashboard palette, click a Trend Graph icon or drag it onto the dashboard. You can see the number of available trend graph portlets by hovering over the icon.
Click Set Up in the trend graph portlet’s menu.
Select standard or custom KPIs from the KPI dropdown list. You can select a maximum of three KPIs.
Important Custom KPIs are only available in trend graph portlets on pages that include a Key Performance Indicators portlet.
You can also edit the following settings:
In the Custom Portlet Title field, enter a title for the portlet.
Select from the Default Chart Type list to set the default chart type displayed in this portlet.
Chart type options are Area, Line, Bar, and Column.
You can click thumbnails in the portlet itself to dynamically change its chart type from the default set here.
Setting Up Trend Graph Portlets
In addition to the set of four chart type thumbnails on the left, each trend graph portlet includes two thumbnails that you can click to choose either a continuous or side-by-side comparison of data in the trend graph.
If you selected a custom KPI, select a saved search from the Default Trend Type dropdown list. If a saved search is not available, or returns an error when you select it, its definition may not meet requirements for trend graph display. For information, see Displaying Custom KPI Results in Trend Graphs
Select from the Trend Type list to indicate whether the graph's x-axis time scale should be daily, weekly, monthly, quarterly, or yearly. You also can set this option by selecting from a dropdown list in the portlet.
Check the Show Moving Average box to display a dotted line in the trend graph, representing the rolling average of KPI data values. This option is enabled by default.
In the Period to calculate moving average field, enter the number that represents the window of data you want to average based on the date range selected in the Trend Type field. For example, if you select monthly and enter 3 as your window, each data point on your y-axis will represent a 3 month average.
Check the Show Last Data Point box to display the most recent KPI data point in the trend graph. Because the last point may not provide complete data, you may want to exclude this point from the graph to avoid a misleading display. This option is enabled by default.
Check the Include Zero on Y-Axis box to set the first y-axis value for the trend graph to zero, rather than to the initial KPI data point. This option is disabled by default, to avoid showing misleadingly dramatic increases in initial trend graph data.
Select from the Chart Theme dropdown list to set a look and feel for chart data:
Global Theme – uses the chart theme set at Home > Set Preferences (the default). See Personal Preferences for Appearance.
Basic – provides limited color contrast.
Colorful – provides more color contrast.
Match Color Theme - Bold – harmonizes with your choices in the Colors section of the Set Preferences page using bolder shades.
Match Color Theme - Light – harmonizes with your choices in the Colors section of the Set Preferences page using lighter shades.
In the Custom Series Color field, enter a hexadecimal value for a custom color you want to use for the chart. (Note that this option is provided for backwards compatibility with custom chart colors defined prior to the introduction of chart themes in Version 2012 Release 2.)
Select from the Background Type dropdown list to set the display behind chart data:
Global Background – uses the background type set at Home > Set Preferences (the default).
Lines – provides lines that demarcate different levels along the Y-axis.
Bands – provides bands that demarcate different levels along the Y-axis.
Grid – provides a grid all throughout the Y-axis.
When you are done, click Save. The portlet refreshes itself.
Note that each trend graph portlet includes menu options to print the chart, to download it to a PNG, JPG, PDF, or SVG file, and to export its data to a CSV file.
Please let me know how this goes!

Related

Is there a way to hide the legend for totally null series in the Grafana panel?

What Grafana version and what operating system are you using?
Grafana version: Grafana v9.3.6 (978237e7cb)
Operating system: Windows
Browser: Chrome
What are you trying to achieve?
I query a database and each column that is returned is an item in the legend. All data is grouped by a name attribute (that’s why the names are repeated in the legend). However, data represented by blue, yellow, and red colors may return null.
enter image description here
When the series of these data is null, I would like their legend not to be displayed and that they also not appear in the tooltip.
Information to take into consideration: the name of the legends is the same as I need all the series that have the same name to be displayed when clicking to filter in the legend. For example, assuming there is no null data, if I click on any AAA legend, all AAA series should be on the chart. Like the following picture:
enter image description here
What I've tried so far?
Reading documentation and forums. But I didn’t find any solution unfortunately.
I’ve also tried adding a hidden override property to the blue AAA legend, for example. I added a new override, selected “Fields with name” and selected AAA. Then I added a property “Series > Hide in area” and marked “legend”. However, in this case, the filter by legend stopped working as I described earlier.
Help please!
Does anyone know how I can hide the legend and tooltip data when the series is totally null?

Side by side chart with Line chart (Multiple measures on same axis)

I am trying to create side by side bar chart with the line chart on the same axis. My X-axis shows months of the year with the new cases and completed cases as bar charts and I need to overlay it with the Turn around Time as a line chart.
Bar Chart
The data provided has different case status (New, Open & Resolved) and the starting date for the cases. I need to create calculated fields to count the number of new and completed cases and display it in the side by side bar chart. I am connected to a live data source. So, I think pivot is not an option for me as it is not getting displayed when I do a right click on Tableau.
Tableau is unable to natively build a side-by-side with lines due to how side-by-side charts are built - each cohort holds the cluster of bar charts, so the lines will only be continuous within a cluster.
That said, this can be done easy enough. Take a look at chart 37 and its accompanying video demonstrating how to build this from my how to page: Datawonders | Show Me
The workbook is downloadable too
Steve

How can i create a duration chart in google sheets?

I'm trying to make a file to track the time I study a certain subject:
I would like now to make a chart with all the values (that in this case are durations) in the B, C and D columns, but I don't really understand how to do it. When I select the cells and click "create chart" it does the following:
which is obiously wrong. If i remove "date" from the "series list" in the settings of the chart above i get the following:
But I don't understand what this represent. How can I do this? Please keep it simple.. This is the first time for me using google sheets
Ps i just realized that that kind of format specifies a time (2am, 3am etc) and not a duration. Is there any format that indicate a duration?
Here is what to do:
1.) Select all of your time columns entirely within the spreadsheet itself (not the graph). Using your posted setup, that would be Col-B, Col-C, Col-D. To do this, just click on the "B" at the top of Col-B, hold down the mouse and drag right to Col-D, then release. If you have more columns than these that will record durations for classes, select those as well.
2.) From the main menu, choose **Format > Number > Custom number format > **. In the field at the top, enter this format: [h]:mm
The second chart in your post is actually correct. It's just showing your durations as the decimal percentage of a full day on the Y-axis. The steps above should cause the chart to adjust to showing durations.

Tableau map tooltip not displaying average reference line

I created a chart visualising the cost of living in different cities and entered a line indicating the average. When integrating this sheet into the tooltip of my map, the line is not representing the average anymore but the actual cost of living for each city. I have been trying a lot but can't seem to figure it out. Thankful for any tip!
That's because the tooltip, triggered by the click/hover, is taking into consideration just a city at once, and so the average value is equal to the sum of that specific city: you're running average on just one city.
In order to compute the correct reference value you should create a calculated field like this using LOD:
{ FIXED : SUM([Cost Of Living])} / { FIXED : COUNTD([City])}
Then you could use that calculated field in a dual axis chart.
Doing so, since EXCLUDE acts before dimension filters, you will be able to preserve your average across City even though tooltip will trigger a filter.
Take a look at this simple example made with superstore and keep and eye on the red line (LOD v2) which relates to the calulated field above.
As you can see there's also a blue line which relates to the previous calculated field I wrote (LOD v1):
{ EXCLUDE [State] : AVG( { FIXED [State] : SUM([Sales])})}
Once we move to our main worksheet triggering the viz in tooltip, you'll see that the red value still keep the correct value calculated on all data, while the blue value is taking into consideration just data according to filter.
In fact FIXED is the only LOD calculus which act before the dimension filters and it's able to bypass the filtering triggered by the tooltip.

IBM SPSS - Split scatter graphs

On IBM SPSS I am trying to create four simple scatter graphs for the following data.
I want to plot weight on one axis, carbohydrates on another axis, but I want a graph for four different seasons.
I have tried making a simple scatter, by putting weight on x axis and carbs on the y axis but am unsure how to create the four different seasons.
I tried putting seasons in the panel - column, but I just get four graphs on one single line.
Can anyone help with this?
In the menus, select Data>Split File, click on the Compare groups option on the right, move the season variable into the Groups Based on box, then click OK. Then just run the simple scatterplot and you'll get one for each season. Make sure to go back and select the "Analyze all cases, do not create groups" option in the Data>Split File dialog box before you do further analyses where you want to include all cases. The split status is displayed in the lower right corner of the Data Editor window. Reopening the file will automatically turn off the splitting.

Resources