Conditional Formatting for Charts in Drill down - Disappears

Hi All,
I have a "Vertical Bar Chart" that is plotted against Time on Y-axis and Unit on the X-axis; it has drill feature selected.
The chart also has conditional format specified and the color of the Vertical bar will change on a condition. Eg: The bar will show Red color if the Average Time taken is more than 60 minutes for an Appliance Unit. All this works fine.
Problem
As the chart has Drill feature enabled I can drill down on the chart say from Year - > Month -> Day. The issue is the conditional formatting disappears when you drill down the chart.
It looks strange as the main chart shows Red color for a Unit and when you drill down I don't see the conditional format applied any more.
Did anyone had similar problem, is there any work around here.
Appreciate your help.
Regards
B

Hi,
Create a dummy column and in fx write this,
Case when Table."Average Time" >60 then 0 else 1 end
Add this also in th part of chart axis,
Go to conditional formatting set the formatting on the dummy column when 0 set to Red color.
Now you will have the conditional formatting even if you drill down.
Thanks,
Vino

Similar Messages

  • Line Chart cannot drill down on legends and lines

    I am doing a drill down Group report which will show the Sum of Last year's Sales By Country, State and city over a period of time(by date) for throughout the year 2007. Every group will have a line chart with Data title as Sum of Last year's Sales ($), Group Title as Date and legends displaying countries (or states or cities) as USA,UK,Australia. etc.. I have same sort of line chart for State and City as well. So, I got 3 levels of groups with a line-chart displayed in every group level.
    Now, the problem is my drill down would not work on chart lines or legends as it would do for a 2-dimensional data chart like a bar-chart or pie-chart. In the Chart Expert->Data->Layout:Group ->in the On Change Of event selection I am able to specify either Sales.Country (or) Sales.country and Sales.Sales.State. Both options would not let me get the correct linechart with correct data and drill-down working as well.
    The only work-around i got is to display the line chart with legends and showing the Country(or State or City) names in a field in the Group Footer. The drilling will work on those fields, but not on the legends or lines of the line chart. This make my report showing the Country names twice once on legend (with no drill-down) and once on group-footer(with drilling ability to groups below) which is untidy.
    Have anyone tried to make a drill-down crystal report on a 3-dimensional data like this? The World Sales report in Crystal reports C:\Program...\BO\Samples\General Business\World Sales Report is the best example of how i would like to see my charts to drill down. However, they drill down across a 2-dimensional data. I am publishing this Crystal Reports in Business Objects Infoview.

    Please re-post if this is still an issue

  • OBIEE 11g : Conditional formatting in Chart view based on different column

    Hi ,
    I would like to add formatting to the bars based on another column.
    Ex: I just want to highlight bars(metric) when it is less than target value.
    We have conditional formatting option in charts but , its working on the same column but not comparing with other columns.
    Thank you..

    Hi, If you have column A and column B , and for example you want the values of column A to get formatted if the the correspoding value of column B less than a specific value. You just go to Criteria -> Get to Column A -> Column Properties -> Conditional Format -> Add Condition -> Choose your Column B , and then make sure the condition is " Less than the value you want"
    Now, In case you want the values of your column A to be formatted if they are less to the corresponding value of colum B, Well, I don't think it is natively integrated, but still, here is an idea :
    You drag again your column B , so that in Criteria -> Selected Columns , you'll have the columns A - B - B , then, you go to the newely added B Column -> Edit Formula and modify the formula to be ColumnA Minus ColumnB.
    Then go back in selected columns to your A Column -> Column Properties -> Conditional Format -> Add Condition -> Choose now the new column ( ColumnA Minus ColumnB ), and then make sure the condition is " Less than the value *0* "
    You can later, go and hide the colum A Minus B from Edit View in Results.
    Hope this helps.
    Cheers
    Salma

  • Bar Chart with Drill Down

    Hello,
    I have BI Publisher 11 and BI Desktop version installed.
    I created a Bar chart thriugh RTF template and uploaded, its working fine.
    I want to create a drill down on each bar in the chart, which will allow me to pass respective value and open a detail report for that Bar value.
    Has anyone tried it?
    Any pointers would be highly appreciated.
    regards
    Nikhil

    Hi Runali,
    Sorry for late reply,the issue was not solved .
    Got another issue in BI launch pad .
    one Webi report migrated from R2 environment to BO 4.1.when open that report in BI launch pad
    working perfect but when report was edit in the query level and run the all queries its asking context selection
    If i selected all the context and run all the queries then again getting another issue.
    Why its asking Query Context in Query prompt level?
    Thank you
    Sudhakar M

  • Apply conditional formatting for a textbox in a matrix that contains an expression

    I have a matrix that contains one row, and one of the columns in this row (a field ) contains an expression. I know this field is "Textbox24" but anyway, I have created a placeholder for this field and in Placeholder Properties I have given the
    label "PD". Note that the Value in this placeholder shows "Expr" because it contains an expression.
    I don't think this is relevant, but just in case, the expression is:
    =Code.GetPercentageDifferenceBetweenCurrentAndPreviousValue()
    where GetPercentageDifferenceBetweenCurrentAndPreviousValue is custom code for the report which returns a decimal value. This works correctly in Preview mode.
    I now want to apply conditional formatting on this field so the colour of the font changes depending on the value of the expression. I clicked on the text box of that field, and in Properties > Color > Expression > I entered
    =IIF(Fields!PD.Value >= 50,"Green","Black")
    When I go to Preview mode I get the error "The Color expression for the text box 'Textbox24' refers to the field 'PD'. Report item expression can only refer to fields within the current dataset scope or, if inside an aggregate, the specified
    data set."
    I have tried a couple of other forms of the sytax for Fields!PD.Value but it doesn't work. Is my problem a syntax problem or a scope problem, and how do I solve it?
    Thank you

    From your description, PD is not a field so you cannot reference it as a field. You can do what you want by referring to the textbox:
    =IIf(ReportItems!Textbox24.Value >= 50."Green","Black")
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Action Link in obiee 11g for a Hierarchy Drill Down Level

    Hi
    Requirement is:
    We have a Time Dimension Hierarchy with drill down Levels(Year, Qtr, Month, Day). So now i wanted to provide an action link on detailed column(day) which will navigate to other report. I have tried doing it but unable to get the actual solution.
    Can anyone throw some ideas on how to achieve this.
    Thank You

    Hi,
    Can u tell me whats the error you r getting over ther,
    Use the hierarchy flow, starts with the + symbol,
    edit the column properties and go for interaction tab and give action link + drill
    check the columns between the 2 reports and assign prompts between the reports then you can get the correct one.
    Regards,
    VG

  • Group Charts in drill down

    Post Author: deltaXI
    CA Forum: General Feedback
    Hi i am pretty new in CR. I have a report which is grouped in 5 levels. ie.when we view the report we get the higher level view then you have to drill down to each of the levels. the grouping and drill down is working perfectly.I need to insert charts in the drilled down pages. but wherever i insert the charts [i tried putting it in group headers and footers] it gets shown on the very first page of the report  without drilling down. I want it to be shown only when drilled down Please helpThanks in advance 

    Hi Ricky.....
    Chart waise Graphical Representation is given by SAP and it can be easily done in XCelcius.
    All you need to do is you have to create your own report and put this report in XCelcius.
    It is recently launched.....
    Regards,
    Rahul

  • Transction FBL3 called for item level drill down in GR55

    Hi all,
    We have a GLT0 Report in Report writer. The system correctly executes the report and displays account balance for the period. The Report calls T-code FBL3 for display of line items(report/report interface). But when we drill down, the line items are not displayed for the specific period or selection and instead displays the line items for the whole period. (upto date).
    The report was copied from a different system and in the source system it was displaying the line items correctly.
    Could you pl share any inputs for resolving this issue.
    Thanks & Regards
    Sri.

    Hello
    please check from which field the amount is pulled out in GLT0 table. If the amount is pulled out form the totals field ...then it might not show you what you wish to see.
    Thanks
    Sanjeev

  • With a UNION query my drill downs disappear

    Hi all,
    When a make a query in the query generator of SBO, all my drill downs or arrows vanish when I make a union of two or more queries. When I keep the queries separate, the drill downs are there. Has anybody experienced the same phenomenon? Has this been solved in a patch that I am unaware of or does it not happen in 2005 SP01? I am currently on 2005 SP00 patch 9.
    Thanks in advance for the feedback.
    André

    Hi Alexey,
    That certainly works. I have pasted my query below, and as you can see, its a little more complex than that. Would you be able to tell me where I can start on this?
    Thanks,
    André
    SELECT DISTINCT
                          Serial.SuppSerial AS , GSHeader.DocNum AS PurchDocNum, GSHeader.DocDate AS PurchDocDate,
                          SerialInMove.CardCode AS SupplierCode, SerialInMove.CardName AS SupplierName, GoodsReceipt.ItemCode AS PurchItemCode,
                          GoodsReceipt.Dscription AS PurchDscription, GoodsReceipt.PriceBefDi AS PurchPriceBefDi, GoodsReceipt.DiscPrcnt AS PurchDiscPrcnt,
                          GoodsReceipt.Price AS PurchPrice, InvHeader.DocNum AS InvoiceDocNum, InvHeader.DocDate AS InvDocDate,
                          SerialOutMove.CardCode AS CusomerCode, SerialOutMove.CardName AS CustomerName, Invoice.ItemCode AS InvItemCode,
                          Invoice.Dscription AS InvDscription, Invoice.PriceBefDi AS InvPriceBefDi, Invoice.DiscPrcnt AS InvDiscPrcnt, Invoice.Price AS InvPrice,
                          ROUND(Invoice.Price / GoodsReceipt.Price, 2) AS ProfitMargin, SalesEmp.SlpName AS VTW
    FROM         dbo.OSRI Serial INNER JOIN
                          dbo.SRI1 SerialInMove ON Serial.ItemCode = SerialInMove.ItemCode AND Serial.SysSerial = SerialInMove.SysSerial INNER JOIN
                          dbo.SRI1 SerialOutMove ON Serial.ItemCode = SerialOutMove.ItemCode AND Serial.SysSerial = SerialOutMove.SysSerial INNER JOIN
                          dbo.DLN1 Delivery ON SerialOutMove.BaseEntry = Delivery.DocEntry AND SerialOutMove.ItemCode = Delivery.ItemCode AND
                          SerialOutMove.BaseLinNum = Delivery.LineNum INNER JOIN
                          dbo.IGN1 GoodsReceipt ON SerialInMove.BaseEntry = GoodsReceipt.DocEntry AND SerialInMove.ItemCode = GoodsReceipt.ItemCode AND
                          SerialInMove.BaseLinNum = GoodsReceipt.LineNum INNER JOIN
                          dbo.OIGN GSHeader ON GoodsReceipt.DocEntry = GSHeader.DocEntry LEFT OUTER JOIN
                          dbo.OINV InvHeader INNER JOIN
                          dbo.INV1 Invoice ON InvHeader.DocEntry = Invoice.DocEntry ON Delivery.ItemCode = Invoice.ItemCode AND
                          Delivery.DocEntry = Invoice.BaseEntry FULL OUTER JOIN
                          dbo.OSLP SalesEmp ON Invoice.SlpCode = SalesEmp.SlpCode
    WHERE     (SerialInMove.Direction = '0') AND (SerialOutMove.Direction = '1') AND (SerialInMove.BaseType = 59) AND (SerialOutMove.BaseType = 15) AND
                          (NOT (GoodsReceipt.ItemCode LIKE N'MET%')) AND (InvHeader.DocDate BETWEEN CONVERT(DATETIME, '2006-05-01 00:00:00', 102) AND
                          CONVERT(DATETIME, '2006-08-30 00:00:00', 102))
    UNION
    SELECT DISTINCT
                          SERIAL.SuppSerial AS , GRHeader.DocNum AS PurchDocNum, GRHeader.DocDate AS PurchDocDate,
                          SerialInMove.CardCode AS SupplierCode, SerialInMove.CardName AS SupplierName, GoodsReceipt.ItemCode AS PurchItemCode,
                          GoodsReceipt.Dscription AS PurchDscription, GoodsReceipt.PriceBefDi AS PurchPriceBefDi, GoodsReceipt.DiscPrcnt AS PurchDiscPrcnt,
                          GoodsReceipt.Price AS PurchPrice, InvHeader.DocNum AS InvoiceDocNum, InvHeader.DocDate AS InvDocDate,
                          SerialOutMove.CardCode AS CusomerCode, SerialOutMove.CardName AS CustomerName, Invoice.ItemCode AS InvItemCode,
                          Invoice.Dscription AS InvDscription, Invoice.PriceBefDi AS InvPriceBefDi, Invoice.DiscPrcnt AS InvDiscPrcnt, Invoice.Price AS InvPrice,
                          ROUND(Invoice.Price / GoodsReceipt.Price, 2) AS ProfitMargin, SalesEmp.SlpName AS VTW
    FROM         dbo.OSRI SERIAL INNER JOIN
                          dbo.SRI1 SerialInMove ON SERIAL.ItemCode = SerialInMove.ItemCode AND SERIAL.SysSerial = SerialInMove.SysSerial INNER JOIN
                          dbo.SRI1 SerialOutMove ON SERIAL.ItemCode = SerialOutMove.ItemCode AND SERIAL.SysSerial = SerialOutMove.SysSerial INNER JOIN
                          dbo.IGN1 GoodsReceipt ON SerialInMove.BaseEntry = GoodsReceipt.DocEntry AND SerialInMove.ItemCode = GoodsReceipt.ItemCode AND
                          SerialInMove.BaseLinNum = GoodsReceipt.LineNum INNER JOIN
                          dbo.OIGN GRHeader ON GoodsReceipt.DocEntry = GRHeader.DocEntry FULL OUTER JOIN
                          dbo.OSLP SalesEmp INNER JOIN
                          dbo.OINV InvHeader INNER JOIN
                          dbo.INV1 Invoice ON InvHeader.DocEntry = Invoice.DocEntry ON SalesEmp.SlpCode = Invoice.SlpCode ON
                          SerialOutMove.BaseEntry = Invoice.DocEntry AND SerialOutMove.ItemCode = Invoice.ItemCode AND
                          SerialOutMove.BaseLinNum = Invoice.LineNum
    WHERE     (SerialInMove.Direction = '0') AND (SerialOutMove.Direction = '1') AND (SerialInMove.BaseType = 59) AND (SerialOutMove.BaseType = 13) AND
                          (NOT (GoodsReceipt.ItemCode LIKE N'MET%')) AND (InvHeader.DocDate BETWEEN CONVERT(DATETIME, '2006-05-01 00:00:00', 102) AND
                          CONVERT(DATETIME, '2006-08-30 00:00:00', 102))
    UNION
    SELECT DISTINCT
                          Serial.SuppSerial AS , GRPOHeader.DocNum AS PurchDocNum, GRPOHeader.DocDate AS PurchDocDate,
                          SerialInMove.CardCode AS SupplierCode, SerialInMove.CardName AS SupplierName, GoodsReceiptPO.ItemCode AS PurchItemCode,
                          GoodsReceiptPO.Dscription AS PurchDscription, GoodsReceiptPO.PriceBefDi AS PurchPriceBefDi, GoodsReceiptPO.DiscPrcnt AS PurchDiscPrcnt,
                          GoodsReceiptPO.Price AS PurchPrice, InvHeader.DocNum AS InvoiceDocNum, InvHeader.DocDate AS InvDocDate,
                          SerialOutMove.CardCode AS CusomerCode, SerialOutMove.CardName AS CustomerName, Invoice.ItemCode AS InvItemCode,
                          Invoice.Dscription AS InvDscription, Invoice.PriceBefDi AS InvPriceBefDi, Invoice.DiscPrcnt AS InvDiscPrcnt, Invoice.Price AS InvPrice,
                          ROUND(Invoice.Price / GoodsReceiptPO.Price, 2) AS ProfitMargin, SalesEmp.SlpName AS VTW
    FROM         dbo.OSRI Serial INNER JOIN
                          dbo.SRI1 SerialInMove ON Serial.ItemCode = SerialInMove.ItemCode AND Serial.SysSerial = SerialInMove.SysSerial INNER JOIN
                          dbo.SRI1 SerialOutMove ON Serial.ItemCode = SerialOutMove.ItemCode AND Serial.SysSerial = SerialOutMove.SysSerial INNER JOIN
                          dbo.DLN1 Delivery ON SerialOutMove.BaseEntry = Delivery.DocEntry AND SerialOutMove.ItemCode = Delivery.ItemCode AND
                          SerialOutMove.BaseLinNum = Delivery.LineNum INNER JOIN
                          dbo.PDN1 GoodsReceiptPO ON SerialInMove.ItemCode = GoodsReceiptPO.ItemCode AND SerialInMove.BaseEntry = GoodsReceiptPO.DocEntry AND
                          SerialInMove.BaseLinNum = GoodsReceiptPO.LineNum INNER JOIN
                          dbo.OPDN GRPOHeader ON GoodsReceiptPO.DocEntry = GRPOHeader.DocEntry LEFT OUTER JOIN
                          dbo.OINV InvHeader INNER JOIN
                          dbo.INV1 Invoice ON InvHeader.DocEntry = Invoice.DocEntry ON Delivery.ItemCode = Invoice.ItemCode AND
                          Delivery.DocEntry = Invoice.BaseEntry FULL OUTER JOIN
                          dbo.OSLP SalesEmp ON Invoice.SlpCode = SalesEmp.SlpCode
    WHERE     (SerialInMove.Direction = '0') AND (SerialOutMove.Direction = '1') AND (SerialInMove.BaseType = 20) AND (SerialOutMove.BaseType = 15) AND
                          (InvHeader.DocDate BETWEEN CONVERT(DATETIME, '2006-05-01 00:00:00', 102) AND CONVERT(DATETIME, '2006-08-30 00:00:00', 102)) AND
                          (NOT (GoodsReceiptPO.ItemCode LIKE N'MET%'))
    UNION
    SELECT DISTINCT
                          Serial.SuppSerial AS , GRPOHeader.DocNum AS PurchDocNum, GRPOHeader.DocDate AS PurchDocDate,
                          SerialInMove.CardCode AS SupplierCode, SerialInMove.CardName AS SupplierName, GoodsReceiptPO.ItemCode AS PurchItemCode,
                          GoodsReceiptPO.Dscription AS PurchDscription, GoodsReceiptPO.PriceBefDi AS PurchPriceBefDi, GoodsReceiptPO.DiscPrcnt AS PurchDiscPrcnt,
                          GoodsReceiptPO.Price AS PurchPrice, InvHeader.DocNum AS InvoiceDocNum, InvHeader.DocDate AS InvDocDate,
                          SerialOutMove.CardCode AS CusomerCode, SerialOutMove.CardName AS CustomerName, Invoice.ItemCode AS InvItemCode,
                          Invoice.Dscription AS InvDscription, Invoice.PriceBefDi AS InvPriceBefDi, Invoice.DiscPrcnt AS InvDiscPrcnt, Invoice.Price AS InvPrice,
                          ROUND(Invoice.Price / GoodsReceiptPO.Price, 2) AS ProfitMargin, SalesEmp.SlpName AS VTW
    FROM         dbo.OSRI Serial INNER JOIN
                          dbo.SRI1 SerialInMove ON Serial.ItemCode = SerialInMove.ItemCode AND Serial.SysSerial = SerialInMove.SysSerial INNER JOIN
                          dbo.SRI1 SerialOutMove ON Serial.ItemCode = SerialOutMove.ItemCode AND Serial.SysSerial = SerialOutMove.SysSerial INNER JOIN
                          dbo.PDN1 GoodsReceiptPO ON SerialInMove.BaseEntry = GoodsReceiptPO.DocEntry AND SerialInMove.BaseLinNum = GoodsReceiptPO.LineNum AND
                           SerialInMove.ItemCode = GoodsReceiptPO.ItemCode INNER JOIN
                          dbo.OPDN GRPOHeader ON GoodsReceiptPO.DocEntry = GRPOHeader.DocEntry FULL OUTER JOIN
                          dbo.OSLP SalesEmp INNER JOIN
                          dbo.OINV InvHeader INNER JOIN
                          dbo.INV1 Invoice ON InvHeader.DocEntry = Invoice.DocEntry ON SalesEmp.SlpCode = Invoice.SlpCode ON
                          SerialOutMove.BaseEntry = Invoice.DocEntry AND SerialOutMove.ItemCode = Invoice.ItemCode AND
                          SerialOutMove.BaseLinNum = Invoice.LineNum
    WHERE     (SerialInMove.Direction = '0') AND (SerialOutMove.Direction = '1') AND (SerialInMove.BaseType = 20) AND (SerialOutMove.BaseType = 13) AND
                          (NOT (GoodsReceiptPO.ItemCode LIKE N'MET%')) AND (InvHeader.DocDate BETWEEN CONVERT(DATETIME, '2006-05-01 00:00:00', 102) AND
                          CONVERT(DATETIME, '2006-08-30 00:00:00', 102))
    ORDER BY InvHeader.DocDate

  • Conditional formating for calculated fields

    Hi,
    What i need to do is apply a diferent format for some itens on the reports.
    I have some fields that are calculated in the script logic, so in the excel report it is shown as any other field where you can type the value, but that value gets overiten once the script logic takes place.
    So what i need to do is add a new collum at the dimention for example "CALCULATED" and when it's set to Y the field would be shown in the form with a diferent formula.
    And further on, add automtic comment to that cell, showing how that field is calculated.
    Thanks in advance
    Leandro Brasil

    Hey all,
    the CALC property in BPC refers only to hierarchie nodes. If you wanna highlight calculated nodes, this will be the solution for you. But, if you wanna highlight values in your report, which are calculated by a script logic and which are not necessarily hierarchie nodes, you'll have to add another property different from CALC in your dimension and flag the calculated values.
    If you're done, you can refer to this property in your format range.
    Example:
    Dimension - Property - Value: ACCOUNT - SCRIPTCALC - 1
    Formatrange - Criteria: ACCOUNT.SCRIPTCALC = 1
    Have a nice day!
    Karsten

  • Condition type for Retension Money  and Down Payment in construction co.

    Dear Friends,
    In construction co they are using advance payment and retension money from the customer. what condition type I should use for Retension money and for Advance payemnt can I used AZWR (Down Payment condition type).
    Kindly help me
    Regards
    Atul.

    Hi Sridhar,
    For sure, down payment is a balance sheet item, but you can get it as "expense" under value type 12 in CO.
    So in case you have a purchase order, you will get in CO the cost element which is in the purchase order (and in Fi the account for down payment). In case you don't have a purchase order, the down payment will be register in CO under the cost element you enter in OKEP (and in Fi the account for down payment).
    As far as I now, you don't get the down payment on cost center, only on internal oder, WBSelement ...
    But is there a way to not get the down payment at all in CO (including internal order and WBSelement) ?
    Regards.
    Benjamin

  • PeopleSoft XMLP : Conditional Formatting for Cross tab report

    I have developed a XMLP cross tab report using ps query. Report runs good for (.htm,pdf,rtf) extension . But I am unable to format the data based on condition.
    Code which get displayed at the data field : <?sum ($G1[(./DESCR=current()/DESCR)]/JOB_REQ_NBR)?>
    any help ot suggestion ?
    Report layout(table) in .rtf format
    H GDESCR*E* Total (Header Row)
    GXLATLONGNAME G999*E* 999*E*
    CTotal G999*E* 999

    <?xml version="1.0" ?>
    - <query numrows="10" queryname="HF_EREC_BU_JOBREQCOUNT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="">
    - <row rownumber="1">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="2">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="3">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="4">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="5">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="6">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="7">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="8">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="9">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="10">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    </query>

  • Best Export Format for iDVD to cut down on multiplexing and processing

    My processor is what it is and my Ram has been optimized.  Is there some video/audio format/ bit rate that will require less time to convert and process?
    I understand that MPEG2, mpeg4, H.264, avi, and all seem to take far too long. I prefer using FCPX and Wondershare to do my converting.
    Also whenever I have a random burning error its almost always a “multiplexing error” so maybe if I make the “multiplexing” a little easier maybe I can prevent that headache.
    Any thoughts about inve$ting in the fastest burners available?  Isn’t the actual “burn” process the very last step that usually only takes about 2 minutes anyway?
    Thank you in advance!

    KidVid wrote:
    My processor is what it is and my Ram has been optimized.  Is there some video/audio format/ bit rate that will require less time to convert and process?
    All depends on what format you need for what purpose. If you need a DVD it'll have to be MPEG-2 or for web use it'll have to be h.264. Other than that there are tons of codecs and containers available. All conversion takes time and to cut down on that time you will need a faster machine.
    KidVid wrote:
    Also whenever I have a random burning error its almost always a “multiplexing error” so maybe if I make the “multiplexing” a little easier maybe I can prevent that headache.
    To avoid burn errors in iDVD create a disk image of your project, test that image file with DVD Player, and, if satisfied, burn with any dedicated disc burning app at no more than 4x to avoid errors.
    KidVid wrote:
    Any thoughts about inve$ting in the fastest burners available?  Isn’t the actual “burn” process the very last step that usually only takes about 2 minutes anyway?
    See the speed limit above.

  • Create Multiple Pie Charts with Drill Down capability(foreach in mainreport

    Hello All,
    i need to create a report with 4 pie charts, which should have drilldown capability. i tried to do that, and i can do only for two charts. i need for the rest 2 also.
    Please help.
    Thanks

    See this thread:
    BO Design studio Chart Component issue ...!! | SCN
    If Chart is bound to DS_1 and On Select event of chart is as below:
    DS_2.setFilter(dimension, CHART_1.getSelectedMember(dimension));"
    This works when you click a value on one chart it will select another.
    I haven't tried it with hierarchies.

  • Using conditional format for company logo

    Hi
    Before running the report, customer, will enter some data into the promt(Entity dimensions - Holding structure)
    Every company has unique logo, and depending on selection , in report should display the company's logo
    Is it possible?
    Regards
    Alexander

    One way you might be able to do this is to have each logo/graphic on a separate text row and then add conditional suppression on the rows only to show that row if it matches the required value for the entity.
    Depending on how many entities you have it could be confusing and be maintenance intensive if new entities were added.
    Hope this helps. Cheers.

Maybe you are looking for