<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Build Chart (Score Sheet) that shows all assignments (even missing) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Build-Chart-Score-Sheet-that-shows-all-assignments-even-missing/m-p/321065#M95912</link>
    <description>&lt;P&gt;I would maybe use &lt;CODE&gt;append&lt;/CODE&gt; with the lookup of all challenges.&lt;/P&gt;

&lt;P&gt;Something like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|stats count as completed_challenges by challenge contestant
 |append [|inputlookup challenges.csv]
 |fillnull completed_challenges value=0
 |stats sum(completed_challenges) as completed_challenges by challenge contestant
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 22 Oct 2017 04:07:59 GMT</pubDate>
    <dc:creator>cmerriman</dc:creator>
    <dc:date>2017-10-22T04:07:59Z</dc:date>
    <item>
      <title>Build Chart (Score Sheet) that shows all assignments (even missing)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Build-Chart-Score-Sheet-that-shows-all-assignments-even-missing/m-p/321064#M95911</link>
      <description>&lt;P&gt;So I have score information for a variety of challenges completed by a number of people.  I want to build a chart showing their score information for each challenge individually.  Building the chart is easy enough, my problem is that if they haven't completed the challenge (i.e. no score) then the challenge won't show up at all.  I have a lookup table with a complete list of the challenges.  Is there a way to force all challenges (even the ones without the scores) to show up or to generate or 0 score if the assignment isn't there?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Troy&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 22:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Build-Chart-Score-Sheet-that-shows-all-assignments-even-missing/m-p/321064#M95911</guid>
      <dc:creator>troyward</dc:creator>
      <dc:date>2017-10-21T22:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Build Chart (Score Sheet) that shows all assignments (even missing)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Build-Chart-Score-Sheet-that-shows-all-assignments-even-missing/m-p/321065#M95912</link>
      <description>&lt;P&gt;I would maybe use &lt;CODE&gt;append&lt;/CODE&gt; with the lookup of all challenges.&lt;/P&gt;

&lt;P&gt;Something like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|stats count as completed_challenges by challenge contestant
 |append [|inputlookup challenges.csv]
 |fillnull completed_challenges value=0
 |stats sum(completed_challenges) as completed_challenges by challenge contestant
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 22 Oct 2017 04:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Build-Chart-Score-Sheet-that-shows-all-assignments-even-missing/m-p/321065#M95912</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-10-22T04:07:59Z</dc:date>
    </item>
  </channel>
</rss>

