<?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>Question Re: Line Chart Issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192056#M3262278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the equations that you want in your spreadsheet.&amp;nbsp; If you select, for example, [Combo1 = M1, Combo2 = All, Combo3 = Channel1], then the chart will sum up all entries where Combo1 = M1, Combo3 = Channel1, and Combo2 can be anything.&amp;nbsp; And similarly for all combinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't understand what All_All_All means in your data.&amp;nbsp; If the user selects All_All_All, surely we should just be summing all the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/174248" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I've added 3 columns, 'Check1, Check2, Check3'.&amp;nbsp; They tell us, for each entry, whether it is currently selected by Combo1, Combo2, Combo3.&amp;nbsp; If a row has all of Combo1, Combo2 and Combo3 equal to 1, then it should appear in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formulas are:&lt;/P&gt;&lt;P&gt;J2 =IF(OR($B$18=A2,$B$18="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of J&lt;/P&gt;&lt;P&gt;K2 =IF(OR($B$19=B2,$B$19="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of K&lt;/P&gt;&lt;P&gt;L2 =IF(OR($B$20=C2,$B$20="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of L&lt;/P&gt;&lt;P&gt;M2 =J2*K2*L2&amp;nbsp;&amp;nbsp; Copy this down to all of M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E19 =SUMIF($M2:$M15,1,D2:D15)&lt;/P&gt;&lt;P&gt;Copy this across to E19:J19.&amp;nbsp; This is the chart data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is finally what you wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jan 2013 09:44:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-14T09:44:53Z</dc:date>
    <item>
      <title>Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaq-p/9192048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you quickly solve this line chart issue which iam struck up more than one day. Attached an .txt pls open with excel or screenshot for your reference, I have 3 combo box which has "all" case. Earlieri created an webi report as cross tab for this requirement as x axis would be 6 month period, y aixs as qty volume.. Now iam finding very hard to write the combination of filtering combo box items for display into line chart and also data values for line chart (refer Manipulation part)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help guys. Possibly if u guys have any sample file with formulas to display data on line chart with three combo box on filtering show up the data would be great..&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/171730" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 22:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaq-p/9192048</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-05T22:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192049#M3262271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you want to add a 'Code' column to your 'Source' table at the bottom, as this image shows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/172011" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The formula is B13 = C13 &amp;amp; "_" &amp;amp; D13 &amp;amp; "_" &amp;amp; E13&lt;/P&gt;&lt;P&gt;And similarly for B14, B15, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, the formula for cell D2 is&lt;/P&gt;&lt;P&gt;D2 = =INDEX($B$12:$K$17,MATCH($B$6&amp;amp;"_"&amp;amp;$B$7&amp;amp;"_"&amp;amp;$B$8,$B$12:$B$17,0),MATCH(D$1,$B$12:$K$12,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this formula does is find the value in the source table where (1) the 'code' is equal to "Combo1_Combo2_Combo3" and (2) the date is equal to cell D1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then copy this formula onto D2:I2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you run into any issues&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/172012" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 09:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192049#M3262271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-07T09:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192050#M3262272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have issue on filtering combo.Whenever iam selecting the third combo it is not filtering based on second combo and it is showing all items the result is showing all the data always for all cities on third combo. And when trying to implment ur logic ur source table is more like my destination table where i dump the data based on hide/show filtered combo(4th combo). I need help on implementing ur logic in a sample .xlf file and could you pls help me asap so that i can interpret how do you bind else u can use my attached file and make the modification ie. formula manipulation part too(where we use index match). Attached file is on BO 4.0 edit and open with xlf and this is exactly what my real data looks like. Can you pls help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 03:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192050#M3262272</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-09T03:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192051#M3262273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, we don't have the same version of Dashboard Design, so I can't open your file.&amp;nbsp; Could you post a screenshot instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 09:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192051#M3262273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-09T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192052#M3262274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; I think it would be very difficult to view it in screenshot becuz&lt;BR /&gt;iam using an formula for the combos for filtering mainly&lt;BR /&gt;to filter some items in combo(cascading combo's i mean). I would send&lt;BR /&gt;the screen you by tonight, meanwhile i have an doubt can we bind&lt;BR /&gt;combo's and months data directly to the source. If webi refreshes(iam&lt;BR /&gt;using live office) hapen in a loop, My question is will the bindings&lt;BR /&gt;to the combo what we selected range for first time might go or not. Do&lt;BR /&gt;we have to bind the range again when another time webi refresh hapens.&lt;BR /&gt;Is it right way&amp;nbsp; Correct me if iam wrong.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;query 1: like if my selection of items in the three combo&lt;BR /&gt;are similar and the items has two different sets of data values for&lt;BR /&gt;every month.&amp;nbsp; How it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query 2: Can the combo of your example can be made as cascading combos becuz the lovs may increase havenot filtered in your example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;query 3: have u faced this issues like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever i try to connect the SAP-BI server in IDT to call the cube (or) Bex query i am getting the following error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold;"&gt;java.util.concurrent.ExecutionException: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] &amp;lt;com.sap.sl.olap.impl.ConnectionSpecificationImpl@e3b642, networkLayerType: SAP_BW_BICS, providerType: SAP_BW7X, server: null, catalogName: ZC_MDS, cubeName: ZBI_SQ, language: EN)&amp;gt;,&amp;lt;Error: Name or password is incorrect (repeat logon) on 172.25.69.27 sysnr 02 &lt;BR /&gt;Key: JCO_ERROR_LOGON_FAILURE &lt;BR /&gt;Group: 103 &lt;BR /&gt;Type:&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i log in to SAP-BI, it says "too many attempt failures and user id is locked", i tried to change my password and tried again in IDT again the error and user id is locked in BI. Its getting into a loop again and again i don't know what to do.&lt;IMG alt="nopity.gif" border="0" class="jiveImage" src="http://www.forumtopics.com/busobj/images/smiles/nopity.gif" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same user id was working fine previously, before a week now its throwing the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 17:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192052#M3262274</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-09T17:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192053#M3262275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As you posted in one of the above eg.on Line chart ALL functionality works good like when i select combo 1 some item other than ALL case i can able to see combo 2, combo 3 by default "Al"l but it should display data too. How can this be achieved, Could you kindly help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say eg: In Combo 1(Country) iam selecting as India, then by default i ll see combo(State)&amp;nbsp; as "All" case for that i should see data too (India+All) i mean..can u pls send the steps like above one with screen it was very very good...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 17:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192053#M3262275</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-10T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192054#M3262276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing what your data looks like, it's very hard for me to give you a formula which would fetch this data in the right way.&amp;nbsp; If you can (1) give me a screenshot of what your data looks like and (2) write a step-by-step instruction of what you want to see happen (for example: "When I click on Combo1, I want combo2 and combo3 to show 'All' and the data to sum up all the India data"), then I will be able to provide you with detailed instructions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 09:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192054#M3262276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-11T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192055#M3262277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Lets take the this&amp;nbsp; data as example in contradictory to your first example post where concatenating of All_All_All hapens only once what about this case as&amp;nbsp; aa_All_All, bb_ff_All, All_ff_All pls. refer my screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/173887" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. "When I click on any item other than "All" in&amp;nbsp; Combo1, I want combo2 and combo3 to show 'All' and display the data in graph&lt;/P&gt;&lt;P&gt; 2. "When I select any item in Combo1 and Combo2 , I want combo3 to show 'All' and display the data in graph&lt;/P&gt;&lt;P&gt;3. The user may try any option on choosing the combo's according display of data should hapen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you may wish to take the above example or any example of your wish for explanation in steps would be really great..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 18:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192055#M3262277</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-11T18:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192056#M3262278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the equations that you want in your spreadsheet.&amp;nbsp; If you select, for example, [Combo1 = M1, Combo2 = All, Combo3 = Channel1], then the chart will sum up all entries where Combo1 = M1, Combo3 = Channel1, and Combo2 can be anything.&amp;nbsp; And similarly for all combinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't understand what All_All_All means in your data.&amp;nbsp; If the user selects All_All_All, surely we should just be summing all the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/174248" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I've added 3 columns, 'Check1, Check2, Check3'.&amp;nbsp; They tell us, for each entry, whether it is currently selected by Combo1, Combo2, Combo3.&amp;nbsp; If a row has all of Combo1, Combo2 and Combo3 equal to 1, then it should appear in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formulas are:&lt;/P&gt;&lt;P&gt;J2 =IF(OR($B$18=A2,$B$18="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of J&lt;/P&gt;&lt;P&gt;K2 =IF(OR($B$19=B2,$B$19="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of K&lt;/P&gt;&lt;P&gt;L2 =IF(OR($B$20=C2,$B$20="ALL"),1,0)&amp;nbsp;&amp;nbsp; Copy this down to all of L&lt;/P&gt;&lt;P&gt;M2 =J2*K2*L2&amp;nbsp;&amp;nbsp; Copy this down to all of M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E19 =SUMIF($M2:$M15,1,D2:D15)&lt;/P&gt;&lt;P&gt;Copy this across to E19:J19.&amp;nbsp; This is the chart data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is finally what you wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 09:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192056#M3262278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-14T09:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192057#M3262279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have few&amp;nbsp; things to clarify here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) What hapens if i try to import my latest data everytime from the live office to xcelsius, the problem here is your cell number might change that is exactly hapen to me wherever we used in the formula and also concatenation of combo filters cell numbers too, the cell numbers changes often because we do it source data i guess. Is there any workaround to avoid changing the cell numbers even if we delete the live office object/ while refreshing the live object connections to get the data. Iam Manually changing the cell numbers whenever i try to import&amp;nbsp; new/update the latest data which is already binded to the cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)The one of your immediate above answer we have sumif. Is there a way we can avoid the sumif function above because it might degrade the performance of the dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 18:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192057#M3262279</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-01-26T18:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192058#M3262280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Remainder for the above issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2013 07:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192058#M3262280</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-02-02T07:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192059#M3262281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sara44, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the SUMIF function, it really won't degrade the performance nearly as much as they make it seem.&amp;nbsp; Most of the guides suggesting not to use the SUMIF function were written a decade ago and with much less powerful computers.&amp;nbsp; Unless you have thousands of rows, I wouldn't bother with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your LiveOffice connection, which rows are changing, in particular?&amp;nbsp; Is the issue simply that you sometimes have more rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 11:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192059#M3262281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-04T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192060#M3262282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; From One of the first reply to my post by you there you have an formula like B13 = C13 &amp;amp; "_" &amp;amp; D13 &amp;amp; "_" &amp;amp; E13 for combo concatenation. The change occurs here in C13,D13,E13 , the cell number changes when i try to import the data from the live office if i modify the live office object properties to say ondemand/report saved data/my instance whatever the cell number gets collapses it shows some other number, even in the index match formula too where i refer the cell too&amp;nbsp; i am manually changing few times i donot know y it hapens but it hapens few times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Live office for some webi report i have more than 1000 rows of data may be even 3000 rows have seen for one of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the SUMIF function, in one of your above post reply, i am seeing previous to the one you were started helping me using index match function for displaying chart data. But since i have asked you for All All All, Combo1 All Combo 3, Combo1 Combo2 All&amp;nbsp; etc... cases which actually using sumif . Can you do reply me using index match function along with filtered check for combos&amp;nbsp; for these cases instead of sumif because i already implemented indexmatch so now it would be difficult for me to use sumif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sara44&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 18:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/line-chart-issue/qaa-p/9192060#M3262282</guid>
      <dc:creator>former_member402770</dc:creator>
      <dc:date>2013-02-04T18:39:04Z</dc:date>
    </item>
  </channel>
</rss>

