Interactive and first two report lines "BOLD"

Dear gurus,

I have an interactive report with 3 select parts.

Selects the first two create a line for each.

The third will generate up to 150 lines.

I am looking for something simple and good to get the first two lines / selects "BOLD"?

Suite structure is used (not the exact code):

Select null null, one, two,... from double

Group of...

Union of all the

Select null, null,... from two

Group of...

Union of all the

Select null, null,... twice.

Someone at - it an idea?

Hello

Thank you for your help.

I want to just use the first 2 rows, I use following code Javascript: (when the page loads)

If (document. GetElementsByTagName)

{

var table = document.getElementById (gTable);

lines of the var = table.getElementsByTagName ("tr");

Rows.Item (1).style.fontWeight = 'bolder ';

Rows.Item (2).style.fontWeight = 'bolder ';

}

Thanks again for your help

This problem is solved

Tags: Database

Similar Questions

  • two reports in the same section

    Hi all

    I would like two have 2 different reports in the same section, one close to the other (no cushion).
    The dashboard page should look like

    Section1
    ---------------------/
    command prompt
    ----------------------/
    Report1. Report2
    ----------------------/

    is there a way to make this cause I could only add sections vertically and horizontally (not able to put one report next to each other in the same section)?

    Concerning

    Add two reports to the same section and click on the 'Properties' button on the section header. Check "Organizing horizontally" and the two reports will be displayed next.

  • Paragraph style, first line "BOLD"

    Hi all

    I try to give a column in a table definition in which the first line is "BOLD" and the rest of the cell is not, like this:

    ---------------------------------------------------------------------------------

    2 3 column cell

    Name of the company
    Address

    Address

    2 4 column cell

    Name of the company
    Address

    Address

    ---------------------------------------------------------------------------------

    I don't know if this is even possible, but it would be a great help.

    I apply the paragraph as follows to the second column:

    ---------------------------------------------------------------------------------

    myTable.columns [1].cells.everyItem () .texts [0] .applyParagraphStyle (contentText);

    ---------------------------------------------------------------------------------

    Here's the paragraph contentText:

    ---------------------------------------------------------------------------------

    contentText var = myDocument.paragraphStyles.item ("contentText");

    Try

    {

    var contentTextName = contentText.name;

    }

    catch (MonErreur)

    {

    contentText = myDocument.paragraphStyles.add({name:"contentText"});)

    }

    contentText.appliedFont = "Arial";

    contentText.fontStyle = "Regular";

    contentText.pointSize = 10;

    contentText.spaceAfter = 10;

    contentText.spaceBefore = 10;

    contentText.fillColor = myDocument.colors.item ("Black");

    ---------------------------------------------------------------------------------

    Is there a way to leave only the first line to be bold?

    Thanks in advance,

    Greetings

    Hello

    You can work with a line for your paragraph style style, if your lines of text are not separated by the sign of paragraph as in a good example shown here:

    If your text is composed as in the example on the left using signs of paragraph, you need a paragraph style distinct for the first paragraph with Arial Bold.

    As already noted Willi Adelberger.

    Example for adding a nested line style:

    var doc = app.documents[0];
    
    // Your paragraph style name that later should contain a line style:
    var paraStyleName = "contentText";
    // For defining a line style we need a character style:
    var charStyleName = "FirstLineBold";
    // All properties for the paragraph style:
    var paraStyleProperties =
    {
        name : paraStyleName ,
        appliedFont : "Arial" ,
        fontStyle : "Regular",
        pointSize : "10 pt",
        spaceAfter : "10 pt",
        spaceBefore : "10 pt",
        fillColor : "Black"
    };
    // All properties for the character style we need for the line style:
    var charStyleProperties =
    {
        name : charStyleName ,
        fontStyle : "Bold"
    }
    
    // Check, if the needed styles are there:
    
    // The paragraph style.
    // using IS NOT VALID is recommended
    if(!doc.paragraphStyles.itemByName(paraStyleName).isValid)
    {
        var paraStyle = doc.paragraphStyles.add(paraStyleProperties);
    }
    else
    {
        var paraStyle = doc.paragraphStyles.itemByName(paraStyleName);
        paraStyle.properties = paraStyleProperties;
    };
    
    // The character style.
    // using IS NOT VALID is recommended
    if(!doc.characterStyles.itemByName(charStyleName).isValid)
    {
        var charStyle = doc.characterStyles.add(charStyleProperties);
    }
    else
    {
        var charStyle = doc.characterStyles.itemByName(charStyleName);
        charStyle.properties = charStyleProperties;
    }
    
    // At this point we have a valid paragraph style and a valid character style.
    // Now let's add a line style.
    
    /*
        Note and warning:
        In case the paragraph style already has one or several line styles we
        have to either remove them to get our new line style at "pole position",
        because there is no move() method to bring a new line style up in the stack of line styles.
    
        Or we have to redefine the first line style. Which is done below.
    
        About removing line styles:
        Tested and is not working with CS6. Could be a bug.
        paraStyle.nestedLineStyles.everyItem().remove()
        So I think it is best to loop through and remove them one by one.
    
    */
    
    // Redefining the first line style if there is already one.
    // Else add a new one.
    
    // Note: Using the properties-property is not working here:
    
    if(paraStyle.nestedLineStyles.count()>0)
    {
        paraStyle.nestedLineStyles[0].appliedCharacterStyle = charStyle;
        paraStyle.nestedLineStyles[0].lineCount = 1;
    }
    else
    {
        paraStyle.nestedLineStyles.add({appliedCharacterStyle : charStyle , lineCount : 1});
    }
    

    For DOM documentation, see the following sources:

    Jongware:

    InDesign JavaScript help

    Gregor Fellenz:

    InDesign ExtendScript API (8.0)

    InDesign ExtendScript API (10.0)

    InDesign ExtendScript API (11.0)

    Kind regards
    Uwe

  • Interactive report lines order number

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Apex version: 4.2

    Topic: Productivity Applications

    Model: Report IR Region.

    Virat Praveen-Oracle wrote:

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Interactive reports are sorted using the sort IR functionality. This allows you to specify the required sort order and save it as the default report. If you need a fixed sort order that is not editable by users, clear the sort options in the Search bar of IR and the column headers.

  • Add dynamic buttons to each line of the report and bind the data line to this line-specific buttons

    I have a page with a form in the upper part and a report at the bottom that is bound to a table. I need to add a pair of buttons for each row in the table and add dynamic actions for these buttons. I need to submit the data corresponding to the line to a REST service and update the table/line. I know that it is possible to add ajax call and refresh the table after receipt of the response. But I don't know how can I dynamically include a pair of buttons on each line and access the data corresponding to the record when a particular button is clicked. I was not able to find such a feature using the help page. Can you please let me know if this is possible. Thanks in advance.

    Here is the representation of how I need to the page to look like.

    Col 1

    Col 2

    Col 3

    data 1

    data 21

    data 31

    Button 1

    Button 2

    data 2

    data 22

    data 32

    Button 1

    Button 2

    data 3

    data 23

    data 33

    Button 1

    Button 2

    data 4

    data 24

    data 34

    Button 1

    Button 2

    I should be able to access the data 1, data21, data button 31 11 and button21 etc.

    Select data1,

    data2,

    data3,

    ......,

    Button1 null,

    Button2 null,

    ROWID r_id

    Of...

    If you change the column for button1 and navigate to the area of column formatting you can create your button here, in several different ways.  You will need to play with the way you prefer.  See below:

    or or you could use and apply css of your theme.

    You create also two buttons in a single column.  From here you can reference columns in your selection by using the format #COLUNMNAME # (as I did with R_ID).

    Then, you will need something similar for all columns that you want to be able to recover when you click the buttons.  See below:

    -It would be Data1 column

    #DATA1 #.

    You would do this for each column that you want to access click the button as shown above.  You can skip this step and use jquery to iterate through the DOM using the. closest() and. find() and give each column a separate class.  Is your preference.

    You then create a dynamic action, when it is clicked on .button1.  Now that you have this object, you can get the id of the trigger object that would be your r_id and from here you can access all your individual data points (all this in a JavaScript in the dynamic action) and assign to items hidden on your page.  The next step in this dynamic action, you could run pl/sql and transmit the page elements.

    Hope that all of the senses.

    David

    Post edited by: DLittle

    As a bit of clarification: the r_id column does not have to be rowid, but it must be unique for each return line.  You can use your primary key or rownum.  Just what works for your scenario.

  • The procedure of procurement of the game Clash of Clans first two payments $9.99 $4.44 and the second did not gems continued with the developer of the game and they told me to resolve this ongoing problem with Apple's iTunes... help me solve

    The procedure of procurement of the game Clash of Clans first two payments $9.99 $4.44 and the second did not gems continued with the developer of the game and they told me to solve this problem continue with Apple iTunes... help solve me this problem and the compensatory jewelry

    Double-see your message, my first response to this topic tells you how to contact iTunes Support (we are fellow users): Re: the procurement process of the Clash game Clans the amount was deducted from the iTunes account and do not have t...

  • I have two report in a page and I want to change the report that one color of header but he perform the two report

    I have two report in a page as A report and B and I want to change the header color report only a header, but it will change the color of the header of the report I use this code in the css section

    table.uReport > thead > tr > th {}

    color: red! important;

    }

    but it will be the effect on the two report kindly can you help me

    Mr.javvi wrote:

    I have two report in a page as A report and B and I want to change the header color report only a header, but it will change the color of the header of the report I use this code in the css section

    {table.uReport > thead > tr > th}

    color: red! important;

    }

    but it will be the effect on the two report kindly can you help me

    Specify a static region ID for each region and which applies to the to box in your rule of CSS selector to target the report only in this region:

    #report-A table.uReport>thead>tr>th {
      color :red !important;
    }
    
  • Hello, I currently have 3 subscribers: 1) first 2) effects after 3) package for a student in the acquisition of switching on all the programs. Can unsubscribe the first two presentations, namely, I want to unsubscribe from the Adobe Premiere and Adobe bac

    Hello, currently I have 3 subscribers: 1) first 2) effects after 3) package for a student in the acquisition of switching on all the programs. Can unsubscribe the first two presentations, namely, I want to unsubscribe from the first and Adobe Adobe after effect.  user: [email protected]

    Hello Anton

    I checked your account and see that you had a first CC, After Effects CC & a full subscription of creative cloud.

    I cancelled the subscription Premiere and After Effects for you.

    Let me know if you need assistance.

    Thank you

    Scott

    Follow us on Twitter @AdobeCare

  • Lightroom 6 develop Mode.  Screen loupe and compare view after screen show blue background with two diagonal lines of tbrl top low right another top right at the intersection of criss left in the Center.  If I move to another photo, the program stops

    Lightroom 6 develop Mode.  Screen loupe and compare view after show blue background wallpaper with two diagonal lines left and top right side of the other top right at the crossroads criss left in the Center.  If I move to another photo, the program no longer works and ends by asking me to close the program. Help?

    Go to your Lightroom preferences, performance tab, uncheck the option of the graphics processor.

  • copy and drag two are two attached lines

    HI - back to small versions numbers Illustrator you could highlight a row hold down the ALT (mac), and then drag the line so it would be 'split' the line into two lines but keep the original anchors in the same place. How can I best describe it? Imagine you have a curve with an anchor at each end... now click and hold, alt drag, and you create a banana shape.

    It's a piece really lovely feature which seems to have disappeared - I'm wrong or was I dreaming?

    Does anyone know how to do this in the latest version? 214.0.0...

    Thnaks

    Martin

    Try it with the Reshape tool:

  • When I select the dough and special option only first two selectable WHY options?

    Salvation;

    When I select Paste and special option only two selectable options. Why can I selects two other options?

    Tea (P.80) Dreamweaver CS4 Missing Manual the first two are supported for all operations of collage and the last two are available only when you paste from Microsoft Word or Excel

  • Problems with sorting of columns and the number of lines in the report

    Hello

    I'm having a problem with sorting of columns and the number of lines displayed in a report.

    This report displays the data correct, but if I try to sort on a column when I click on the column heading in the report returns no line... I need to click on the "go" button to refresh the report (with the column sorted now) in to display the data.

    Similarly, I display only 15 lines per page. If I try to view the lines 16-30, 31-45, etc., that it returns no line until I click on the 'go' button to refresh again.

    Has anyone else had (and overcome) the same problem?

    Thank you

    Joseph

    Joseph,

    2 questions:

    1) are you using the elements referenced by the report page to filter etc.. ? If so, you're failing values of these when the loading of the page?
    (2) are you using PPR page through the results?

    If so, it could be a problem with the different types of session state, as Anton Nielsen blogged about here:
    http://c2anton.blogspot.com/2008/12/Oracle-Application-Express-Apex-three.html

    If so, you can use calculations or processes to set element values in session state persistent during page rendering, as Anton mentions. In this way, when you use PPR page values will be available in session state and your report should work fine.

    Anthony.

  • Error update of two reports on the same page! Could you please have a look?

    Hey guys!

    I have the following situation:

    two updated reports on a single page with ID "DATE_REPORT" and "WORK_REPORT".
    two processes of pl/sql on submit after named 'SUBMIT_DATE' and 'SUBMIT_WORK' c...
    two buttons named 'SAVE_DATE' and 'SAVE_WORK '.
    Finally, the process of the insert and update are conditioned to a request = 1 where for the "DATE_REPORT" Expression, it is set to 'SAVE_DATE' and 'WORK_REPORT', it's logically on 'SAVE_WORK '. There is no condition extra button.

    My problem: I press any button, the table is accumulation in the columns of the first report and continues to add lines of the second report.

    For example: "DATE_REPORT" has 11 lines and "WORK_REPORT" has 9 lines. In debug mode, I see that the picture is piling using the 'DATE_REPORT' although 'SAVE_WORK' has been accepted as a demand. The same problem vice versa for the other update.
    ......column CNT_ARBEIT_CRIT_DATE mapped to WWV_Flow.g_f02
    ......column LNG_ARBEITSSCHRITT mapped to WWV_Flow.g_f03
    ......column STR_ARBEITSSCHRITT not mapped - not stateful.
    ......column DATE_GP_X_START mapped to WWV_Flow.g_f04
    ......column DATE_GP_X_END mapped to WWV_Flow.g_f05
    ......column DATE_R_X_START mapped to WWV_Flow.g_f06
    ......column DATE_R_X_END mapped to WWV_Flow.g_f07
    ......column LNG_GEBIET mapped to WWV_Flow.g_f08
    ......column CS not mapped - not stateful.
    ...array has 20 row(s). Used f08 to count.
    
    Validate report columns(ApexLib_TabForm.validateColumns)
    Row 12 has checksum error. ORA-01403: no data found ORA-01403: no data found ORA-01403: no data found
    ...Row 12
    ...LNG_ARBEITSSCHRITT
    ...CNT_ARBEIT_CRIT_DATE
    ......is not required
    ...LNG_GEBIET
    ......is not required
    ...DATE_GP_X_START
    ......is not required
    ...DATE_GP_X_END
    ......is not required
    ...DATE_R_X_START
    ......is not required
    ...DATE_R_X_END
    0.00: A C C E P T: Request="SAVE_WORK"
    How can I make sure that the tables are made from the reports which are the subject of the update?

    Thank you very much for reading this post and give help if you have an idea!

    Kind regards

    SEB

    Published by: skahlert on 13.03.2010 10:57

    Hi Sebastian,.

    what you want to achieve is indicative of the browser not to send the region A fields when you want to commit region B.

    You have several options:

    (1) do not make the region all the (conditions of the region)
    (2) send any content and to ignore the lines of region A in your area of PL/SQL
    (3) the region has to withdraw before submitting the page (for example with jQuery: jQuery("#__).remove())

    But maybe you should start by rethinking your application, do you really want 2 different TabForms on a single page.

    Peter

    + Blog: http://www.oracle-and-apex.com+

  • The text element values value when the user clicks a report line.

    The text element values value when the user clicks a report line.

    I have a report based on the EMP table and two elements P911_EMPNO, P911_DEPTNO. When I click on one of the lines the EMPNO and DEPTNO is copied to the text elements.
    It works fine if I leave the EMPNO and DEPTNO as SHOW report, but if I then these clear values are not retrieved the report form (my javascript is very limited).

    I need a method to retrieve the data hidden in the report and display in the text without the reposting of the page elements.

    Also, would be nice if the line was highlighted until another line is clicked but especially is my priority.

    Elements
    P911_EMPNO, P911_DEPTNO (field of disabled text, saves the State)

    Report
    Select * from emp using the model of report below.

    Custom model.
    standard_report_cust_P330-a copy of the standard report with a change model.
    BEFORE EACH LINE
    < tr onclick = "selectRow (this);" #HIGHLIGHT_ROW # >


    * Javascript in the Page Header.*
    < script language = "JavaScript1.1" type = "text/javascript" >
    function selectRow (p_tr)
    {
    var l_deptno = p_tr.childNodes [8] .innerHTML;
    var l_empno = p_tr.childNodes [1] .innerHTML;
    html_GetElement ('P911_DEPTNO'). Value = l_deptno;
    html_GetElement ('P911_EMPNO'). Value = l_empno;
    }
    < /script >

    If anyone has any ideas. Thanks, Pete

    Hello

    When you use this type of report model, you actually control on where the column values are used - and they can be used several times.

    For example, a setting of 'Model line 1' for one such model could be:

    <tr>
    <td class="c1">#1#</td>
    <td class="c2">#2#</td>
    <td class="c2">#3#</td>
    <td class="c2">#4#</td>
    <td class="c3">#5#</td>
    </tr>
    

    #1 # fact refers to the data in the first column, #2 # for the second and so on. So you can do:

    <tr onclick="javascript:dosomething('#1#','#2#');">
    <td class="c1">#1#</td>
    <td class="c2">#2#</td>
    <td class="c2">#3#</td>
    <td class="c3">#5#</td>
    </tr>
    

    For example, by clicking on the line would trigger the dosomething() function and pass in that the values of the first and second columns. Also note that the 4 # does not appear now - this column is 'hidden' (but note that you must check the box to show the column)

    Andy

  • FaceTime will not open on my Macbook pro (el capitan).  Message: "FaceTime close unexpectedly.  Click Reopen to reopen the application. Click report to display more detailed information and send a report to Apple. "Please help me.

    FaceTime will not open on my Macbook pro (el capitan).  Message: "FaceTime close unexpectedly.  Click Reopen to reopen the application. Click report to display more detailed information and send a report to Apple. "Please help me.

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Step 1

    For this step, the title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    In the upper right corner of the Console window, there is a search box to filter. Enter the name of the application crashed or process. For example, if Safari has crashed, you would enter "Safari" (without the quotes).

    Each message in the journal begins with the date and time when it was entered. Select the messages since the time of the last fall, as appropriate. Copy to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost everything that is not relevant to solve a particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name, may appear in the log. Anonymize before posting.

    Step 2

    In the Console window, clear the search box, and then select

    DIAGNOSIS AND diagnostic USE information reports ▹ user

    (not diagnose them and use Messages) in the list of logs on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points downwards. You will see a list of reports of incidents. The name of each report begins with the name of the process and ends with ".crash". Select the most recent report on the process in question. The content of the report is displayed at right. Allows you to copy and paste to validate all of the content, text, not a screenshot.

    I know that the report is long, perhaps several hundred lines. Please report all this anyway. If the report is only a few lines, make sure that you have disabled the search box.

    If you don't see any report, but you know, he had an accident, you have chosen diagnostic and using the list of Log Messages. INFORMATION on the USE of DIAGNOSTIC AND choose instead.

    In the interest of privacy, I suggest that, before posting, you change the UUID ' anonymous, ' a long string of letters, numbers and dashes in the header of the report, if it is present (it cannot be). "

    Please do not post other types of diagnostic report - they are very long and rarely useful.

    When you post the journal excerpt or the accident report, you might see an error message on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

Maybe you are looking for