<?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: Need help in Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384172#M1166739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing brackets:&lt;/P&gt;&lt;P&gt; =Count({&amp;lt;ReceptacleTransactions.ProcedureID -={"1"}, Flights.FlightID={"=Count(Dispatches.DispatchID&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;&amp;gt;0"}&amp;gt;}Flights.FlightID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 08:42:08 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-05T08:42:08Z</dc:date>
    <item>
      <title>Need help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384171#M1166738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Dear All.&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;i want to create a bar chart which shows 4 bars without dimension.&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;four bars as follows Green , Red ,Black ,Yellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;1) expression for Green Bar----&amp;gt; count(Flights.FlightID) where ReceptaclesTransactions.ProcedureID=1 and Count(Dispatches.DispatchID)&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;2) expression for Red Bar----&amp;gt; count(Flights.FlightID) where ReceptaclesTransactions.ProcedureID&amp;lt;&amp;gt;1 and Count(Dispatches.DispatchID)&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;3) expression for Black Bar----&amp;gt; count(Flights.FlightID) where Count(Dispatches.DispatchID)&amp;lt;&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;4) expression for Yellow Bar----&amp;gt; count(Flights.FlightID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Bar chart :&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;i tired the following expression but it's not giving proper solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;1)For RED Bar Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;=Count({&amp;lt;ReceptacleTransactions.ProcedureID -={"1"}, Flights.FlightID={"=Count(Dispatches.DispatchID&amp;lt;&amp;gt;0"}&amp;gt;}Flights.FlightID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;For Black:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&amp;nbsp; =count(If(vCount_DisptachID=0,(Flights.FlightID)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;For GREEN Exp:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;=Count({&amp;lt;ReceptacleTransactions.ProcedureID={"1"},Flights.FlightID={"=Count(Dispatches.DispatchID&amp;lt;&amp;gt;0"}&amp;gt;}Flights.FlightID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;For ALL Exp:&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;=count(Flights.FlightID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;so some one please help me to fix the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Kindly find the attachment of qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;so please help me out to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Thanks,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384171#M1166738</guid>
      <dc:creator />
      <dc:date>2012-09-05T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384172#M1166739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing brackets:&lt;/P&gt;&lt;P&gt; =Count({&amp;lt;ReceptacleTransactions.ProcedureID -={"1"}, Flights.FlightID={"=Count(Dispatches.DispatchID&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;&amp;gt;0"}&amp;gt;}Flights.FlightID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384172#M1166739</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-05T08:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384173#M1166740</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;Thanks for your help three bar expressions are working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to write the Expression for Black Exp:&lt;/P&gt;&lt;P&gt;i wrote like this but it's not working&lt;/P&gt;&lt;P&gt;=If(Count(Dispatches.DispatchID)=0,count(Flights.FlightID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =count(If(Count(Dispatches.DispatchID)=0,Flights.FlightID))&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>Wed, 05 Sep 2012 08:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384173#M1166740</guid>
      <dc:creator />
      <dc:date>2012-09-05T08:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384174#M1166741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;=Count(aggr(If(Count(Dispatches.DispatchID)=0,Flights.FlightID), Flights.FlightID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think, you should use aggr explicitly as you use fields from differnet tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 09:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384174#M1166741</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-05T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384175#M1166742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Whiteline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now very thing is fixed.&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>Wed, 05 Sep 2012 09:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Expression/m-p/384175#M1166742</guid>
      <dc:creator />
      <dc:date>2012-09-05T09:14:39Z</dc:date>
    </item>
  </channel>
</rss>

