Dynamic reports for different access levels

<p> </p><p>I want to create a report using Hyperion Report which will showthe data dynamically.</p><p>I have certain hierarchy in my dimesions and there are differentusers associated with different hierarchy levels.</p><p>E.g. Person1 can access only Level 0 data. Person 2 can accesslevel 1 and level 0 data. Person3 can access level 2, level 1 andlevel 0 data. Basically any user can access data of all itsdescendants.  </p><p> </p><p>All this needs to be done using same report becuase they areviewing same kind of reports , but just the different levels ofdata.</p><p> </p><p>Please guide me, how to implement this using Hyperion Reports.It would be a great help.</p><p> </p><p>Thank you.</p>

Hi again
Well, here's the way it may work for a compiled .CHM setup.
If you are using compiled .CHM files, I'm guessing your software is
modular. Meaning that at the time it is installed, the user has
options of choosing between the following modules:
Module 1
Module 2 - 9
Module 10
In this setup, you would create help that is generic that all
modules would need. That one would be the Master. Then you would
create separate projects for the remaining modules. You would then
provide it all to the person that handles the installation program
for your application. That person would then handle configuring the
installer application so that only help for the actually installed
modules is installed. If a module has been excluded, help is not
installed for that module and doesn't appear and is not available
to the user.
Hopefully that makes sense to you. If not, ping back and I or
someone else will take a stab at another explanation.
Cheers... Rick

