<?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: Creating flag based on different Excel Formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071660#M357913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you use a function like this in excel (maybe in a hidden column)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=WENN(ZELLE("Format";A2)=".2";"$";WENN(ZELLE("Format";A2)="P0";"%";"#NV")) // in german&lt;/P&gt;&lt;P&gt;=IF(CELL("Format";A2)=".2";"$";IF(CELL("Format";A2)="P0";"%";"#NV")) // probably in englisch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 11:42:47 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-02-19T11:42:47Z</dc:date>
    <item>
      <title>Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071656#M357909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering if it is possible to load data from Excel while keeping its format or having some kind of identifier that would tell me that the data was in Dollar or %age.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Excel looks like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115229_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I am looking for a way to create this table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Field&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Format&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;$0.25 or 0.25&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Money&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;25% or 0.25&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Percentage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;$0.35 or 0.35&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Money&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;35% or 0.35&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Percentage&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not so much concern on how the Field itself is loaded, but I want to create some sort of flag which would help me differentiate between $ inputs vs. $ inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching my Excel for convenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/27943"&gt;Marcus_Sommer&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/76197"&gt;bill.markham&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 10:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071656#M357909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-19T10:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071657#M357910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will be only possible if those columns are string-values and not numeric with a formatting. This meant you will need this in excel as string or an additionally field which covered the formatting or you could copy these data to notepad and load it from there as txt-file (also a saving the excel as csv might help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 10:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071657#M357910</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-19T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071658#M357911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you save the xlsx in csv format and load from that, then your data gets loaded in text format that could then be manipulated as per your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe could somehow get the input file formatted as csv ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 10:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071658#M357911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-19T10:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071659#M357912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there might be a Macro which might be able to help pick the formatting? There is a GetFormat() macro which works in Excel, is it possible to bring that macro into QlikView to determine the formatting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 10:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071659#M357912</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-19T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071660#M357913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you use a function like this in excel (maybe in a hidden column)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=WENN(ZELLE("Format";A2)=".2";"$";WENN(ZELLE("Format";A2)="P0";"%";"#NV")) // in german&lt;/P&gt;&lt;P&gt;=IF(CELL("Format";A2)=".2";"$";IF(CELL("Format";A2)="P0";"%";"#NV")) // probably in englisch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 11:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071660#M357913</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-19T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071661#M357914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, this sounds like a feasible option to explore. Let me give this a try and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 11:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071661#M357914</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-19T11:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071662#M357915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 12:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071662#M357915</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-19T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating flag based on different Excel Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071663#M357916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pradeep. This look promising and I will propose this method to my colleagues and see what they say. Thanks for the sample &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 12:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-flag-based-on-different-Excel-Formatting/m-p/1071663#M357916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-19T12:59:49Z</dc:date>
    </item>
  </channel>
</rss>

