- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
clymbouris
Path Finder
01-14-2013
12:32 AM
A small bug was revealed on year change. Basically on the License Report tab the "Daily Volume by Week for Last 4 weeks" chart shows NULL on the legend. This can be avoided by adding an IF statement to re-evaluate offset in case it's negative.
...eval offset = cur_week - event_week | eval offset=IF(offset<0,(53+cur_week - event_week),offset) | eval marker=case(offset==0,"4....
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mkinsley_splunk

Splunk Employee
01-14-2013
12:00 PM
Thanks for bringing this to our attention. We will open a ticket to get this changed in future versions.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mkinsley_splunk

Splunk Employee
01-14-2013
12:00 PM
Thanks for bringing this to our attention. We will open a ticket to get this changed in future versions.
