<?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: How to store fraction number  in data item after reading through &amp;quot;Read&amp;quot; action. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93871#M43314</link>
    <description>​Hi,&lt;BR /&gt;But I don't see any option for reading as text data item. &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19779.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19927i918821858D4EF1DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="19779.png" alt="19779.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Feb 2021 11:08:00 GMT</pubDate>
    <dc:creator>SwatiAgrawal</dc:creator>
    <dc:date>2021-02-15T11:08:00Z</dc:date>
    <item>
      <title>How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93868#M43311</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a bot which reads fraction numbers like 0/1 or&amp;nbsp; 0/6 or 1/6 or 0/0.&lt;BR /&gt;When I read this and store it in a data item then it gives error because data item can read only numbers, text but not fractions. Can you please suggest how do I store fractional numbers in data items.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 06:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93868#M43311</guid>
      <dc:creator>SwatiAgrawal</dc:creator>
      <dc:date>2021-02-15T06:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93869#M43312</link>
      <description>Read the fraction characters into a text data item, split the numerator and denominator into number data items, then calculate the result of the division.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 09:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93869#M43312</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-02-15T09:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93870#M43313</link>
      <description>Hi Swati&lt;BR /&gt;&lt;BR /&gt;You could use a combo of mid and tonumber to do this, read your fraction to a text data item then in a calculation stage enter this ToNumber(Mid("1/3", 1, 1))/ToNumber(Mid("1/3", 3, 1)). This will read the first number and divide it by the last number, you might want to add a trim into this though in case there are any spaces from the ocr read. Obviously just replace the fraction here with your data item.&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 10:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93870#M43313</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-02-15T10:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93871#M43314</link>
      <description>​Hi,&lt;BR /&gt;But I don't see any option for reading as text data item. &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19779.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19927i918821858D4EF1DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="19779.png" alt="19779.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 11:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93871#M43314</guid>
      <dc:creator>SwatiAgrawal</dc:creator>
      <dc:date>2021-02-15T11:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93872#M43315</link>
      <description>Hi Swati&lt;BR /&gt;&lt;BR /&gt;The "Get current value" will read the item but you set you data item to be text. In this case you data item is called "Value from search count" you need to set this to be text and the read will pass it into this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93872#M43315</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-02-15T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to store fraction number  in data item after reading through "Read" action.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93873#M43316</link>
      <description>Thanks. It helped :)​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Swati Agrawal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Feb 2021 11:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-store-fraction-number-in-data-item-after-reading-through/m-p/93873#M43316</guid>
      <dc:creator>SwatiAgrawal</dc:creator>
      <dc:date>2021-02-15T11:58:00Z</dc:date>
    </item>
  </channel>
</rss>

