Skip to main content
Question

Dashboard: Inquiry "Normal" Levels


chrislower
Jr Varsity III
Forum|alt.badge.img

Thanks everyone for the help recently on creating some new Dashboards, learning lots!

 

A new issue/opportunity that has popped up:

I am trying to create a meter widget that shows our sales reps their Margin dollars compared to their Margin Quota.

The Margin Quota is stored in an attribute in the employee table.

We have the GI already focused in on the individual employee but not sure how to have it pull in the Employee Quota attribute for that particular employee.

Here is the attribute: 

Thanks

9 replies

bwhite49
Semi-Pro I
Forum|alt.badge.img
  • Semi-Pro I
  • 59 replies
  • March 7, 2025

You can grab that data into your GI with a join to CSAnswers that looks like the screenshot below. Replace ATTRIBUTEID with the correct ID.

If you are using the @me parameter to show data specific to the logged in user, you will need to connect to the USER table. You can do this through the userID or email field in the employee table.

You would use the @me filter/parameter on the user.PKID field.


chrislower
Jr Varsity III
Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 23 replies
  • March 10, 2025

So in the Dashboard setup the “normal” value drop down is empty.  How do I designate values to be used in that field?


bwhite49
Semi-Pro I
Forum|alt.badge.img
  • Semi-Pro I
  • 59 replies
  • March 11, 2025

Normal and Alarm are only there to display a specific color or to define a threshold where the color should change. Say you have 100 shipments in the queue, and on a normal day you 80. You could define your normal level as 80. You also know that at 110 shipments will really backup your team, so you might define 110 as your alarm level. This widget will offer the warning color as you are approaching the alarm level. 

There really is no functionality beyond that. It’s just visual.

 


chrislower
Jr Varsity III
Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 23 replies
  • March 11, 2025

@bwhite49

So I am trying to create a Gauge on how close the Sales Person is to reaching their quota.  It will need to be different for each login.  Stored in an Attribute under each employee table.  

In the setup, it looks like you can change the Fixed Value to an Inquiry Field, but the drop down is blank and I am not sure how to designate something to be used there.

Again, thanks for all your help!

 

 


bwhite49
Semi-Pro I
Forum|alt.badge.img
  • Semi-Pro I
  • 59 replies
  • March 11, 2025

Got it, the issue is probably a field schema disagreement.

If your field is a text field, you will need to convert it to an integer or decimal. In the GI editor, you can click on the pencil icon to edit the field. Wrap you field in a CDEC([table.field]) or CINT([table.field]) formula and then give that field a caption. This should make the field available in the drop down. 

 


chrislower
Jr Varsity III
Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 23 replies
  • March 11, 2025

So the field is converted:

 

Is there anything else that needs to be done in the GI to designate it to be used in the Inquiry Field?  Tried both the CDEC and CINT.  


bwhite49
Semi-Pro I
Forum|alt.badge.img
  • Semi-Pro I
  • 59 replies
  • March 11, 2025

That’s a bummer. Looking at your screenshot, it looks like you are grabbing the field from the EPEmployee table rather than the CSAnswers table. The data is actually stored in CSAnswers, and you are limited with what you can do with the projected field in the EPEmployee table. This could be the issue.

In my initial comment on this post, I posted a screenshot to pull the data from the value field in the CSAnswers table. I would try that. 

 

 


chrislower
Jr Varsity III
Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 23 replies
  • March 13, 2025

@bwhite49 

So we are making progress, we do have the field now showing up in the inquiry field drop down.  It is also showing the right quota amount in the GI when I run.  Now the issues seems to be it is summing up the Quota instead of applying the MAX.  The Meter Widget is set to Sum the Margin $ but I don’t see where I can control the aggregate function on the actual inquiry field.  I have set the GI result to MAX for that field but it doesn’t seem to be transitioning to the Widget.  Is there a way to just pull in the static field independent upon how many records the GI pulls.


bwhite49
Semi-Pro I
Forum|alt.badge.img
  • Semi-Pro I
  • 59 replies
  • March 13, 2025

Hmm, you could modify the GI to be a summary table. So instead of using the format of the current GI, you could make a copy of the GI for this widget so that it displays the way you intend.

So instead of listing out all of the projects, you could group on employee ID/CD so that each employee has a single row. When you group on employeeCD, you will notice the margin will automatically be summed, but so will the goal attribute. To fix, you can add the goal attribute into the grouping so that it displays the correct value.

I think this will correct the widget display.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings