<?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: Line limit in a set expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506776#M104233</link>
    <description>&lt;P&gt;thanks for the revert, i tried with below approach to make it work.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;if(column(1)&amp;gt;=6,4,&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; if(column(1)&amp;gt;=2,3,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if(column(1)&amp;gt;=-6,2,1)))&lt;/DIV&gt;
&lt;DIV&gt;as there was an error while writing the condition from Column(1). Pls let me know if this is ideally suggested or not.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Pls note, Column(1) has 876 line of code. So, when we are replicating with the above approach, we can write only 1379 lines.&lt;/DIV&gt;</description>
    <pubDate>Thu, 20 Feb 2025 10:51:48 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2025-02-20T10:51:48Z</dc:date>
    <item>
      <title>Line limit in a set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506716#M104228</link>
      <description>&lt;P&gt;Dear all, I am writing a set expression with 35 set of conditions. and each condition has nested if. In desktop I am getting a limit to 1379 lines.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please suggest how I can write the expression ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 05:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506716#M104228</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-02-20T05:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Line limit in a set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506763#M104230</link>
      <description>&lt;P&gt;Best approach is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each set of expression keep it in one variable and use that variable in ur expression so that it will be easy to reduce your lengthy expression&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum({$&amp;lt; $(vCondition1), $(vCondition2) &amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506763#M104230</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-02-20T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line limit in a set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506776#M104233</link>
      <description>&lt;P&gt;thanks for the revert, i tried with below approach to make it work.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;if(column(1)&amp;gt;=6,4,&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; if(column(1)&amp;gt;=2,3,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; if(column(1)&amp;gt;=-6,2,1)))&lt;/DIV&gt;
&lt;DIV&gt;as there was an error while writing the condition from Column(1). Pls let me know if this is ideally suggested or not.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Pls note, Column(1) has 876 line of code. So, when we are replicating with the above approach, we can write only 1379 lines.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Feb 2025 10:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506776#M104233</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2025-02-20T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Line limit in a set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506786#M104234</link>
      <description>&lt;P&gt;I suggest to rethink the entire approach and transferring the essential logic into the data-model to ensure that each expression could be as simple as possible and comprehend within a glance.&lt;/P&gt;
&lt;P&gt;Everything else becomes easily a nightmare - because how will you validate and troubleshoot or even maintain such monster ? - and it won't be save efforts or performance else the complete opposite will happens.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 12:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-limit-in-a-set-expression/m-p/2506786#M104234</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-02-20T12:06:54Z</dc:date>
    </item>
  </channel>
</rss>

