<?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: Disguise Data With Formats in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643073#M1089215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ASHFAQ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the speedy response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have the GROUP field, this is something i actually need to define the rules for in the script to build a new table eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF TABLE_A.PRODUCT = 'Long Compression Shrt' Then NEW_TABLE.GROUP = 'SHORTS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know thats not the syntax btw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to know how to create an new table based on the data from PRODUCT and create a new table with current PRODUCT field and new field called GROUP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 09:54:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-22T09:54:51Z</dc:date>
    <item>
      <title>Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643071#M1089213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning from the rainy isle of the UK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, i call upon the usefull knowledge and amazing resource of all my fellow QlikView users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my data model i have a few tables where i would like to apply formats to make the dashboard front end a bit more user friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have certain text strings in a the dashboard which look quite messy, i would like to group e.g:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="326" style="border: 1px solid rgb(0, 0, 0); width: 244px; height: 294px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Group&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bike&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BIKE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Bicycle&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BIKE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Push Bike&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BIKE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Road Bike&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BIKE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Sky T-Shirt&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;TOPS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Sky Jersey&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;TOPS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Pinn Jersey&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;TOPS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Gel Shorts&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SHORTS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Shorts&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SHORTS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Padded Shorts&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SHORTS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Long Compression Shrt&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SHORTS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Hex XL Short&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;SHORTS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm in a position where i know the strings to expect,&amp;nbsp; but i dont know how to build a new table from the feild to use in the dashboad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would help the front end report user make easier selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it would make a lot more sense to change this at a raw level, but the way our qlikview server model works, there is a long turn around time, as i know what data to expect this would help me a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 08:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643071#M1089213</guid>
      <dc:creator />
      <dc:date>2014-05-22T08:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643072#M1089214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something similar.&lt;/P&gt;&lt;P&gt;Please find the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 09:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643072#M1089214</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-22T09:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643073#M1089215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ASHFAQ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the speedy response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have the GROUP field, this is something i actually need to define the rules for in the script to build a new table eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF TABLE_A.PRODUCT = 'Long Compression Shrt' Then NEW_TABLE.GROUP = 'SHORTS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know thats not the syntax btw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to know how to create an new table based on the data from PRODUCT and create a new table with current PRODUCT field and new field called GROUP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 09:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643073#M1089215</guid>
      <dc:creator />
      <dc:date>2014-05-22T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643074#M1089216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case use Match function.&lt;/P&gt;&lt;P&gt;attached application will give you a better idea on how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 10:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643074#M1089216</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-22T10:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643075#M1089217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for being to hand on this, but i can't see where this would create a new table in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 10:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643075#M1089217</guid>
      <dc:creator />
      <dc:date>2014-05-22T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643076#M1089218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is how you can create a new table.&lt;/P&gt;&lt;P&gt;my using match function in the script we can create Group fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 13:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643076#M1089218</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-05-22T13:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disguise Data With Formats</title>
      <link>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643077#M1089219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats brilliant, as my table doesnt have a huge amount of combinations so a small nested match like that will work a treat, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 09:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disguise-Data-With-Formats/m-p/643077#M1089219</guid>
      <dc:creator />
      <dc:date>2014-05-23T09:21:20Z</dc:date>
    </item>
  </channel>
</rss>

