CurveSnippet referenced on another REPORT sheet

Hi all

Does anyone know how to refer to an extract from curve on another sheet in a DIAdem report?  Basically I have a chart on a worksheet and the legend in a table on the next sheet.  I need to show a clip of curve for each entry in the legend, but I can't run the table on the next page.  When the legend is on the same sheet as the graph, it works.  Even if I copy the work table of the graph on page one page excerpts disappear.  The code that runs when the table is on the same page as the graph is:

D2TabTextList(1, j) = "@@CurveSnippet(""2DAxis1"", """&j&""", 20)@@"

And my attempt to make code reference from the legend page, that does not work:

D2TabTextList(1, j) = "@@CurveSnippet(Report.Sheets(""Summary (cont.) 2"").Objects(""2DAxis1""), """&j&""", 20)@@"

Thank you in advance for your help!

Hi GT_Mark,

It is currently not possible. CurveSnippets are just working on the page where the axis system is defined.

Think you to post this request on the Forum for the exchange of idea tiara?

Greetings

Walter

Tags: NI Software

Similar Questions

  • Using results of a report as settings for another report to the Disco

    I was wondering is it possible to use the results of a report as parameters to another. For example, a report that produces a list of let say number of employees. Can these employees number then injected into another report, it's settings, instead of manually select employees. I use discoverer 4.1.

    Any help would be appreciated.

    Thank you

    Hello
    Because you are using Desktop it may be possible. Office has a way to transmit the results of one column to a second worksheet.

    Here is a simple workflow:
    1. create the spreadsheet that will generate the list of employee numbers
    2. create the worksheet (in the same workbook) that must use the list of numbers
    3 create a new condition on the number of employees and in the drop-down list, select Create subquery
    4. in the dialog box, select the worksheet, and the column that you want to use, and then click the OK button
    5 test that it works

    Discoverer 10 and 11 Oracle introduced what is called hyper exercises where a user can drill a pre-built map sheet to another pre-built, passing the values of parameter or the cell of the first sheet in the second as parameters. Both worksheets not even need to be in the same workbook.

    However, even this feature can be used to transmit the entire result set, so because you use Desktop I think you'll be fine.

    Furthermore, anyone reading what is using 10 g or 11 g the same feature exists in Desktop here too. The cool thing is that if you create a new workbook with a worksheet that uses a subquery in a different worksheet in the office 10g or 11g and then open the workbook in more or spectator the subquery will still work. The not so cool, is that you can only create and maintain these subqueries use of Google Desktop.

    Best wishes
    Michael

  • How to use an option button in the report of the IR to redirect itself to view another report

    IHH team, I have a requirement where I have an IR report option button. By clicking this radio button, another report appears under the main report with few other details of the selected item. The idea was to have a zoom of report as seen in the Group of MS Excel.  However, I am stuck because I don't want the user to press the "submit" button each time after selection of a radio button. I want the result to Report2 to change on the selection radio button in report 1.

    Please notify.

    Kind regards

    Samar

    for example

    Report1 details

    RB col_id text1 text2 Text3

    1 . abc erd 45

    2 ghj dfgrt 67

    Suppose the user selects the first option button, the page displays another report with details below the main report

    Report1 details

    col1_id text1 text2 Text3

    RB1 1 abc erd 45

    2 RB2 ghj dfgrt 67

    Report2 details

    col1_id col2_id text1 text2 Text3

    1 11 ihj pkpk 78

    1 23 ljl kpk 45

    user6255521 wrote:

    Please update your forum profile with a real handle instead of 'user6255521': Video tutorial how to change username available

    When asking a question, always include the information referred to in these guidelines: How to get the answers from the forum

    I was able to achieve using the linl. I created a link on the col_id and it redirected to itself after you set the value of col2_id. I also changed the style of the button link and so col1_id looks like a button.

    However, I was interested to know if we can achieve this with a radio button and use the update form the Report2.

    You mean like this? It is very simple to implement using dynamic measurements.

    1. Add a column of radio group to the main report:

    select
        apex_item.radiogroup(1, d.department_id) rbg
      , d.*
    from
        oehr_departments d
    

    APEX 5.0, apply a static ID "rbg" to the column of radio group.

    2. create a hidden page unprotected element to maintain the value of the selected radio button to use as a filter in the detailed report. In the example, it is P31_DEPARTMENT_ID.

    3 refer to the element of filter in the WHERE clause of the report detail:

    select
        *
    from
        oehr_employees
    where
        department_id = :p31_department_id
    

    Set the Items property of the Page to send in the definition of report P31_DEPARTMENT_IDretail area.

    4. create a dynamic action of change on the Group of radio buttons:

    Event: Change

    Selection type: jQuery Selector

    jQuery Selector:td[headers="rbg"] input[type="radio"]

    Real Actions

    Seq: 10

    Action: Set value

    Type of value: Expression of JavaScript

    JavaScript expression:$(this.triggeringElement).val()

    Selection type: Article (s)

    Point: P31_DEPARTMENT_ID

    Seq: 20

    Action: Discount

    Selection type: Region

    Region:

    The best way to get help with something like that is for you to reproduce the problem with an example on apex.oracle.com. Set up as much as you can before posting here and when you post the question, share identification information of developer comments for the workspace so that we can see the example and work the solution directly.

  • SQL report to another report link

    Hello

    I use 4 Apex and try to link a sql with another report report. If I was able to use an interactive report, I could easily link to another page, but that would require me to have a primary key. The problem is that I need to connect a few tables. So two questions:

    1.) can I link these via a HTML link to my other page? I have a HTML link in my report which will connect via the URL parameter passing. So can I use HTML in a report?

    (2.) what is the syntax for one parameter passing via URL? Here is my link, that would be:
    a href= f?p=107:40:&APP_SESSION::::P40_NAME:MARK: 
    Are there other ways to achieve this?

    Thank you

    Mark

    Edited by: LondonMark May 23, 2011 04:18

    Edited by: LondonMark May 23, 2011 04:20
  • is the result data for the APEX linkable report, able to put in place another report?

    I'm working on a directory. If the user enters John as first name and Smith as a surname, after "enter" John Smith will appear, with all its details such as his Department, title, email, telephone, rental of office etc.. Is possible that the Department is a link and if the user clicks on the link they will consider the entire Department is the list?

    Thank you very much for the help.

    MZ

    Yes, it is possible... When you build select it, you would go in the setup of the region and the column you want make a link to another report: http://st-curriculum.oracle.com/obe/db/apex/r40/apexirr/apexirradv/apexirradv_ll.htm

    Thank you

    Tony Miller
    Webster, TX

  • How to give a link to another report in a column

    Experts-

    I have a requirement but don't know how to start this.

    I have a hierarchy
    When I click on the last level, for example, on the child, it brings me to another report... where, he must have all the details of this child.

    I have developed the subreport in, the details required and developed the main report... but don't know how to link these two.

    I need invite in my main reports from sub report I should use the same values as filters.

    For now, I've hardcoded the values in the two reports... But I want to create guests and pass those values to the two reports... Please guide me.

    Thank you

    Hello
    We can achieve this using the navigation. Create a report for each hierarchy and create a page for this. Give the navigation to the next level hierarchy report and finally, for the last level of the hierarchy report give navigation to the detailed report.
    Exploration down and Navigation to the last level is not possible.

    Thank you
    Don

  • How to get the print page numbers in a report based on another report

    Hello


    I have a requirement in which I need to print the page based on another report number
    example my game application has 3 reports

    1 report prints the pages 1-100
    Report page no. 2 should start from 101 to 110
    3 report 111-

    Can someone make me please how to do this?

    THX in advance
    Kumar

    Hello

    You can create all report queries three in a single report, create a separate query in the data model and then create the layout in the proper sequence as required.

    If you want to use separate reports only you can try the following:

    In the first report, use the shutter release after report and record the total number of pages of a table as a record.

    In the second report, extract the value stored in the table and add it to the Page No. to get the Page number for the second report.
    Also in the second report use the shutter release after report and update the record created first in the total number of pages + total number of pages of the first report.

    In the third report to extract the value stored in the table and add it to the Page No. to get the Page number for the third report.
    Don't forget to delete the folder created in the trigger after the third report table report.

    I hope this helps.

    Best regards

    Arif Khadas

  • Paass navigation to another report

    Hi all

    I use 7 union queries in my main report.
    I have to navigate from this report to another report, report A report B.
    I have a column in my main report when I break through this column, I want only the filter values.

    To do this, we will keep this A column requested for the passage of this value.

    Second report is also union that drill is not in the way they are filtered in the report
    Could u pls help me
    How can do without drill

    Thank you

    Subhash

    Hello

    Let's say that your column is the region and you use case what condition on this... in hand & reprort detail...

    Then, you do not give the same functionality and filtered is invited.

    Tell you... Region is invited...

    Hope it works...

  • In a dashboard may not an existing rpt be pre filtered by an another report?

    Hi all
    New to BI.
    So here's what I want to do.
    In a dashboard, an existing report can be the pre filtered by another report that its bound form?
    Here is an example of something similar to what I'm trying to achieve:
    -J' have an existing dashboard report that gives a user a list of values, say year and prompts the user to choose one.
    -The report then asked which Department for this year here.
    -According to the Department that they choose and year produces a graph for all statistics collected for each month of this year for this Ministry.
    All simple so far and it works.

    The 'problem' is now there are areas which fall within departments.
    So no, we want pre filter the reports with a selection of the region so that the user sees that the departments of the selected region.


    Now we have reports a little and is 1 of many meanings and I suppose we could return renovation region in all reports.

    But my question is, if we could create a filter that we run and present on the dashboard above all existing reports?

    reuse the example above:
    -New item of dashboard which requires the region. Region is defined.
    -The existing report gives a user a list of values, say year and prompts the user to choose one.
    -The report then asked which Department for the year - but this time shows departments belonging to the region such as selected above.
    -According to the Department that they choose and year produces a graph for all statistics collected for each month of this year for this Ministry.

    Anyone got advice if this is possible and advice on where to start and how to go on this subject?

    Hope I understand. Make the guest of the region 'field of dashboard' and assign a Variable presentation as pv_Region. Then in all your applications, make sure you have a filter region equal to the presentation variable 'pv_Region '. Once the selection has been made, all of your reports will be automatically filtered by the selected region.

  • Running a report by using another report filtering

    Hello

    There are really two questions in this post:

    (i) is there an easier way to select all the contacts who never responded positively to a campaign to filter our report using the output of another report that selects all contacts who have responded positively at a campaign? Although this approach works fine, I was able to successfully run the report on a small sample of the data set. The report, including all contacts who have responded positively at a campaign contains about 8 k record, and our system contains about 12 k contacts. When I ran the report on the full data set, I was unable to get any output even after a wait of 10 ~ 15 minutes.

    (II) if I use the right approach, does anyone know if CRMOD can manage a report filtered on another report with a set of data size described above?

    Any help/comments would be greatly appreciated.

    Thank you

    JP

    Hey,.

    Yes you can do it. Run a historical even if analysis as it is a bit large on the treatment. You have two options here,

    1. create a report with all contacts. Create a report with the Contacts that have responded negatively. Create a report with the Contacts that were created in a positive way. Use the button "Combine Analyses" to end two reports LESS from the beginning. (I'll guess it's what you do)

    2. create the three reports above, this time in the 1st report select your 'Contact-ID' field and use the filter 'Advanced' - 'filter based on a column in another State. You can actually say show me all Contact ID that are not in this report. Do this with the two reports (it works better, but you can't take 8 193 ID in all report filter)

    I hope this helps.

    Oli @ Innoveer

  • How could call a report from another report?

    Dear developers,

    How could call a report from another report?

    is this possible? and what is the call statement?

    Note: I use the 6i report



    Thanks in advance,


    Bil

    Hello

    It seems that you 'open' a quote before: orderby.
    You must "close" this quote after: orderby

    SRW.run_report ("report = SDCRVRF106 Cl_NO ='|"'|: CLIENT_no | "") ' || ' d1='||'''' || :D1 ||'''' ||' d2='||''''||:D 2 ||'' ' |' orderby =' | '''|| : o rderby | " ') ;

    concerning

  • Value from one report to another report

    Hi all

    I want to retrieve a value calculated based not formula not in the database from one report to another report.is is possible?

    Thank you and best regards,
    Konrad.

    Do you mean to another grid in the same report, or a totally different report?
    If it is an independent report, I don't think that will be possible.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Navigation in a report to another report

    Hello
    I have a 'Detail' column with an image (arrow) is when I click on this image (Arrow), he must go and view another report.
    I tried with the option to navigate . But "no chance." Can someone help me please

    Thank you and best regards,
    V.Saichand

    Hello

    We try keys to access url.

    Click on change to the target report. In the address bar of copy the link and paste it into a Notepad...
    Replace the answers by GO
    Now, it looks like to...
    http://localhsot:9704/Analytics/saw.dll?go&path=/users/administrator/sample%20Sales/UserInptRPT
    (UserInptRPT here is my report name)

    Go to the properties of that particular column... Click on the check box Substitute of default data Format
    Now select the hyperlink , and then select the Custom Text Format. (To do this, step by step, do not select directly, custom text Format so that you do not build all the code... it gives you the existing code...)

    Now, replace @H by the GO URL and click ok to save the settings.

    Now try to run the report.
    Hope need you the target report...

  • Display prompt then navigate to another report

    Hello

    I have a first report that display values. When I click on the value I navigate to another report. I have a problem. When the second report is open, guests are not display so my second report is too long and irrelevant.

    Can you help me to find a way to do it. The best would be to show the second report, based on the value of the first report. (the value of the first report is considered to be a command prompt).

    Kind regards

    When you create the second report, you want to create a filter on the column with the value "is invited". Then when the user navigates on the second report, it will be filtered according to the value that drill down on a user.

    For example, if the user explores the activity Id, the second report would have a filter on the activity Id and the operator is set to "Is invited".

    Good luck
    Thom

  • LabVIEW 2015, some of the Excel worksheet data moving to another Excel sheet

    Hi, guys.

    I want to achieve functional on the transfer of data between the Excel sheet.

    For example I get addresses of the cell, then the data in the passage of the address to the other Excel sheet a particular cell.

    What can I do? Thank you.

    Report generation Toolkit a buit in VI you can use for your fact condition, but its an add we toolkit to separate license.

    ActiveX doesn't require external tools, but need to create your own LabVIEW Code using properties and methods.

    Look at this thread which will be useful for creating custom code using Activex.

    http://forums.NI.com/T5/breakpoint/Excel-Board/m-p/379682/message-UID/379682#U379682

Maybe you are looking for

  • Full Screen anti-aliasing

    Well, today I have a question about disabling Full Screen anti-aliasing.  I installed Windows 7 on my Windows Vista OS in October when Windows 7 is released in stores.  I had a few games installed on my PC before upgrade me to Windows 7, but since I

  • Java and Adobe/flashpalayer update kill my computer

    Hello Whenever I update Java or Adobe, my computer works fine until I switch off. When I turn it on everything, the Tower does not illuminate properly, switch the Monitor flashes power button and a screen empty. After turning power on/off several tim

  • SBH 80 Wont turn on sometimes I think or them.

    Hello My 80 SBH suddenly lights just vibrates for 1 second and the green light blinks for 1 second sometimes it vibrates a little longer and goes into the coupling for 1 second then turns off. If I use it on my old phone this headset is associated wi

  • How to encode the string with unicode?

    Hi, when I change a few byte [] to string, some unicode characters don't display correctly. How to fix this?

  • Corrupted user login

    Corrupted user login Hello everyone I've been looking and after a few tutorials on this problem, but no work, so wrong here let my questions. My computer has 2 users, 1 with admin Preobrajensky and another with no Preobrajensky, last week when I star