Dashboards & Visualizations

Overlay in column chart not showing

jvmerilla
Path Finder

Hi,

I'm trying to create a column chart with overlay but when I set the overlay it is not showing in the chart.

Here's my query:

index="sample_data" sourcetype="management_sampledata.csv" date_month=* Status=* "Ticket Type"=* Priority=*
| eval _time = strptime(Date, "%m/%d/%y")
| eval Month = strftime(_time, "%b")
| stats count(Ticket_No) as Total by Month
| appendcols
    [search index="sample_data" sourcetype="management_sampledata.csv" SLAResolution=Met
    | eval _time = strptime(Date, "%m/%d/%y")
    | eval Month = strftime(_time, "%b")
    | stats count(Ticket_No) as On_time by Month]
| eval percentage = round((On_time/Total)*100)."%"
| table Month, On_time, Total, percentage

And here's the result:

alt text

The percentage is the overlay but it does not show anything.

What could be the problem with this?

Best regards!

0 Karma
1 Solution

renjith_nair
Legend

Try removing the character "%" from your percentage field and let it as int/float.

---
What goes around comes around. If it helps, hit it with Karma 🙂

View solution in original post

renjith_nair
Legend

Try removing the character "%" from your percentage field and let it as int/float.

---
What goes around comes around. If it helps, hit it with Karma 🙂

jvmerilla
Path Finder

It works!

I didn't realize that I just have to remove the "%" character.

Thank you! 🙂

0 Karma
Get Updates on the Splunk Community!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...