Similar Messages

  • How can I run the report for different input values at the same time?

    Reports version: Report Builder 6.0.8.13.1
    Oracle version: Oracle8i Enterprise Edition Release 8.1.7.0.0
    I want to run the same report for different input parameter values and spool each o/p to different file and ftp to a server. For this, as a first step, I am spooling different input values in to a file, reading those values through a loop and calling the report for that input values. Each report run/execution is taking 15 minutes. Total report execution is taking approximately 4 hours (assuming 16 different input values) to complete. So I have to wait 4 hours to see ALL outputs.
    I would like to run the report parallel for ALL the input values and I should be able to see the ALL outputs with in 15 or 16 minutes.
    In my shell script, I added & symbol at the end of the report call to start/run the job in the background. Due to this the control passed to the next step after the report call. At this place I have an ftp command to send the output file to a different server and it is giving error some thing like “o/p file is not available/created yet". This is due to the fact that report writer is NOT yet completely started/initiated or it is NOT completed the spooling.
    How can I run the report at the same time for all the input values and save the time?
    Thanks in advance.
    Kishore.

    Increase the number of server engines running right now it seems there is only one engine running ,increase it to 4 or 6
    and then atleast 4 or 6 reports will run simultaneously.
    For FTPing the output add to your sript to check whether it is locked and if not then only try to ftp .
    Also for more better functionality read the document (chapter 15 ) for 10g reports for its new fuinctionality.
    http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/toc.htm
    Thanks
    Subodh

  • How to set different default interactive reports for different user groups?

    I'm probably overlooking an obvious solution, but how do I set different default interactive report for different user groups?
    For the same interactive report, I want one set of users to see a default where the default filter is based on column X. However, another group of users doesn't have authorization to see that column so I need to set the default filter to something else for them.
    Thanks

    You can set a filter on a report in a URL - would that help? I think with apex 4.x you can also link to a saved default report or alternative report...

  • Is it too much to ask from apple, an option for different volumes levels from different apps, including alarm, text, email, basically from every posible app?

    Is it too much to ask from apple, an option for different volumes levels from different apps, including alarm, text, email, basically from every posible app?

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • T-codes to get payment run report for different company codes?

    Hello sap gurus,
    I have a scenario like -
    > use of IDocs to process vendor and employee payments. Both bank transfers and checks will be processed through interface.
    Now, What is the t-code to get report for payments for different customer, comp codes and vendor?
    I am new to SAP in testing.
    Appreciate ur help......
    Regards,
    Shamsher
    Edited by: shamsher123 on Jun 4, 2010 11:52 AM

    Hello,
    See the List below hope this will help.
    MIR5 - Display List of Invoice Documents
    S_ALR_87012105 - List of Down Payments Open On Key Date - Vendors
    S_ALR_87012085 - Vendor Payment History with OI Sorted List
    S_P99_41000099 - Payment List
    Prashant Rathore.

  • How to restrict data in reports for different users...

    i created a monthly_sales report on XYZ_SALES_FACT table
    i have to give restriction on reports based on the users.
    i.e. user_1 will access only NORTH region sales info on monthly_sales report
    user_2 will access only SOUTH region sales info on monthly_sales report etc.
    Note: my client is not agreeing to create multiple reports based on the user/region.
    how i have to give user restriction on report based on the users?

    Hi,
    You can create a VPD policy and then create a login trigger and pass SSO client_indentifier or database session_user (use if/then/else to protect both)
    You can check here for the VPD/login trigger.
    Disco Config Guide
    http://download.oracle.com/docs/html/B13918_03/security2.htm#sthref1002
    OTN articles
    http://www.oracle.com/technology/obe/10gr2_db_vmware/security/vpd/vpd.htm
    http://www.oracle.com/technology/oramag/oracle/04-mar/o24tech_security.html
    You can also use secure views, mandatory conditions in the EUL, etc.
    Some other related forums entries:
    Re: Using VPD with Oracle Discoverer without SSO
    Re: Restrict Data for a user without VPD
    May want to search, likely many others on the subject.
    Should give you a good place to start.
    Regards,
    Steve.

  • Smart form for different header level data

    Hi,
    I need to design a smart form,in th samart form i have 2 header records and for each header reocrd again 10 item records.
    My form shd print with fst header record  and its item records and after ending fst header record details it shd give 2nd header record and its item records.
    For example I have Header records A and B
    A have 1 2 3 4   5 item records and
    B have 7 8 9 10 11 item records
    My form shd be
    A----
    1
    2
    3
    4
    5
    b----
    7
    8
    9
    10
    11
    Any inputs please
    Regards
    Rasheed
    Edited by: Rasheed salman on Mar 19, 2009 5:33 PM

    You can use the SORT to have different header.
    You must be having some indicator in your ITEM table to distinguish different set of data.
    In the TABLE node, Under the DATA tab, give your field in the Sort Criteria.
    Select the check box Event on Sort Begin.
    This will create a new node under the HEADER and MAIN area of your table. In this Node, you can put your Header to have it different for different set of records.
    Like:
    MAIN window
    .. TABLE with sort of field1
    .... HEADER
    .... FIELD1 sort begin "use this for Header
    .... MAIN
    Regards,
    Naimesh Patel

  • Run a query multiple times in the same report for different nodes in Hier

    Hi,
    I have created a query as per my requirements. But my issue is I need to run the report for all the profit centers in a hierarchy. Right now I enter a node value of the hierarchy in the variable and I get the result. But I want to run it for each node in the hierarchy and display the result in the same report.Is it possible to do so in web using information broadcaster or any BI 7.0 tools. Has anyone done similar to this in web. I would prefer the web route rather than the excel but if excel is the only answer I will follow the excel path.
    Looking forward to your suggestions on this.
    Thanks,
    Kal

    Hello Kal,
    if the number of Profit Centers is limited, you could probably work with query views (one for each PC) and include all these into your Web Template.
    If this is not appropriate, I don´t know if there is any way of programming possible.
    Regards
    Cornelia

  • Report for public access

    Hello there,
    I would like to create reports based on specific projects. But when I open the template within PWA, it doesn't show my lready published projects. Why not?
    Further I'd like to make the reports available for public, but it seems that I am restricted to the users that are registred in my o365 domain. Wouldn't it be easier to share reports for public? Or do my users even have to have an project account to view
    those files?
    Thank you for helping with my beginner-questions.
    Regards,
    Peter

    Peter,
    Yes, I agree that it is difficult to convince the organization on the licensing part, but i believe it is the same model for SAP or any other enterprise system.  My understanding is that, as long as the report is not "automatic", and is manually
    genarted and displayed, users will not need a license to view the data. As I mentioned, you might want to discuss the options with your local Microsoft Rep., as, I am not a MS Product Licensing Expert.
    As far as building the report, please take a look at Paul Mather's blog: https://pwmather.wordpress.com/. He has several nice posts about BI. Once the report is built, I would think it would be just a metter of displaying it on the BI Site and then
    sharing it with appropritely licensed part of the org,
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Scheduling Reports for different Responsibilities

    We are using discoverer 10g with Oracle Apps 11i
    Can someone share some input on the following.
    If I schedule a report, can users from two different countries say US and Canada access the results and get their respective data.
    By this I mean if a user has US Responsibilities he will get US data - if a user has Canadian Responsibilities he will get Canadian Data.
    Thanks in advance

    It is not just a question of scheduling.
    The question is whether the Discoverer report is based on base tables (eg with an extension of _all) or views.
    If it is based on all tables, you may need to pass the Orgid as a parameter to filter the data and schedule it for that organization.
    If it is based on Views, then you will need to schedule the report from the 2 different responsibilities - US or Canada

  • How can I restrict the user to run the report based the access level at access table backend?

    I have a report which pulls data of servicetickets. Now I have to work on security part which should retrict the people to look for specif sales team tickets based on their access at backend. They should access the tickets of the sales teams which they have
    access. Can anyone help on this.
    Thanks,
    Swapna

    Getting error as
    Msg 536, Level 16, State 2, Line 7
    Invalid length parameter passed to the RIGHT function.
    and
    (Tut.AdloginID
    = RIGHT(@ReportUser,
    PATINDEX('%\%',
    REVERSE(@ReportUser))
    -1)
    OR
    EXISTS (
    SELECT *
    FROM dbo.TicketingUserTeams Tut
    WHERE Tut.Team
    = 'Ticketing Admin'
    AND Tut.AdloginID
    = RIGHT(@ReportUser,
    PATINDEX('%\%',
    REVERSE(@ReportUser))
    -1)
    Swapna

  • XML PO PRINT REPORT for different Operating Units

    Hi all,
    We are stuck at a point, hope someone helps us out.
    Requirement : We need to generate PO print report in pdf format for US and Mexico , both having different layout.
    Things done : We customized standard PO Print report to fetch XML output from it, and attached rtf(developed) to it.
    Things working fine : For US , report is perfectly fine and looks good.
    Issue : We need to generate for Mexico as well with different format.
    We have value in xml tags which can distinguish between US and Mexico OU's and we can simple use if else condition in the template itself .
    Here limitation is we have made MS word header as the PO header so we are not able to create different header for Mexico in the same rtf.
    We dont want to complicate the rtf much with more loops by removing it from Header and then page break and all.
    Can someone suggest something like use one rtf which handles both the format OR two different rtf registered for same concurrent program and which are called on the base OU.
    We are totally fine if we can do something while registering to Apps.
    Please let me know if any one wants more information.
    Hoping for a positive reply.
    Thanks in advance.

    Hi Vishal,
    Assuming you are using R12+, you can have seperate templates used for differrent OUs. In the PO Approval workflow it shall pick the respective template.
    During submission of concurrent program "PO Output for Communication", you can specify the right template in the input parameters.
    Regards,
    G V Ranjith

  • Need help in dynamic report for a range of year and period

    Dear all,
    I need help in creating an ALV report with dynamic columns based on the Year and period entered on the selection screen. for example if in the year we enter 2002 and period range from 10 to 12 then we should get the 3 columns display for cost(example) for period 10/2002, 11/2002 and 12/2002.
    Can anyone help me in achieving this dynamically since the user can enter the year also in intervals along with the period and data also needs to be populated in the corresponding columns.
    An example code would be of great help.
    Thanks,
    Amit

    Hi,
    Use field symbols as follows.
    TYPE-POOLS : SLIS.
    TABLES : MARC,T001W.
    DATA : BEGIN OF ITAB OCCURS 0,
           MATNR LIKE MARC-MATNR,
           END OF ITAB.
    DATA : FIELDSTAB TYPE LVC_T_FCAT,
           STAB      TYPE LVC_S_FCAT,
           T_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
           S_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
           NEW_LINE TYPE REF TO DATA,
           NEW_TABLE TYPE REF TO DATA,
           INDEX(3) TYPE C,
           STR(70),
           TEXT(6),
           CNT(1),
           TEXT1(16),
           REPID LIKE SY-REPID.
    FIELD-SYMBOLS : <FS> TYPE STANDARD TABLE,
                    <WA> TYPE ANY.
    SELECT-OPTIONS : S_WERKS FOR MARC-WERKS NO INTERVALS,
                     S_MATNR FOR MARC-MATNR NO INTERVALS.
    INITIALIZATION.
      REPID = SY-REPID.
    START-OF-SELECTION.
      SELECT * FROM MARC
               INTO CORRESPONDING FIELDS OF TABLE ITAB
               WHERE MATNR IN S_MATNR
               AND   WERKS IN S_WERKS.
      SORT ITAB BY MATNR.
      DELETE ADJACENT DUPLICATES FROM ITAB COMPARING MATNR.
      STAB-FIELDNAME = 'MATNR'.
      STAB-DATATYPE  = 'CHAR'.
      STAB-INTLEN    = '18'.
      APPEND STAB TO FIELDSTAB.
      CLEAR CNT.
      LOOP AT S_WERKS.
        CLEAR TEXT.
        CNT = CNT + 1.
        CONCATENATE  'EISLO' CNT INTO TEXT.
        STAB-FIELDNAME = TEXT.
        STAB-DATATYPE  = 'CHAR'.
        STAB-INTLEN    = '16'.
        APPEND STAB TO FIELDSTAB.
        CLEAR S_WERKS.
      ENDLOOP.
      CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = FIELDSTAB
        IMPORTING
          EP_TABLE        = NEW_TABLE.
      ASSIGN NEW_TABLE->* TO <FS>.
      CREATE DATA NEW_LINE LIKE LINE OF <FS>.
      ASSIGN NEW_LINE->* TO <WA>.
      PERFORM MOVE_DATA.
      CLEAR S_FIELDCAT.
      S_FIELDCAT-FIELDNAME = 'MATNR'.
      S_FIELDCAT-TABNAME = ITAB.
      S_FIELDCAT-SELTEXT_M = 'Part Number'.
      S_FIELDCAT-NO_ZERO = 'X'.
      S_FIELDCAT-DDICTXT   = 'M'.
      APPEND S_FIELDCAT TO T_FIELDCAT.
      CLEAR CNT.
      LOOP AT S_WERKS.
        CLEAR T001W.
        CNT = CNT + 1.
        SELECT SINGLE * FROM T001W WHERE WERKS = S_WERKS-LOW AND SPRAS = SY-LANGU.
        CLEAR TEXT.
        CONCATENATE 'EISLO' CNT INTO TEXT.
        S_FIELDCAT-FIELDNAME = TEXT.
        S_FIELDCAT-SELTEXT_M = T001W-NAME2.
    S_FIELDCAT-NO_ZERO = 'X'.
        S_FIELDCAT-DDICTXT   = 'M'.
        APPEND S_FIELDCAT TO T_FIELDCAT.
        CLEAR S_WERKS.
      ENDLOOP.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          IT_FIELDCAT = T_FIELDCAT[]
        TABLES
          T_OUTTAB    = <FS>.
    *&      Form  MOVE_DATA
          text
    FORM MOVE_DATA.
      LOOP AT ITAB.
        CLEAR STR.
        CONCATENATE ITAB-MATNR ' ' INTO STR SEPARATED BY SPACE.
        LOOP AT S_WERKS.
          CLEAR MARC.
          SELECT SINGLE * FROM MARC WHERE MATNR = ITAB-MATNR AND WERKS = S_WERKS-LOW.
          IF SY-SUBRC EQ 0.
            CLEAR TEXT1.
            TEXT1 = MARC-EISLO.
            CONCATENATE STR TEXT1 INTO STR SEPARATED BY SPACE.
          ELSE.
            CONCATENATE STR '0' INTO STR SEPARATED BY SPACE.
          ENDIF.
        ENDLOOP.
        <WA> = STR.
        APPEND <WA> TO <FS>.
        CLEAR ITAB.
      ENDLOOP.
    ENDFORM.                    "MOVE_DATA
    Reward points if helpful.
    Regards,
    Sankar..

  • Statistic report for folder access

    Is there a way to execute a report that return Folder accesses by Oracle Webdb22 User

    Hi,
    You have created a KM Navigation iView and assigned to users right. Using Standard Portal Activity Report tables we can get the list of Users who viewed the particular Page/iView. Not sure whether they have read that document or not.
    Please check the below link for details:
    http://help.sap.com/saphelp_nw04/helpdata/EN/48/6aa9429b930b31e10000000a1550b0/frameset.htm
    Regards,
    Srinivas

  • Dynamic structure for different tables

    Hi All,
    My requirement is, a table has to be given in the selection-screen and i have to download the data of that particular table.
    My doubt is, here we are passing the table names dynamically, so how can we assign the structure to the different tables.
    Any clues...
    Senthil.

    Hi
      Maybe the below code can help you.
    TYPES: c80(80).
    DATA: i_src TYPE STANDARD TABLE OF c80 WITH HEADER LINE.
    *DATA: lin TYPE i.
    *DATA: msg(240).
    FIELD-SYMBOLS: <field> TYPE ANY.
    DATA: headline(255).
    PARAMETERS: p_tab TYPE dd03l-tabname OBLIGATORY VALUE CHECK.
    DATA: tabstr LIKE p_tab.
    DATA: layout(3).  " 'A' = ALV, 'L' = ABAP-Liste
    SELECTION-SCREEN BEGIN OF BLOCK layout WITH FRAME TITLE text-001
                                           NO INTERVALS.
    PARAMETERS:        p_alv  RADIOBUTTON GROUP layo.
    PARAMETERS:        p_list RADIOBUTTON GROUP layo.
    SELECTION-SCREEN END   OF BLOCK layout.
    DEFINE src.
      concatenate &1 &2 &3 &4 into i_src separated by space.
      append i_src.
    END-OF-DEFINITION.
    START-OF-SELECTION.
      CONCATENATE '''' p_tab '''' INTO tabstr.
      CASE 'X'.
        WHEN p_alv.
          layout = '''A'''.
        WHEN p_list.
          layout = '''L'''.
      ENDCASE.
      src 'REPORT' p_tab '.' ''.
      src 'DATA I_TAB TYPE STANDARD TABLE OF' p_tab '.' ''.
      src 'FORM GETTAB.' '' '' ''.
      src 'PERFORM CALLBACK IN PROGRAM' sy-repid '' ''.
      src '        TABLES I_TAB USING' tabstr layout 'IF FOUND.'.
      src 'ENDFORM.' '' '' ''.
      GENERATE SUBROUTINE POOL i_src NAME p_tab. " LINE lin MESSAGE msg.
      PERFORM gettab IN PROGRAM (p_tab) IF FOUND.
    TOP-OF-PAGE.
      CHECK NOT headline IS INITIAL.
      FORMAT COLOR COL_HEADING.
      WRITE headline.
      ULINE.
    *       FORM callback                                                 *
    *       Sämtliche Verarbeitung muss in dieser Routine liegen          *
    *  -->  TAB         Tabelle                                           *
    *  -->  TABNAME     Name der Tabelle                                  *
    *  -->  LAYOUT_TYP  Gewünschtes Layout 'A' = ALV-Grid, 'L' = Liste    *
    FORM callback TABLES tab TYPE STANDARD TABLE
                  USING value(tabname) TYPE dd02l-tabname
                        value(layout_typ).
      DATA: typ,
            len TYPE i,
            pos TYPE i,
            last_field TYPE i.
      TYPES: BEGIN OF ty_header,
               position TYPE dd03l-position,
               reptext  TYPE dd04t-reptext,
             END   OF ty_header.
      DATA: headers TYPE STANDARD TABLE OF ty_header WITH HEADER LINE.
      SELECT * INTO TABLE tab FROM (tabname).
      CHECK sy-subrc = 0.
      IF NOT sy-batch IS INITIAL.
        layout_typ = 'L'.
      ENDIF.
      CASE layout_typ.
        WHEN 'A'.
          CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
               EXPORTING
                    i_structure_name = tabname
               TABLES
                    t_outtab         = tab
               EXCEPTIONS
                    program_error    = 0
                    OTHERS           = 0.
        WHEN 'L'.
    *     Ermitteln der Feldtexte
          SELECT dd03l~position dd04t~reptext
                 INTO TABLE headers
                 FROM dd03l
                 INNER JOIN dd04t
                 ON dd04t~rollname = dd03l~rollname
                 WHERE dd03l~tabname = tabname AND
                       dd04t~ddlanguage = sy-langu AND
                       dd04t~as4local = 'A' AND
                       dd04t~as4vers = 0
                 ORDER BY dd03l~position.
    *     Ermitteln des letzten auszugebenden Feldes und
    *     Festlegung der Überschrift
          FORMAT COLOR COL_HEADING.
          CLEAR pos.
          READ TABLE tab INDEX 1.
          DO.
            CHECK sy-index > 1.
            ASSIGN COMPONENT sy-index OF STRUCTURE tab TO <field>.
            IF sy-subrc NE 0.
              EXIT.
            ENDIF.
            DESCRIBE FIELD <field> OUTPUT-LENGTH len TYPE typ.
            READ TABLE headers INDEX sy-index.
    *       Überschriften numerischer Felder rechtsbündig
            IF typ CA 'NPIF'.
              WRITE headers-reptext(len) TO headline+pos(len)
                    RIGHT-JUSTIFIED.
            ELSE.
              WRITE headers-reptext(len) TO headline+pos(len).
            ENDIF.
            last_field = sy-index.
            pos = pos + len + 1.
            IF pos > 254.
              EXIT.
            ENDIF.
          ENDDO.
          WRITE AT sy-linsz ''.
          FORMAT COLOR COL_BACKGROUND INTENSIFIED OFF.
    *     Ausgabe der Tabelle
          LOOP AT tab.
            NEW-LINE.
            DO last_field TIMES.
              CHECK sy-index > 1.
              ASSIGN COMPONENT sy-index OF STRUCTURE tab TO <field>.
              WRITE: <field>.
            ENDDO.
          ENDLOOP.
      ENDCASE.
    ENDFORM.
    Thanks to the original progam provider.
    Kind Regards
    Eswar

Maybe you are looking for

  • Replies often go to wrong SMTP when message in local folders

    This happens for me when replying to a message, M, in the following cases: A: M is in a local folder. B: The To and CC fields do not match the receiving account. Previously the reply went to the right place, presumably because the SMTP server was loo

  • Can't get GX60 to use its dragonslaying-lavaspitting-overpowered Radeon HD 7970M

    Hello everyone, I have recently bougth the GX60 Hitman Edition (OS-less) and installed Windows 8 on it. Got most of the drivers, among which the chipset one (ATI Comel Chipset/VGA driver). I installed some games and found out all of them were running

  • Auto Numbering?

    Hi again gents and ladies, Just a quick question this time, as I have much to be getting on with (although I must be honest and say I'd much rather be browsing a forum than some of the stuff I have to do this week ).... The question is this: Is there

  • Error: Cannot Display Page error while implementing custom search

    Hi All, I have implemented custom search similar to seeded search.After searching the values are displayed in advance table.Here I have created custom VO and able to search the results and displaying in advance table.While after clicking on show/hide

  • Communicate with LabVIEW RunTime Application

    Hi all. I have an application created in LabVIEW, and I built an executable file from it (Let's call it App1.exe). While App1 is running it sometimes generates an exception and is aborted. The problem is that the Run-Time APP1.exe GUI remains open (W