How to display different text for labels in Group Above Report Oracle Repor

Hello,
Is there a way to change the text that is displayed in Labels in a Group Above Report? For example, I have a Group Above report with my columns of data and above the columns I have my column labels, but I would like to be able to display various text, i.e. different labels based on condition. In other words, Column1 label could say Column 1 or This is Column1, based on a condition. This is Oracle Report Builder 10.1.2.0.2.
Thank you.

968277 wrote:
I'm thinking it is possible with a Format Trigger, but I've only ever returned (TRUE) or (FALSE). I am very new to Oracle Reports Builder. Thanks.Hi,
Yes it's possible. and your are in the right place. use this true and false. For example
/*true means display, false means don't display */
if your_criteria_or_condition is ok then
return (TRUE);
else
return (FALSE);
end if;create as many label as your need and control with the code..
Hope this works..
Hamid
Mark correct/helpful to help others to get right answer(s).*

Similar Messages

  • How to display different icon, for different node of jtree

    Hi All,
    How to display different icon, for different node of jtree

    you haven't responded to my last post here: [http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676|http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676]

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Problem facing for Exporting a Group above report to excel

    Hello all any one can tell me How to set columns and rows of a Group above to report to export to excel.
    I have a group above report but when i export it to excel the Columns and rows are out of order.Tell me what type of sequence should apply on columns and rows?????????

    Adeel Aslam wrote:
    No Dear I mean I have called the Procedure of Exporting report to Excel On Each Field On Format Trigger.But whan i run it and Export it Then columns and Rows are out of Order on Excel sheet.I only want to know standard sequence that i should apply in smart trigger that the fields are shown in excel same like on report.
    RegardsI'm guessing you're not referring to SQL and PL/SQL then.
    Oracle doesn't have a built in procedure for exporting to Excel, so how the data is being ordered is going to depend on the code in that procedure and whoever wrote it. If you need more assistance you need to give us more details of what it's doing.

  • Supress repeated labels in group Above reports o matrix group above reports

    Hi,
    I have a problem, because I´m brand new in reports.
    I've defined same reports.
    When I defined a Group Above Report or a Matrix with Group Above Report the labels appear repeated in the same page:
    Year 2006
    Level 1 Range 1-3 months 3-6 months 6-12 months
    Age
    < 16 1
    16-17 1 3
    18-24 12 6 2
    25 4 5 2Total Level 1: 17 14 5
    Level 2 Range 1-3 months 3-6 months 6-12 months
    Age
    < 16 1
    16-17 2 1
    18-24 8 12 2
    25 5 4 3Total Level 1: 15 17 6
    Is it possible not to repeat the labels "Range 1-3 months 3-6 months 6-12 months",? I want them to appear once per page.
    How can I do it?
    Please may anyone help me?
    thanks
    Beatriz

    Why should that be a bug? You have a custom requirement and have to find a way to fulfill it. But, what is your actual sorting order? Do you have only this three departments? If so, you could add an addtional column in your query like
    DECODE(DEPT,  20, 1, 10, 2, 30, 3, 4) SORTINGput that column in the same group as dept and sort after that new column.

  • Generate text file from a group above report

    i have problem in generating report in developer 6 report builder my report is master -detail(group above report)
    when i generate text file or csv file then my report is not in group above,master records are repeated along with every detail record.
    is there any solution that i generate group above report in text or csv file
    instead of pdf,rtf,html
    please mail me
    [email protected]

    Can you try adding this in your URL delimited_hdr=NO
    I am not sure it works.
    Just give a try

  • How to display medium text for 0FISCPER in Filter area.

    Hi,
    I am having a problem with display of filter values in bex query. In filter section, there is 0FISCPER used. after running query I can see only "JAN" value.
    But user wants to see "January 2007" in place of JAN.
    though 0FISCPER info object has text table T009C. it has two colomns one for short text and one for medium text. and data in table is stored as below -
    Year     Period     Sh.text      Med. text
    2007      001        JAN          January 2007.
    2007      002        FEB          february 2007
    In query, 0FISCPER is taking only Short text for an display settings. While it should take Medium text.
    How can I solve this problem ??
    [email protected]

    Hi,
        In your Infoobject, choose BEx Explorer tab, Check what selected for BEx Description, there choose Medium text instead of Short text.
       Hope this sill be helpfull
    rgrds,
    V.sen

  • How to display "No data for yesterday" in a scheduled report on Webi

    Hi All,
    In Webi, I am working on scheduling reports and was asked by a user if the scheduled report on Webi can display "No data for yesterday/no orders for yesterday" when the report returns no data due to No Orders submitted or a business holiday. This sounded a good idea to me as this report only looks for previous days orders/sales and there are many instances when the report will return blank page due to no activity the day before.
    Can anyone please guide me on the possibility of achieving something like this on Webi using Bex query.
    Any help will be appreciated .
    Thanks
    Gaurav

    Hi,
    You can format the blocks in the report as "Hide When Empty" or "Hide When [some formula]" and have a blank cell added behind these blocks with a text "No Data for Yesterday"
    Need to set the relative position and ordering for this accordingly.

  • Formatting for columns in group above report(non grp col)

    Hi
    I have a report that is group above. So for every record that appears in the group above, below is the corresponding fields. What I am trying to do is apply formatting like font, hide/show etc to the rows below. How can I do that.
    record1...............................<group above>...
    <corresponding columns-latest>
    <corresponding columns-old>
    record2...............................<group above>...
    <corresponding columns-latest>
    <corresponding columns-old>I want to be able to compare latest and old for a particular record and hide/show depending on if the value has changed. I only have one query for this report that is group above. Is it possible?

    Like you did select * from ....(select....)... In reports I wasnt able to create a col to col link for such cases. I need to have the db columns directly in select.
    Secondly, for a workaroudn i even changed that - next challenge was treating xmltype columns using xmlsequence as db columns. So if I have xmlsequence in my query, i cant create col to col link. I have 4 queries with unions. 2 have xmlsequence and 2 doesnt. When i create col to col link for cases with xlseq, it forces me to create a grp link... When i have queries without xmlseq, i can create the col to col link.

  • How to display different message for More.. in jsp ?

    Hi,
    We have requirement where we have to display See All after say after 10 dimVals . I have enable dynamic refinement ranking and put value as 10 also I have checked the box for More..
    I want to display See All instead of More.. in my application. Please let me know how can I achieve this.
    Anup

    I don't think you can - I usually just use some simple web application logic to check for "More..." and replace it with whatever should be displayed instead.
    Michael

  • How to display different form_letters for 2 conditions?

    Hi everyone.
    I have a new question. I absolutely have no idea on how to do it.
    I have prepared a report using form_letter & tabular style.
    In the form_letter style report, there is a subject line to the letter.
    This subject line should change for a condition.
    In the tabular style report, there is a column named as 'TYPE' - [ Cumulative & Non-cumulative ]
    There are two subject lines. [ (Subject-1) & (Subject-2) ]
    I want to display "Subject -1" when TYPE - Cumulative .
    I want to display "Subject -2" when TYPE - Non-Cumulative .
    How do i do this?
    I want to paste the image regarding this, but i am unable to paste because the 'Insert image' is disabled. How do i insert image?
    Thank You.

    Hi Vijetha,
    Create a formula column named subject , data type is character and widh is 100(based on your subject length you can give).
    pl/sql formula is:
    function subjectformula return char is
    begin
    if :type='cumulative' then
    return (:subject-1);
    else
    return (:subject-2);
    end if;
    end;
    In the layout model create a field and call the formula column subject as source.
    I think it is helpful to you.

  • Displaying different colors for cells/columns in Interactive Report

    Hi,
    I have a requirement to display just the 'cells' in the Interactive Report columns with different colors.
    There are 3 columns in the Interactive report.
    The color coding for all the 3 different columns should be such that:
    <40% - red color
    40-70-orange
    greater than 70%-green
    I tried the highlight option in the report and saved the report as default, but still the color condition ended up getting displayed to the end user. I dont want this.
    Can someone suggest a better way to handle this requirement?

    Perhaps explore similar solutions described here
    Background Colour of Report Cell Issues.
    Scott

  • How to display balance days for annual leave in payslip report

    hi all,
    cn sm1 let me know how i can display the leave balance days of each employee on their payslip.
    please let me know the tables where i can find the info of the employee annual leave days balance.
    The leave defined is decreasing.
    Plz i need your assistance gurus.
    All comments are welcomed!

    No one out there to response buddies?

  • How to display help text in pop-up windo for column headers in

    Hi all,
    is it possible to display help text message in pop-up windo for manually created tabular form headers.
    i am trying but not getting. any help will be appreciated.
    Thanks in advance,
    Amit

    Amit,
    I've responded to this in:
    How to put help text for column headers of manually created tabular form.
    Unless this is a different question?
    Andy

  • How do i display different tooltip for different parts of an image

    I have a .jpg image that i would like to display different tooltips for depending in where the mouse pointer is in the image.
    Any help is appreciated.

    I edited the button template in the app.xaml so all my buttons have transparent properties for all the trigger properties and the setter properties since in this instance i have no other use for the button.
    <Application x:Class="Application"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainWindow.xaml">
    <Application.Resources>
    <Style TargetType="{x:Type Button}">
    <Setter Property="FocusVisualStyle">
    <Setter.Value>
    <Style>
    <Setter Property="Control.Template">
    <Setter.Value>
    <ControlTemplate>
    <Rectangle Margin="2" SnapsToDevicePixels="True" Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" StrokeThickness="1" StrokeDashArray="1 2"/>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </Setter.Value>
    </Setter>
    <Setter Property="Background" Value="Transparent"/>
    <Setter Property="BorderBrush" Value="Transparent"/>
    <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"/>
    <Setter Property="BorderThickness" Value="1"/>
    <Setter Property="HorizontalContentAlignment" Value="Center"/>
    <Setter Property="VerticalContentAlignment" Value="Center"/>
    <Setter Property="Padding" Value="1"/>
    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="{x:Type Button}">
    <Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
    <ContentPresenter x:Name="contentPresenter" ContentTemplate="{TemplateBinding ContentTemplate}" Content="{TemplateBinding Content}" ContentStringFormat="{TemplateBinding ContentStringFormat}" Focusable="False" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" Margin="{TemplateBinding Padding}" RecognizesAccessKey="True" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" VerticalAlignment="{TemplateBinding VerticalContentAlignment}"/>
    </Border>
    <ControlTemplate.Triggers>
    <Trigger Property="IsDefaulted" Value="True">
    <Setter Property="BorderBrush" TargetName="border" Value="{DynamicResource {x:Static SystemColors.HighlightBrushKey}}"/>
    </Trigger>
    <Trigger Property="IsMouseOver" Value="True">
    <Setter Property="Background" TargetName="border" Value="Transparent"/>
    <Setter Property="BorderBrush" TargetName="border" Value="Transparent"/>
    </Trigger>
    <Trigger Property="IsPressed" Value="True">
    <Setter Property="Background" TargetName="border" Value="Transparent"/>
    <Setter Property="BorderBrush" TargetName="border" Value="Transparent"/>
    </Trigger>
    <Trigger Property="ToggleButton.IsChecked" Value="True">
    <Setter Property="Background" TargetName="border" Value="Transparent"/>
    <Setter Property="BorderBrush" TargetName="border" Value="Transparent"/>
    </Trigger>
    <Trigger Property="IsEnabled" Value="False">
    <Setter Property="Background" TargetName="border" Value="Transparent"/>
    <Setter Property="BorderBrush" TargetName="border" Value="Transparent"/>
    <Setter Property="TextElement.Foreground" TargetName="contentPresenter" Value="#FF838383"/>
    </Trigger>
    </ControlTemplate.Triggers>
    </ControlTemplate>
    </Setter.Value>
    </Setter>
    </Style>
    </Application.Resources>
    </Application>

Maybe you are looking for

  • ServletRunnerInfo not found in configuration file for ABCServlet

    Hello, I have created an iplanet web application which contains 2 servlets and some JSP files at Visual Cafe. After I deployed the web application war file at the iplanet server and run the site, I can access the first servlet without any problem, bu

  • Asset against 2 WBSs

    Is is possible to assign 2 different WBS to the same asset / equipment / FLoc? Or is this achieved through the Work Order, Settlement Procedure? Cheers, Andrés.

  • How to read Oracle Database as Input using BDC..

    Hello SAP Minds, How to read the data from Oracle data base to SAP tables. How can i use directly the Oracle database as input.. I have to upload the time data  for my client for each of its employee per day. Their clock in and clock out time is reco

  • Alternative for BAPI_GOODSMVT_CREATE

    Hi All, Is there any alternative BAPI available for BAPI_GOODSMVT_CREATE to create material document for a goods movements one a time . Actually my problem is that i am inserting this BAPI in one function module ZQM06_FM_TASK_GOODS_MOVEMENT for trans

  • Java.util.pref.Preferences

    Hello Sir, Is java.util.pref.Preferences class support property file? Thanks for advance bala