<?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 display field value in a statement in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/display-field-value-in-a-statement/m-p/712544#M240357</link>
    <description>&lt;P&gt;i have a field coming after a calculation&amp;nbsp; like a percentage field the request from user is to display in text format&lt;/P&gt;&lt;P&gt;| makeresults&lt;BR /&gt;| eval value = 36&lt;BR /&gt;| eval display = "the total percentage is $value$ %"&lt;BR /&gt;| fields - value&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="secure_0-1740522542079.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34707i7F38A096AB226835/image-size/medium?v=v2&amp;amp;px=400" role="button" title="secure_0-1740522542079.png" alt="secure_0-1740522542079.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can i display the total percentage is 36 %&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 22:30:12 GMT</pubDate>
    <dc:creator>secure</dc:creator>
    <dc:date>2025-02-25T22:30:12Z</dc:date>
    <item>
      <title>display field value in a statement</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-field-value-in-a-statement/m-p/712544#M240357</link>
      <description>&lt;P&gt;i have a field coming after a calculation&amp;nbsp; like a percentage field the request from user is to display in text format&lt;/P&gt;&lt;P&gt;| makeresults&lt;BR /&gt;| eval value = 36&lt;BR /&gt;| eval display = "the total percentage is $value$ %"&lt;BR /&gt;| fields - value&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="secure_0-1740522542079.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/34707i7F38A096AB226835/image-size/medium?v=v2&amp;amp;px=400" role="button" title="secure_0-1740522542079.png" alt="secure_0-1740522542079.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how can i display the total percentage is 36 %&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 22:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-field-value-in-a-statement/m-p/712544#M240357</guid>
      <dc:creator>secure</dc:creator>
      <dc:date>2025-02-25T22:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: display field value in a statement</title>
      <link>https://community.splunk.com/t5/Splunk-Search/display-field-value-in-a-statement/m-p/712547#M240358</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval value = 36
| eval display = "the total percentage is ".value." %"
| fields - value&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Feb 2025 22:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/display-field-value-in-a-statement/m-p/712547#M240358</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-25T22:55:16Z</dc:date>
    </item>
  </channel>
</rss>

