<?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 load two different field names as one name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184186#M49178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Miguel,&lt;/P&gt;&lt;P&gt;i made it worked using a crosstable. THanks a lot. and thanks deepak for your reply.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 12:51:59 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2010-11-12T12:51:59Z</dc:date>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184180#M49172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need a help in my load script, i have a table like below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192pt; border-collapse: collapse;" width="256"&gt;&lt;COLGROUP&gt;&lt;COL span="4" style="width: 48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="width: 48pt; height: 15pt; background-color: transparent; border: #ece9d8;" width="64"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt; background-color: transparent; border: #ece9d8;" width="64"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt; background-color: transparent; border: #ece9d8;" width="64"&gt;&lt;STRONG&gt;Add1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="width: 48pt; background-color: transparent; border: #ece9d8;" width="64"&gt;&lt;STRONG&gt;Add2&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; background-color: transparent; border: #ece9d8;"&gt;Steve&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;Germany&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;xxx&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;xxx&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; background-color: transparent; border: #ece9d8;"&gt;Mike&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;Belgium&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;abc&lt;/TD&gt;&lt;TD style="BORDER-RIGHT: #ece9d8; BORDER-TOP: #ece9d8; BORDER-LEFT: #ece9d8; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;yyy&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a field called "Address" with Add1 &amp;amp; Add2, so when i select "Address" it should show two option (Add1 and Add2).&lt;/P&gt;&lt;P&gt;i have tried something like this,&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;Directory;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;&lt;B&gt;LOAD&lt;/B&gt; Name,&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;Country,&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;Add1,&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;Add2,&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;(Add1 &amp;amp; Add2) &lt;B&gt;as&lt;/B&gt; Address&lt;/P&gt;&lt;P style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; font-weight: bold; mso-layout-grid-align: none"&gt;FROM&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;[Phase 1 Testing.xlsx]&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;(ooxml, embedded labels, table is Categories);&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P&gt;since my first row of table has same data in Add1 and Add2 (xyz1), its showing some wierd result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help in giving the right solution. Thanks in Advance.&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 07:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184180#M49172</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-11-12T07:55:38Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184181#M49173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting some special characters eg"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add1 &amp;amp; '-' &amp;amp; add2&lt;/P&gt;&lt;P&gt;add1 &amp;amp; ' ' &amp;amp; add2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184181#M49173</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-12T08:01:05Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184182#M49174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply dude, it dint work,&lt;/P&gt;&lt;P&gt;i will rephrase it once again clearly, below is my actual table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:303pt;border-collapse:collapse;" width="404"&gt;&lt;COLGROUP&gt;&lt;COL style="width:139pt;mso-width-source:userset;mso-width-alt:6765;" width="185" /&gt;&lt;COL style="width:87pt;mso-width-source:userset;mso-width-alt:4242;" width="116" /&gt;&lt;COL style="width:77pt;mso-width-source:userset;mso-width-alt:3766;" width="103" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl65" height="20" style="width:139pt;height:15pt;background-color:transparent;border:#ece9d8;" width="185"&gt;&lt;STRONG&gt;SubCategory&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="width:87pt;background-color:transparent;border:#ece9d8;" width="116"&gt;&lt;STRONG&gt;MgdReview&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl65" style="width:77pt;background-color:transparent;border:#ece9d8;" width="103"&gt;&lt;STRONG&gt;GdedReview&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl66" height="20" style="width:139pt;height:15pt;background-color:transparent;border:#ece9d8;" width="185"&gt;Platform ease of Use&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Managed Review&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Guided Review&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl66" height="20" style="width:139pt;height:15pt;background-color:transparent;border:#ece9d8;" width="185"&gt;Platform operational speed&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Managed Review&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Guided Review&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:15pt;"&gt;&lt;TD class="xl66" height="20" style="width:139pt;height:15pt;background-color:transparent;border:#ece9d8;" width="185"&gt;Doc-to-doc browsing speed&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Managed Review&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Basically in "MgdReview" there will always Managed Review and in "GdedReview" there will be always Guided Review,&lt;/P&gt;&lt;P&gt;i want to have a field called "Review Modes" in the list box when i call it, it should display 1. Managed Review 2. Guided Review&lt;/P&gt;&lt;P&gt;is it possible or any other suggestion.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184182#M49174</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-11-12T08:16:03Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184183#M49175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 'Join' for joining the Add1 and Add2,if your purpose is to show both the fields together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184183#M49175</guid>
      <dc:creator />
      <dc:date>2010-11-12T08:19:38Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184184#M49176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ranjit,&lt;/P&gt;&lt;P&gt;I'd use a Crosstable here, following this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Subcategories:LOAD * INLINE [SubCategory, MgdReview, GdedReviewPlatform ease of Use, Managed Review, Guided ReviewPlatform operational speed, Managed Review, Guided ReviewDoc-to-doc browsing speed, Managed Review]; CROSSTABLE (FieldName, [Review Modes]) LOAD *RESIDENT Subcategories; DROP TABLE Subcategories;DROP FIELD FieldName; //Since you don't use the "MgdReview" and "GdedReview" fieldnames&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You can find another sample code &lt;A href="http://community.qlik.com/media/p/130199.aspx" title="Simple Crosstable Sample"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184184#M49176</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-12T08:30:17Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184185#M49177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ranjit,&lt;/P&gt;&lt;P&gt;If you are looking at hierarchy kind of a scenario then check out this forum..&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/27820/107479.aspx"&gt;http://community.qlik.com/forums/p/27820/107479.aspx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184185#M49177</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-12T08:40:28Z</dc:date>
    </item>
    <item>
      <title>load two different field names as one name</title>
      <link>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184186#M49178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Miguel,&lt;/P&gt;&lt;P&gt;i made it worked using a crosstable. THanks a lot. and thanks deepak for your reply.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-two-different-field-names-as-one-name/m-p/184186#M49178</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-11-12T12:51:59Z</dc:date>
    </item>
  </channel>
</rss>

