<?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: Above function in If expression on Dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687827#M52437</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which field is Column(1)? "Unita' di ma.."?&lt;/P&gt;&lt;P&gt;column(1) is "Giacenze Al"&lt;/P&gt;&lt;P&gt;"Unità di Magazzino" is a dimension&lt;/P&gt;&lt;P&gt;"Consumo Medio" is column(2)&lt;/P&gt;&lt;P&gt;Durata is column(3)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;why are you adding&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"ceil(Column(3))" twice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Because the first time i should calculate the starting date and the second time for adding new days. Isn't it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- why are you adding&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ceil(Column(3))" twice?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 19:45:19 GMT</pubDate>
    <dc:creator>c_pannese</dc:creator>
    <dc:date>2020-03-25T19:45:19Z</dc:date>
    <item>
      <title>Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687634#M52396</link>
      <description>&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;my table is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/30562iE4BEFE898D7A43A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik3.png" alt="qlik3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the test column is:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(COlumn(1)&amp;gt;0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(Above(TOTAL [Cod.Articolo])=[Cod.Articolo],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;above(total (today()-1+ceil(Column(3))))+ceil(Column(3)),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;today()-1+ceil(Column(3))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work. Any ideas?&lt;/P&gt;&lt;P&gt;Tahnk you all&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687634#M52396</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2024-11-16T02:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687787#M52426</link>
      <description>&lt;P&gt;What outcome are you trying to achieve?&lt;/P&gt;&lt;P&gt;this calculation basically says: take today's date and remove one day, then add "Data fine scorte" from the row above and then add "Data fine scorte" from the current row. Unless I got the columns wrong, you are adding 3 times a date&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;above( total (&amp;nbsp; today() - 1 +ceil(Column(3) ) ) ) +&amp;nbsp; ceil(Column(3))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 17:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687787#M52426</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T17:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687799#M52429</link>
      <description>&lt;P&gt;i have two cases:&lt;/P&gt;&lt;P&gt;if the article appears only once or on the first row i need "yesterday+Durata (column 3)"&lt;/P&gt;&lt;P&gt;when article apeeras more than once i need " the above date +Durata" starting the second row for those article.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;articolo&lt;/TD&gt;&lt;TD width="25%"&gt;data scadenza&lt;/TD&gt;&lt;TD width="25%"&gt;durata (gg)&lt;/TD&gt;&lt;TD width="25%"&gt;data fine scorte&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;A&lt;/TD&gt;&lt;TD width="25%"&gt;31/03/2020&lt;/TD&gt;&lt;TD width="25%"&gt;10&lt;/TD&gt;&lt;TD width="25%"&gt;10/04/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;B&lt;/TD&gt;&lt;TD width="25%"&gt;3/04/2020&lt;/TD&gt;&lt;TD width="25%"&gt;30&lt;/TD&gt;&lt;TD width="25%"&gt;03/05/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;1/05/2020&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;08/05/2020&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Durata cames from other calculations&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 18:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687799#M52429</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-25T18:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687800#M52430</link>
      <description>&lt;P&gt;In your original formula:&lt;/P&gt;&lt;P&gt;- which field is Column(1)? "Unita' di ma.."?&lt;/P&gt;&lt;P&gt;- why are you adding&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ceil(Column(3))" twice?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 18:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687800#M52430</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T18:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687827#M52437</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which field is Column(1)? "Unita' di ma.."?&lt;/P&gt;&lt;P&gt;column(1) is "Giacenze Al"&lt;/P&gt;&lt;P&gt;"Unità di Magazzino" is a dimension&lt;/P&gt;&lt;P&gt;"Consumo Medio" is column(2)&lt;/P&gt;&lt;P&gt;Durata is column(3)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;why are you adding&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"ceil(Column(3))" twice?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Because the first time i should calculate the starting date and the second time for adding new days. Isn't it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- why are you adding&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"ceil(Column(3))" twice?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 19:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687827#M52437</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-25T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687842#M52439</link>
      <description>&lt;P&gt;Maybe it's more correct calculate the cumulative of the field "Durata" for each article?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687842#M52439</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-25T20:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687845#M52440</link>
      <description>&lt;P&gt;According to your previous post:&lt;/P&gt;&lt;P&gt;- 1st condition:&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"yesterday+Durata (column 3)"&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;=today() - 1 + Column(3)&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- 2nd condition:&amp;nbsp;" the above date +Durata"&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;=above(TOTAL&amp;nbsp; [Data scadenza]) + Column(3)&lt;/STRONG&gt;&amp;nbsp;&lt;EM&gt;[in this case, do you need the above Column(3) or the one from the same row? Also, which one is the above date? Data Scadenza?]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687845#M52440</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T20:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687847#M52441</link>
      <description>&lt;P&gt;Can you share the QVF and an Excel file where you show exactly what you are looking for?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687847#M52441</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T20:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687878#M52443</link>
      <description>&lt;P&gt;this is what i'm looking for&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 21:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687878#M52443</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-25T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687897#M52444</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This would go in Data Fine Scorte in your table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=if(Column(1)&amp;gt;0,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(Above(TOTAL [Cod.Articolo])=[Cod.Articolo],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; today() - 1+above(total (ceil(Column(4)))),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;today()-1+ceil(Column(3))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you share the qvf?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 22:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687897#M52444</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-25T22:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687899#M52445</link>
      <description>&lt;P&gt;i'm trying but i'm working on a server and i have to reduce the data a lot..&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 22:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687899#M52445</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-25T22:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687944#M52456</link>
      <description>&lt;P&gt;i've done an extaction but in the qvf your formula works correctly. At this point I think that the problems are the column before that I can't reproduce in a sample qvf.&lt;/P&gt;&lt;P&gt;Giacenza al :&lt;/P&gt;&lt;P&gt;num(sum({$&amp;lt;[%Tp_dato]={7}, [%Data]={"$(=date(today()-1,'DD/MM/YYYY'))"},&lt;BR /&gt;dt_scad_art={"&amp;gt;=$(=min(Data_confronto2)) &amp;lt;=$(=max(Data_confronto2))"}&amp;gt;} #qnt ),'#.##0')&lt;/P&gt;&lt;P&gt;and Consumo medio:&lt;/P&gt;&lt;P&gt;if(column(1)&amp;gt;0,&lt;BR /&gt;sum(total&amp;lt;[%Magazzino],[%Articolo]&amp;gt;aggr (&lt;BR /&gt;if(segno=1 or isnull(segno) or (segno='-1' and len(trim([%Reso]))&amp;gt;0),&lt;BR /&gt;rangesum(&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_0={'PL'},Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1},cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_0)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_0={'PL'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'},cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_0),&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_1={'PL'},Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1},cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_1)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_1={'PL'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_1),&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_2={'PL'},Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1},cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_2)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'PL'},PCU_2={'PL'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt*PCUSTUCOE_2),&lt;BR /&gt;sum({$&amp;lt;#um={'KG'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1}, cod_lotto=&amp;gt;}#qnt)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'KG'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt),&lt;BR /&gt;sum({$&amp;lt;#um={'PZ'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1}, segno={1}, cod_lotto=&amp;gt;}#qnt)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'PZ'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt),&lt;BR /&gt;sum({$&amp;lt;#um={'CT'},unita_mag_art={'PZ'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1}, cod_lotto=&amp;gt;}#qnt*pezzi_cart_kg_agan)*segno,&lt;BR /&gt;sum({$&amp;lt;#um={'CT'},unita_mag_art={'PZ'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt*pezzi_cart_kg_agan),&lt;BR /&gt;sum({$&amp;lt;#um={'CT'},unita_mag_art={'CT'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={1}, segno={1}, cod_lotto=&amp;gt;}#qnt)*segno&lt;BR /&gt;,sum({$&amp;lt;#um={'CT'},unita_mag_art={'CT'},%Data={"&amp;gt;=$(=min(Data_confronto)) &amp;lt;=$(=max(Data_confronto))"},[%Tp_dato]={3},%Fattura={'nd'},%Cliente-={'F00455','C13487','F00457','C23919','C25122'} ,cod_lotto=&amp;gt;}#qnt)&lt;BR /&gt;)&lt;BR /&gt;),[%Magazzino],[%Articolo],[%Fattura]))&lt;BR /&gt;/&lt;BR /&gt;count(distinct Data_confronto))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 06:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687944#M52456</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-26T06:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687985#M52473</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"i've done an extaction but in the qvf your formula works correctly." - are you saying that the formula I sent actually works and fixes the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"At this point I think that the problems are the column before that I can't reproduce in a sample qvf." - maybe just send to excel a large table from your online dashboard (not just 3 rows like in the example you already sent). Then load it inline in a new app so we can concentrate on the formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 08:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1687985#M52473</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-26T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688332#M52493</link>
      <description>&lt;P&gt;yes, your formula give the correct result but in my table doesn't work.&lt;/P&gt;&lt;P&gt;i did the real extraction in this qvf with all measures.&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 21:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688332#M52493</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-26T21:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688467#M52514</link>
      <description>&lt;P&gt;sorry, i realized that is necessary insert a fixed date in column "Giacenze al". Thisi is the new.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 12:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688467#M52514</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-27T12:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688684#M52548</link>
      <description>&lt;P&gt;Hi, I went over this. I don't think it's possible. For two reasons:&lt;/P&gt;&lt;P&gt;1 - Above doesn't work on dimensions, only on measures. There is a workaround for this: to create a measure with the function only()&lt;/P&gt;&lt;P&gt;2 - In the measure "Consumo medio" you have quite a complex expression.&amp;nbsp; You have an aggregation with sum range nested on dimensions you don't have on your main table. The effect of this is that such expression returns a number of empty rows which are hidden by un-ticking "Include zero values" under Data Handling. Visually it is fine; the problem is that those hidden rows are still evaluated by the Above function; the result of this is that, even if you implement the workaround as per point 1, you are still stuck with these extra rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only possible solution (but I'm not sure if it will work either) is to include in your loading script as much as possible of the calculations included in Consumo medio; I can see that most calculations and set expression elements are fixed so you should be able to bring them into your data structure. There will still be the challenge with the aggregation but I don't know how your data is structured and the workings of the various measures&lt;/P&gt;&lt;P&gt;Lorenzo&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 22:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688684#M52548</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-27T22:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688808#M52563</link>
      <description>&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;I've chsnged two dimensions in the table and now it seems work!&amp;nbsp;&lt;/P&gt;&lt;P&gt;You grave me a great help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 15:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688808#M52563</guid>
      <dc:creator>c_pannese</dc:creator>
      <dc:date>2020-03-29T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Above function in If expression on Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688937#M52577</link>
      <description>&lt;P&gt;Would you mind sharing the dashboard with the changes? I'm curious to see how you've fixed it&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 10:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Above-function-in-If-expression-on-Dates/m-p/1688937#M52577</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-03-30T10:35:48Z</dc:date>
    </item>
  </channel>
</rss>

