Two short questions on Interactive reports

Hello,
I have two questions on passing filter to an Interative report
1) the text that I send to the filter can contain commas. Is it possible to work around this? (comma is interpreted as splitting the filter values)
e.g. f?p=104:19:::NO:19,RIR:IR_BUS1_NAME,IR_IS_OPEN:*Corporate, Other and Eliminations*,Yes
%2C%20other%20and%20eliminations,No,Yes
--> in this case it get messed up when passing to the IR page.
2) anyone know if it is possible to send a IN parameter to an interactive report?
Brgds
Christian

1 \value\ should do the trick
2 Yes, I think so (only done it with ordinary reports and too lazy to check right now!).
Build your string of value1,value2.. in an item then use the &ITEM. syntax in the SQL
HTH,
Chris

Similar Messages

  • N95-3 two short questions

    Hi, yesterday received my new unlocked N95-3 (bronze, like it more than black). But I have two short questions:
    1. Is there anyway to end a call closing the slider? In my N80ie when I close the slider it ends the call (N80 is intelligent enough to know that if it is a BT headset connected closing the slider not end the call...).
    2. In Forum Nokia N95-3 specifications under Extra Features it´s listed PoC (Push To Talk over Cellular), in my N80 the feature is under "connectivity", but in my N95 where is the feature, I cannot find it...
    Thanks in advance.

    Right Darla, noticed that, but sinces Windows Live client still works don´t need for this one.
    By the way, my device arrived yesterday, so I don´t have much time to play with it, but, I could guess that after installed Y-Brownser if I make a search surely will find the PTT executable...
    Right now, the much missed feature to me is the chance to end a call closing the slider as in my N80ie (yeah, just today forgot it and ended up with a 20 minutes call...in my pocket, and yeah, with my girlfriend, lucky me I was driving alone and not talking with anybody). And sure perfect world if I could have the N80 screen resolution in N95 screen size...
    Last issue, with the N80 when I press the middle of the volume button of my BH-800 headset it mutes the line, anoying thing this don´t seems to work with N95...

  • Questions on Interactive Report Icons

    When I created an Interactive Report, rectangular icons have been automatically created on the left side of the report on every line.
    When clicked one of the icons, it displays the details of the line in vertical order.
    Here are my questions:
    1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?
    2. How can I hide the icons?
    3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?
    Thanks,
    Guy

    Hello
    1. When I've hidden some columns in the interactive report and clicked the icon, it does not display hidden column details. But I want to hide those columns only in the report but displays all details when the icon is clicked. How can I do this?You can create another region, or page that will show your row description by identifier or rowid. You can do this by changing Link Column type to "Link to Custom Target"
    2. How can I hide the icons?Go to Interactive Report -> Link Column -> Link Column change to (Exclude Link Column)
    3. How can I use the icons not to display line details but to direct to an editable page to edit the same details?The same as answer 1.
    Best Regards, Kostya Proskudin!

  • Basic question in interactive reporting

    Hi
    I'm a kid in IR, I installed IR Studio 9.3.1 , and I even installed IR web Client from workspace, Can anyone tell me how to login in to web client, I mean I need web address. If my question is wrong ...let me know how IR works , where you develop(I guess obviously in studio) , is there any webadress like planning.
    I appreciate if any one give some basic Idea.
    Thanks
    M.V

    You do not need to "log-in" to webclient. As I suppose (you installed webclient) you are allready logged in to workspace and you only need to import an interactive reporting document (bqy) into workspace. after that you just have to rightclick on the file in your workspacefolder and choose if you want to open the document in html or in webclient. when you choose the client, the plugin will open and you can use many of the functions you also have in the studioclient. in html you only have very few options of editing.
    regards,
    Marius
    Message was edited by:
    user619911

  • Two short questions on timecode

    Hello,
    I've got two short ones on timecode.
    1) These days, I get quite a lot of HDV tapes. Since most of my other footage is shot on DV, I convert HDV to DV. However, when capturing that footage, I do get lots and lots of timecode breaks (I capture whole tapes), but the TC seems to be fine in the HDV player (Sony HVR-ME10). Does anybody else find that HDV tapes have TC breaks?
    2) Totally unrelated, I just read that using Capture Now means that FCP ignores the TC that is on the tape and creates its own on. Is that true? Or is it true only when I choose Device Settings>Non-Controllable Device? I'm just curious, and also it could one day get me in trouble....
    If anyone has any thoughts on these two questions, I'd be thankful.
    And now the best part of the day: LUNCHBREAK!!!
    Cheers,
    Colin
    PowerMac G5 2.5GHz DP and PowerMac G4 500MHz DP
    PowerMac G5 2.5GHz DP and PowerMac G4 500MHz DP    

    It all depends on the project. I have a client who will mark up a transcription of an interview, numbering sections in the intended order. I zip thru the clip putting in markers, naming them with the appropriate numbers (and marking an out for the marker - a very useful feature). I simply turn the markers into subclips (by dragging them into another bin), do a sort by name and drag to the timeline. Very, very fast.
    Oh and a hint. If you're intending to do a numeric sort, always add leading zeros to your clip names (if you have 99 clips, make sure 1 thur 9 are number 01 - 09 - if you have a 100 to 999 clips, make sure you add another leading zero).
    FCP has many, many possible workflows. In my old avid days, I used to obsess about figuring out the fastest way to do things. Now, I concentrate more on doing the creative stuff. But everyonceinawhile, I do have a aha! moment.

  • Question on Interactive report on Apex 4.1

    Hello
    I have a page that I am linking with an interactive report. To the second page I need to pass the filters that is/are chosen in the interactive report. How do I access the filters that are created in the interactive report at run time?
    Is there a way to access the item "Row Contains" that is there in the interactive report?
    Thanks
    aks

    http://stewstools.wordpress.com/2009/02/19/get-ir-where-clause/

  • Question on interactive report

    hello sir in interactive report in output we click on customer feild it open a secandary list. it display a data.if customer is not having any order,then it show some message. tell me how i wil do it

    Hi,
    Try this..
    DATA: BEGIN OF ITAB1 OCCURS 0,
    KUNNR TYPE KUNNR,
    END OF ITAB1.
    DATA: BEGIN OF ITAB_DETAIL OCCURS 0,
    KUNNR TYPE KUNNR,
    VKORG TYPE VKORG,
    END OF ITAB_DETAIL.
    ITAB1-KUNNR = '123'.
    APPEND ITAB1.
    ITAB1-KUNNR = '1234'.
    APPEND ITAB1.
    ITAB_DETAIL-KUNNR = '123'.
    ITAB_DETAIL-VKORG = '1000'.
    APPEND ITAB_DETAIL.
    LOOP AT ITAB1.
    WRITE: / ITAB1-KUNNR.
    HIDE ITAB1-KUNNR.
    ENDLOOP.
    AT LINE-SELECTION.
    LOOP AT ITAB_DETAIL WHERE KUNNR = ITAB1-KUNNR.
    WRITE: / ITAB_DETAIL-VKORG.
    ENDLOOP.
    IF SY-SUBRC <> 0.
    MESSAGE S208(00) WITH 'NO RECORD FOUND'.
    ENDIF.
    CLEAR: ITAB1-KUNNR.
    Thanks,
    Naren

  • Question on Interactive Report feature sorting

    Hi,
    I have about over 10,000 records and used the interactive report feature on Apex. For some reason, on the timestamp column, I tried to resort in the latest date and it only shows the latest date of last year and didn't show the latest date of 2010. I tried changing the timestamp column to sort by descending, and it doesn't show any latest date in 2010, only 2009.
    Could this be an issue with the interactive report issue.
    Thanks,
    Michael

    Hi,
    If you have default 10,000 row limit in interactive report , sorting work only for that record set.
    Increase rows that report show, or you can use ORDER BY in report select to get e.g. 10,000 latest row.
    Br,Jari

  • Question - Resetting Interactive Reports on Different Pages

    Hi,
    I currently have 5 pages, each with an Interactive Report. Page 1 contains column links with filters to the other 4 pages.
    Once a user has clicked a column link with the relevant column filtered on the Interactive Report on the other page, the only way I can see for the user to reset each Interactive Report is to manually reset the report on each page.
    Is there any way to perform the "RIR" or "CIR" clear cache setting on all the Interactive reports for a delimited list of pages via one button click?
    Thanks in advance,
    - Stuart

    Hi Simon,
    The scenario could be that the user clicks on 3 different column links on page 1 and the Interactive Reports on those linked pages are filtered. The user is happy with the information and decides that he/she wants to look for completely different data within the Interactive Report on page 2 (3 or4).
    When they go to that page, it is still filtered based on the column link. To reset the report, they need to manually select Reset from IR menu. This would need to be done for each of the other pages with previously filtered reports.
    The Reset I am looking to perform is almost like when each page is visited. It would be similar to performing a clear page cache on multiple pages and you pass the page number as a parameter from one button click using a PL/SQL block. i.e.
    BEGIN
    APEX_UTIL.CLEAR_PAGE_CACHE('1');
    APEX_UTIL.CLEAR_PAGE_CACHE('2');
    APEX_UTIL.CLEAR_PAGE_CACHE('3');
    END
    Ideally, if there was some way to do something similar for all or specific Interactive reports then it would reduce the number of clicks made by the user.
    The application is to be aimed at users, who need to get information with as few clicks as possible.
    - Stuart

  • 2 questions on interactive reports

    Hi,
    As topic says I have to questions about IR.
    Im building an IR from an apex_collection.
    1. Is it possible to dynamicly set the header values in the IR? As I have different data in the collection it would be nice to set the headers to something depending on the data viewed.
    2. Is it possible to ommit columns that has no value? The apex_collection contains 50 columns and sometimes I would use most of them, at other times I would maybe only use two and would want the rest to be shown.
    Hope this is possible.

    I did some more testing.. And as soon as I select more than 15 columns from the collection the error occurs.
    I have put another man on the problem, and hopefully he will be able to solve it. It is most likely a database problem. I will try to give feedback on the error.

  • Dear abapers, i have a question in  interactive reports

    i display all the customers in basic list.
    when ever i  double click on a single customer in basic list it has to take me to the transaction code xd03 and  display all the bank details relavent to that customer(probably the 4th screen in xd03').
    note: i had used set parameter id field fieldname., call transcation xd03 and skip first screen.----- it just skips the first screen and displays second screen.
    but i need the bank transactions screen.

    Hi,
    chk out these program..
    EXAMPLE 1:
    TABLES : zcust_master2.
    DATA : wi_zcust_master2 LIKE zcust_master2 OCCURS 0 WITH HEADER LINE.
    DATA fld(30).
    SELECT * FROM zcust_master2 INTO TABLE wi_zcust_master2.
    WRITE :/ 'CUSTOMER IDENTIFICATION NUMBER' COLOR 5.
    LOOP AT wi_zcust_master2.
      WRITE : / wi_zcust_master2-zcustid HOTSPOT ON.
    ENDLOOP.
    HIDE : wi_zcust_master2-zcustid.
    START-OF-SELECTION.
      SET PF-STATUS 'ZBANKCUSTRTRIAL'  .
    AT LINE-SELECTION.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'SUBMIT'.
          GET CURSOR FIELD fld.
          IF fld = 'WI_ZCUST_MASTER2-ZCUSTID'.
    SELECT SINGLE * FROM zcust_master2 INTO wi_zcust_master2 WHERE zcustid
    = sy-lisel.
            WRITE :/ wi_zcust_master2-zcustid,
                     wi_zcust_master2-zcustname,
                     wi_zcust_master2-zaddr,
                     wi_zcust_master2-zcity,
                     wi_zcust_master2-zstate,
                     wi_zcust_master2-zcountry,
                     wi_zcust_master2-zphone,
                     wi_zcust_master2-zemail,
                     wi_zcust_master2-zfax,
                     wi_zcust_master2-zstat.
            LEAVE TO LIST-PROCESSING.
          ENDIF.
        WHEN 'BACK1'.
          LEAVE PROGRAM.
    ENDCASE.
    EXAMPLE 2:
    report  z_aru_interactive.
    *& TABLES
    tables :zcust_master2.
    *& INTERNAL TABLES
    data: wi_zcust_master2 like zcust_master2 occurs 0 with header line.
    *&  DATA DECLARATION
    data: chk1 type c,
          fldname(30), fldval(50).
    select * from zcust_master2 into corresponding fields of table
    wi_zcust_master2.
    loop at wi_zcust_master2.
      write : / chk1 as checkbox,
          sy-tabix, sy-vline,wi_zcust_master2-zcustid.
      hide : wi_zcust_master2-zcustid.
    endloop.
    *&      Form  disp1
          text
    form disp1.
      window starting at 25 5
             ending at 150 15.
      do.
        clear chk1.
        read line sy-index field value chk1.
        if sy-subrc ne 0.
          exit.
        else.
          check chk1 ne space.
          select * from zcust_master2 into corresponding fields of table
                  wi_zcust_master2 where zcustid = wi_zcust_master2-zcustid
          loop at wi_zcust_master2.
            write :/ wi_zcust_master2-zcustid,
                     wi_zcust_master2-zcustname,
                     wi_zcust_master2-zaddr,
                     wi_zcust_master2-zcity,
                     wi_zcust_master2-zstate,
                     wi_zcust_master2-zcountry,
                     wi_zcust_master2-zphone,
                     wi_zcust_master2-zemail,
                     wi_zcust_master2-zfax,
                     wi_zcust_master2-zstat.
            modify current line :
              field value chk1 from ' '.
           FIELD FORMAT chk1 INPUT OFF.
          endloop.
        endif.
      enddo.
    endform.                                                    "DISP1
    ***line double click ****
    at line-selection.
      check sy-lsind = 1.
      window starting at 5 4
             ending at 85 20.
      write: /  'THE USER DOUBLE-CLICKED A LINE IN THE REPORT'.
      write: /  sy-lisel.
    CLEAR : it_test-code, it_test-name.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      uline.
      skip.
      skip.
      write : / 'Below from Get Cursor Field...'.
      get cursor field fldname value fldval.
      condense fldname.
      condense fldval.
      write : / 'You have clicked ', fldname, ' & its value is ', fldval.
    *function key press F6
    at pf06.
      perform disp1.
    Hope this helps u,
    Regards,
    Arunsri

  • Zen micro two short questions

    Hi all,
    two questoins.: Can you use the zen micro with the mtp firmware an a pc without the media player 0?( like a usb-device)
    What does mtp stand for?
    Thank you

    No, you'll need to use Windows Media Player, it doesn't show up as a dri've in that sense.
    MTP stands for Media Transfer Protocol, you can read more on it here.
    Cat

  • Apex 3.1. Interactive Report. Questions and Problems.

    Hello!
    First of all I'd like to say Interactive Report is a really really brilliant feature, it covers exactly that points which we were missing in previous releases of Apex. Only this single feature makes Apex 3.1 release most significant for us since may be HTML DB 1.6. So much much thanks!
    So I have some questions about Interactive Report (IR):
    1) About "Save Report" feature. It is possible there to save own version of report layout or overwright the default settings. There is also possibility to completelly disable this function. So the question is it possible to disable only the ability to overwright the default report but give the ability to save own reports. It would be reasonable since too smart or too dum users can break the default layout of report and break the work for other users which don't use this function at all. At the same time the possibility to save own reports
    is absolutelly perfect
    2) Search. I'm from Germany and we have some national non-english symbols. The IR can't perform seach correctly if we use words with such symbols. Example word "Bestätigt" is interpreted by IR as "Bestätigt". At the same time the words are correctly displayed in reports and in interface. We have correct NLS_LANG, we have imported the lang_de.sql , and our own self-made search on simple reports works ok. What's to do?
    3) Charts in IR. Is there some data volume limits for Chart in IR ? sometimes we get the message "Loading XML...100%" during chart rendering and then happens nothing. In log file of Apache there is no any error messages...
    Thanks in advance,
    Alex

    Hi Alex,
    Glad to hear you're putting interactive reports to use, we put in a lot of time trying to get them right (at least for their first release).
    1) The "Save As Default Report Settings" option is only available for Developers, so you can only see it if you already see the developer toolbar at the bottom of the page. Standard end-users can't see this, so they can't save over your default report settings.
    2) That's right, the character set of the DAD needs to be AL32UTF8.
    3) A maximum of 1000 chart points will be returned, but you should not get this error. Can you describe the columns you are charting and the chart settings?
    - Marco
    Message was edited by:
    MAdelfio

  • Interactive Reporting 11.1.2.1 Questions

    I have a few questions regarding Interactive Reporting 11.1.2.1 after being unable to find anything out researching extensively here and in multiple blogs, search engines, readme's, admin guides, etc.
    I have not had training in IR yet....my going to training is dependent on several things, one being able to use the IPad with these IR reports.
    - I noticed I am only able to create a database connection file through the desktop IR studio client interface. For the web client, no luck. Would this be correct?
    - Would viewing IR reports and drilling into dimensions work through Workspace on an IPad? Or is there another way to view IR reports on an IPad?
    Any info provided would be extremely helpful and appreciated.
    Thanks- C

    FYI, Safari is not a supported browser for 11.1.2.2 and before. If I recall when I last tested it - I believe I was able to log in, but none of the objects or menus worked, so you could't do anything.
    Financial Reporting is supported, in the latest release (11.1.2.3.):
    Apple:
    iOS5, iOS6:      Financial Reporting only support Native Browser only     
    Android:
    3.x, 4.x:      Financial Reporting only support Native Browser Only     
    Not 100% sure what that exactly means and will have to setup an environment to test.
    It also seems the documentation is supported on Safari though.
    Regards, Iain
    Added FR details: on May 22, 2013 4:01 AM

  • Interactive Reports: Display data on two lines per row?

    Is it somehow possible to display a single row across two lines in an interactive report?
    Something like this:
    Row1 Field 1, Row1 Field 2, Row1 Field 3
    Row1 Field 4 (spanning across the other fields)
    Row2 Field 1, Row2 Field 2, Row2 Field 3
    Row2 Field 4 (spanning across the other fields)
    Row3 Field 1, Row3 Field 2, Row3 Field 3
    Row3 Field 4 (spanning across the other fields)
    ... etc
    For example, I have a "Remarks" column that would look better on its own line, rather than being squeezed into the same row with the other columns.
    I realize that this layout might not be possible out-of-the-box, but I was thinking that perhaps some javascript/jQuery trick could be used. Unfortunately, my jQuery-fu is not strong yet, so I'm asking for help...
    (I also know that this type of layout is possible using a classic report with a custom template, but I would prefer to use the Interactive Report if at all possible.)
    - Morten

    Hi,
    Try this to page HTML header
    <style>
    .apexir_WORKSHEET_DATA td{white-space:nowrap!important;}
    </style>At least it work with firefox 3.5 for me
    Br, Jari

Maybe you are looking for