Images as Hyperlinks in webi reports

Hi,
I’m trying to link two webi reports (summary through Details) through Open doc syntax using Images in a cell.
We have a requirement to link two webi reports (summary through Detail) using buttons (like Back & email) as images which will be embedded in to the cell and made hyperlink.
I found many articles on "Hyper linking on the images" between 2 webi reports (summary to detail) using open doc syntax which did not help much. So I am starting a new thread. 
I’ve 2 scenarios happening, after the images being placed on the server - (…/usr/bobj/<installation Directory>/enterprise/images) –
1st Scenario – Right click on the cell contents, make it read as “hyperlink” and set appearance to “boimg://image-name.png”
Result: Image appears and there is no link. Cursor does not changes or no place to click.
2nd Scenario – Read the image directly into Ahref tag as - <img src=\” boimg://image-name.png\”>
Result: The link works perfectly fine. But, in the image place holder, a big “RED X” appears.
The steps -
- Placed a blank cell
- Right click -> Appearance -> Image from Address:  boimg://image-name.png
- Read contents as "Hyperlink" (at this point, tested the cell, image appears fine, but no link appears!)
- Right Click on the same cell -> Document Link -> pass the values of the related objects -> Parse
- Also Include the <img src=\” boimg://image-name.png\”> in the AHref tag generated by the system after open doc call
- In the cell, both the image and the big RED X appears - image does not have a link and the big red X has link but no image. So basically nothing works!
We are on BO 4.1 SP1.
Experts please help!

Hi Fahid,
You can try the below steps which are pretty simple. It worked fine for me. For this I used an image object placed in ROOT directory of a web application server.
1.
Add a blank cell
2.
Right-click on the blank cell and select “Format cell”
3.
Under “General” specify Read content as “Hyperlink”
4.
Apply >> OK
5.
Right click on the cell >> "Edit Formula" >> Use the following formula
="<html><a href='http://localhost:8080' target='_blank'><img src = 'http://localhost:8080/sample.png' /></a></html>"
Hope this helps.
Regards,
Niraj

Similar Messages

  • How can we hyperlink a WEBI report to a .PDF or .DOC in any location?

    Hi All,
         I have a WEBI report which has a column called Country(Values US, UK). I have some .pdf files in my local machine and BOE server. Could anyone let me know how can I hyperlink the report to the .pdf in my local machine and in the server. There are two cases as below as questions to be answered.
    Case 1
    When I click on country column, a single .pdf file should open irrespective of the column values in my local machine/server
    Case 2
    When I click on country column, a .pdf file should open with respect to the column values in my local machine/server
    I would be grateful if it is answered asap.
    Thanks and Regrads
    Ram

    Ram,
    Go through these links. They may help you.
    How to Add Document links in SAP Business Objects Web Intelligence
    Add a hyperlink to a document: Web Intelligence 4.x - YouTube

  • Images displaying haphazardly in WebI report

    Hi,
    We are currently working on BI 4.0 SP5 Patch 3.
    I am having an issue in the images that are being displayed in my report.
    I have a report that displays a company logo on the top left corner(say, Company - "ABC"). Below that I have 1 table and a couple of images(circle and rectangle).
    Following are my observations.
    When I, :
    1. View the report in Launch Pad:  - In the Header of the table I can see the "ABC" logo, which shudn't be there. - In the circle and rectangle also, I can see the "ABC" logo, instead of the circle and rectangle image. I checked the properties and in the appearance I donot see any image of "ABC" added in the cells.
    2. Export report in Excel/PDF after Viewing: The Header of the table and the images are displaying fine.
    3. Open in WebI Rich Client: The Header of the table and the images are displaying fine.
    4. Scheduling the report: The Header of the table and the images are displaying fine.
    I donot see where the error might be. Require your help.
    Thanks,
    Amrita

    Hi Amrita,
    check the WebIDefaultStyleSheet.css file located under c:\program files\sap businessobjects\sap businessobjects enterprise xi 4.0\images. This is located on the application server.
    If this doesnt fix the issue, then I need to ask you few questions:
    1- how many nodes are there in your environment?
    2- which tool did you use to write the report (rich client, or webi)?
    3- do you see this image when you open existing reports too or is it just with the new reports?
    Regards,
    samique
    917.945.3676

  • Images are displaying in web report

    Hi.
    I am having a webreport,when i try to open that web report in my gateway it is nit displaying images.
    I am able to 'x' mark in the place of image and unable to do drill down,
    Please advice me on the sane.
    Thanks,
    Guna

    Hi Gunasekhar,
    You might have just added URL in "Choose Screen" window.
    If you add URL here means you should be connected to Internet everytime you execute your Web template or if you have given a path in your system where the image is present, the image should be present in the similar path in other system too to make the Web template execute and to display the image through webb template.
    If you want to display the image everytime you execute your template, you need to upload the image in MIME repository... Tcode : SE80.
    To import a number of MIME objects into the MIME Repository using the MIME Repository Browser:
           1.      Start the browser of the MIME Repository. (SE80)
    The browser is displayed. It overwrites the navigation area (left-hand side).
           2.      Expand the Repository’s hierarchy and select the "BEx" folder.
           3.      Choose Import --> MIME-Objects from the context menu.
           4.      Select a MIME object from the file structure on your local hard disk of your computer.
           5.      Enter the MIME attributes and choose  Save.
    Since the object is imported into the SAP System, the dialog box Create Object Directory Entry is displayed.
           6.      Assign a package to the MIME object and choose  Save.
    Now give the path of the MIME repository in the Menu --> Insert --> Picture... --> Choose Screen --> URL...
    Give below path in the URL space provided there.
    /sap/bw/Mime/BEx/Icons/XXX.jpg
    This uses the image present in BW so you will not get "X" mark whenever you execute your report anywhere.
    Regards,
    KK.

  • How to open hyperlink(target Webi report) in new tab in BOXI3.1

    Hi all,
    Currently we are using report link using hyperlink syntax between summary report and transaction report.
    We were able to open transaction report either new window or same window.
    *"<a href="http://<servername>:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid;iDocID=108&sWindow=New&lsSEnterJOBID:="UserResponse([Query 1];"Enter JOBID:")"&lsSEnterAccount:="URLEncode([Account]) ">"[Description]"</a> * "
    Summary report(Source report) is having one parameter: JOBID
    Transaction report(Target report) is has two parameters: JOBID and Account
    Now our client requirement is target report needs to be shown in same window but in new tab.
    Is it posssible in BOXI3.1,if yes kindly provide me syntax.
    Thanks in advance,
    Subash
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:48 AM
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:50 AM
    Edited by: subaschandrabose sunkari on Aug 7, 2009 10:50 AM

    hi Bhargav,
    i have developed summary report in one tab and transaction report on other tab
    Summary report is developed on One data provider.
    ="<a href=http://Severname:8080/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=11234&sWindow=Same&sReportName=Transaction&lsSEnterJOBID:="UserResponse([Query 1];"Enter JOBID:")"&lsSEnterAccount:="URLEncode([Query 1].[Account]) ">"[Description]"</a>"
    sReportName=Tab name(report tab name we need to specify.

  • Webi Reports Hyperlinks on top of OLAP Universe

    Hi Webi Gurus,
    my BoBJ version 3.1 sp3
    BW-OLAP universe.
    I checked below Link for the solution, but couldn't
    get answer, as these are based on relational universes.
    /people/erika.atencio2/blog/2011/04/14/creating-hyperlinks-between-webi-reports-in-infoview
    I have a OLAP universe. On top of it, there are two reports
    One parent report and one child report.
    Question: I have a column called Auction Id on parent report.
    Now, when I click on any of the Auction Id values, child report
    should only bring data for that Auction Id alone and not other Auction Ids.
    In the child report, I have Auction Id as query filter.
    Now while in Webi's Interactive Mode, I chose the option
    Select Column--> Create Hyperlink --> Link to a document -->
    Document prompts: Prompt User in runtime.
    This option works fine.
    However, when I change the Document Prompt to:
             Select Object (or) Build Formula
    report throws MDX error, during run-time,
    Please suggest.
    MDX error:
    ========================================================================
    The query failed to execute with the error Value for the Characteristic.....WIS 10901
    ==================================================================================
    Regards,
    AK

    Still getting error...I tried this
    >> 1. In the detail webi report, create a query filter for AuctionID and use Equal operator. Give the prompt text as ActionID.
    AK: Done
    >> 3. In the column properties, in the display section select display cell content as HTML.
    AK: Done
    When I provide the URL and Parse it throws following error.
    "Invalid identifier a at position 15. (WIS 10022) "
    I gave following URL and parsed it.
    ="<a href="http://sapbojdev:8080/OpenDocument/opendoc/openDocument.jsp?
    iDocID=18774&lsSAuction ID="URLEncode([Auction ID])"&sRefresh=Y
    Q: Is there any problem with syntax?
    Q: Secondly, for OLAP universe based webi report , can't we use the hyperlink option:
    Link to  Document
    Thanks,
    AK

  • Hyperlink on image within webi report

    Hello,
    is there a way to add a hyperlink on an image within a webi report?
    I tried placing an image in a separate column and checked Read content as hyperlink and placed the link .
    but unable to click on the image.Placed jpg image.
    I am using BO 4.0 sp6
    Even i tried
    <a href="www.google.at" >
        <img src = "URL for the image" />
    </a>
    even i followed this thread 2100596 but couldn't get the solution.Screenshot has been attached
    Help me!!!!
    Regards
    sushma

    Hi Sushma
    plz follow the step properly,
    step1 : create a blank column
    step 2:right click on the blank cell
    step2.1:
    http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsSEnter the Calendar Day=&lsSSelectGL=
    past this link in above
    click on parse
    after that click on ok
    step 3: go to www.google.co.in
    step4: right click on image of gogle
    select copy image location
    step 5:
    "<a href=\"http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsS%20Enter%20the%20Calendar%20Day="+URLEncode(""+[V_PromptDate])+"&lsSSelectGL="+URLEncode(""+[var2])+"\" title=\"\" target=\"_blank\" nav=\"web\">"</a>
    edit the hyperlink
    add the below line in above line
    <img src="https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif">
    <a href=\"http://PFS-DEV:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AZusMTK0dcNDnR9kAwyD0Gg&lsS%20Enter%20the%20Calendar%20Day="+URLEncode(""+[V_PromptDate])+"&lsSSelectGL="+URLEncode(""+[var2])+"\" title=\"\" target=\"_blank\" nav=\"web\">
    <img src="https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif">
    </a>
    Note
    dont create a variable.
    note
    after putting the above formula in blank cell
    right click on the cell and select format cell
    select the DISPLAY
    and select the read content as HTML
    IMP after selecting the HTML then only you will see the image

  • Down load webi report in excel with images

    Post Author: anshubit
    CA Forum: WebIntelligence Reporting
    Hello Everybody,
    I am facing issue in downloading webi report in excel with images.
    I am not getting any image in the wei report which are there in ANY part of it . like header, body and footer, but the download for pdf is working fine.
    I am using BO XI R2 webi and i need download only to excel with images as per the user requirements.
    Please let us know the work around if any.
    Regards,
    Anshuman Kumar

    Hi,
    I too had similar issue with Excel report.
    Had a discussion with BO tech support, they said it is an issue with Business Objects and it can be fixed in future versions.
    Thanks
    Phani

  • Characteristic values as hyperlinks in a web report

    Hi All
    I have a web report with only one characteristic and some key figures. And the number of values for that characteristics are 5 and they are always fixed (structure). In my report I need to make each of that characteristic value a hyper link. I have 5 separate reports which should  be linked to these 5 characteristic values.
    I think this can be achieved by using a table interface. If yes, could any one please provide me with the code for the method CHARACTERISTIC_CELL in the ABAP class?
    Or, is there any other better solution?
    Points will be assigned!
    Thank you

    Its very simple! Check this out
    [http://sap.ittoolbox.com/groups/technical-functional/sap-bw/web-based-reporting-jump-target-to-another-query-by-one-click-489775]
    Regarding modifying the existing methods, in the 'Methods' tab select a method you want to redefine and click on the 'Redefine' button. And then double click on the method name, it takes you to the editor screen where you write your code.
    [Screen shot!|http://img139.imageshack.us/img139/5796/tableinterfacexc8.jpg]
    Use the 'CHARACTERISITC_CELL' method to adjust the contents of cells containing values for characteristics.
    'STRUCTURE_CELL'  to adjust the contents of structural components. i.e. if you are using a structure in your query.
    'DATA_CELL' to adjust the contents of data cells (cells where key figure values are displayed).
    Sample code:
    method CHARACTERISTIC_CELL.
    *CALL METHOD SUPER->CHARACTERISTIC_CELL
    *  EXPORTING
    *    I_X              =
    *    I_Y              =
    *    I_IOBJNM         =
    *    I_AXIS           =
    *    I_CHAVL_EXT      =
    *    I_CHAVL          =
    *    I_NODE_IOBJNM    =
    *    I_TEXT           =
    *    I_HRY_ACTIVE     =
    *    I_DRILLSTATE     =
    *    I_DISPLAY_LEVEL  =
    *    I_USE_TEXT       =
    *    I_IS_SUM         =
    *    I_IS_REPETITION  =
    **    I_FIRST_CELL     = RS_C_FALSE
    **    I_LAST_CELL      = RS_C_FALSE
    *    I_CELLSPAN       =
    *    I_CELLSPAN_ORT   =
    *  CHANGING
    *    C_CELL_ID        =
    *    C_CELL_CONTENT   =
    *    C_CELL_STYLE     =
    *    C_CELL_TD_EXTEND =
    * URL to another web template
    if I_IOBJNM = '0PLANT'.
    if I_USE_TEXT = 'X'.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Technical name of Your TARGET Template'
    '>' I_TEXT '</a>'
    INTO c_cell_content.
    endif.
    * URL to another web template with variable passing:
    if I_USE_TEXT = 'X'.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Your TARGET Template'
    '&CMD=PROCESS_VARIABLES'
    '&REQUEST_NO=0'
    '&CMD=PROCESS_VARIABLES'
    '&SUBCMD=VAR_SUBMIT'
    '&VAR_NAME_1=Variable in the query of your Target template'
    '&VAR_VALUE_EXT_1='
    I_CHAVL
    '>' I_TEXT '</a>'
    INTO c_cell_content.
    endif.
    end method.
    method STRUCTURE_CELL.
    *CALL METHOD SUPER->STRUCTURE_CELL
    *  EXPORTING
    *    I_X                 =
    *    I_Y                 =
    *    I_IOBJNM            =
    *    I_AXIS              =
    *    I_STRUCTUR_MEMBER   =
    *    I_STRUCTUR_MEMBER_2 =
    *    I_TEXT              =
    *    I_IS_SUM            =
    *    I_IS_REPETITION     =
    *    I_CELLSPAN          =
    *    I_CELLSPAN_ORT      =
    *    I_HRY_ACTIVE        =
    *    I_DRILLSTATE        =
    *    I_DISPLAY_LEVEL     =
    *  CHANGING
    *    C_CELL_ID           =
    *    C_CELL_CONTENT      =
    *    C_CELL_STYLE        =
    *    C_CELL_TD_EXTEND    =
    IF I_IOBJNM = '3AG5XBEXL78XSSA311CAJHVFD'. "UID of your structure
    CASE I_TEXT.
    WHEN 'Display Text of a selection in your structure' .
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Z************'
    '&SET_DATA_PROVIDER_1=DP1'
    '&INFOCUBE_1=Z******'
    '&QUERY_1=Z************'
    '&SET_DATA_PROVIDER_2=DP2'
    '&INFOCUBE_2=Z***********'
    '&QUERY_2=Z***************'
    '>' I_text '</a>'
    INTO c_cell_content.
    WHEN...
    END CASE.
    ENDIF.
    end method.
    method DATA_CELL.
    *CALL METHOD SUPER->DATA_CELL
    *  EXPORTING
    *    I_X                   =
    *    I_Y                   =
    *    I_VALUE               =
    *    I_DISPLAY_VALUE       =
    *    I_NUMERICAL_SCALE     =
    *    I_NUMERICAL_PRECISION =
    *    I_CURRENCY            =
    *    I_UNIT                =
    *    I_ALERTLEVEL          =
    *    I_IS_SUM              =
    *  CHANGING
    *    C_CELL_ID             =
    *    C_CELL_CONTENT        =
    *    C_CELL_STYLE          =
    *    C_CELL_TD_EXTEND      =
    *Make data in 8th Column as Hyperlink with Variable Passing
    if i_x = 8.
    concatenate
    '<A href='
    'BEx?sap-language=EN'
    '&CMD=LDOC'
    '&TEMPLATE_ID=Z*********'
    '&CMD=PROCESS_VARIABLES'
    '&REQUEST_NO=0'
    '&CMD=PROCESS_VARIABLES'
    '&SUBCMD=VAR_SUBMIT'
    '&var_name_1=Z***************'
    '&var_operator_1=BT'
    '&var_sign_1=I'
    '&var_value_low_ext_1='
    c_cell_content
    '&var_value_high_ext_1='
    end_date
    '&VAR_NAME_2=Z**********'
    '&VAR_VALUE_EXT_2='
    filter
    '>'
    c_cell_content
    '</a>'
    INTO c_cell_content.
    endif.
    endmethod.
    Also check this out... this link has a whole bunch of information about table interfaces..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49dfeb90-0201-0010-a1a2-9d7a7ca1a238
    Hope this helps!
    Thanks

  • Which way to get image for webi report?

    Hi,
    I have to add image to webi report. So any way is there for adding image for webi intelligence.

    check this thread:
    Adding an image (logo) to webi report

  • Webi Report as a Hyperlink

    Hi
    Is there anyway I can execute a Webi report outside the infoview using a hyperlink?   My requirement to put a Webi report in CRM Web UI. If I can get a URL for the Webi report it can be achived.
    Thanks in advance
    Nisha

    Hi Ramaks, George and other experts,
    Thanks a lot for your replies.
    For my client, the developers will build most of the reports for regular users to view. However, some power users may also create their own reports to meet ad-hoc reporting requirements.
    It's quite unlikely for my client to develop reports based on Excel or CSV data files. And we need to use features such as hyperlink for documents (which is not available in Rich Client). Based on these considerations, I'm thinking of doing all development in InfoView (both developers and power users). Do you foresee any issue if I go for this approach?
    Thanks in advance.
    Linda

  • Change of image in web reports (MIME repository : SE80)

    Hello,
    i want to replace company logo in web reports.
    i have changed the logo (image) through MIME repository in SE80 transaction, but i am unable to see the unchanged logo on portal/web reports.
    What can be the issue. Is there any setting anywhere that needs to be done?
    Thanks,
    Shweta.

    Hi,
    Please check the Image name like
    supported ex:
       "company_logo.jpg"
    Not supported Example:
       "company logo.jpg"
       "company_logo.JPG"
       "Company_Logo.Jpg"
    Concerning the missing images in the WAD please check, if the images
    are available in the Mime Repository:
    Transaction SE80 -> MIME Repository -> SAP -> BW -> BEx ->
    Publisher -> GIFS -> WebItem_Previews -> e.g. "broadcast_prev.gif"
    Check the below link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/4cd282bd414e35e10000000a1553f6/frameset.htm
    Thanks,
    Venkat

  • Adding an image (logo) to webi report

    Seeking if possible to add an image (logo.jpg) to a webi report, as how to achieve this.  thanks !!!!

    Hi Barry,
    The image inserted must be in either Graphics Interchange Format (GIF) or Joint Photographic Experts Group (JPEG) format.
    GIF format supports 256 colors and is useful if a logo or icon is to be inserted in to the document. It allows for background transparency so that the underlying color of the web page can show through. This is useful when inserting an image in a cell that contains data.
    JPEG supports 16 million colors. It is best suited for photographs and complex graphics. JPEG images are static whereas GIF images can be animated.
    Image files are often located on a secured web server on a corporate network. To insert an image in a report, link a selected area of the report to an image file on the web server either by filename or by URL and filename.
    To solve the above issue follow the below steps:
    To link to the images by filename, type the filename in to the cell (for example, <INSTALL DIR>\Images). WebIntelligence automatically adds boimg:// before the filename. This links to the file on the BusinessObjects server (for example: boimg://image.gif).
    Usie the URL and the filename to insert the image when the image files are located on a separate web server. The entire URL and filename is entered in to the cell (for example, http://www.internal.businesscompany.com/images/company_logo.jpg).
    The image"s size is defined when it is created. The size can not be modified using WebIntelligence.
    Hope this helps.
    Regards,
    Deepti Bajpai

  • Error when trying to isert Image in BO WebI report

    Hi
            I am trying to insert company logo in WebI report. I saved the image in BusinessObjects Enterprise 11.5\Images folder in C drive. Path is
    C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Images
    There are two images here,
                                  one -BO logo   skin_bo.gif
    and the other my company logo    logo.gif
    This is the path i gave in BO Webi
    In the report-> free cell-> custom->boimg:
    skin_bo.gif
    When i try to insert BO delivered logo, it is fine, the image is inserted into the report. But, when i try to insert company logo, I see blank, image is not displayed.
    Please let me know what the error is and solution.
    Thanks in advance

    Hi,
    These images are on server or client.make sure these images are on the server in mentioned path.
    Thanks,
    Amit

  • Populating webi reports with images downloaded live from external sites

    I'm writing applications to create different visualizations of my data, and would like the resulting images to show up in webi reports. Specifically, the application that draws the visualization will be deployed to the same java application server as webi. Users will open a normal webi report which will contain something like an HTML <img href="#myhref" /> tag, where #myhref will be a link to a page in my web application that draws a visualization.; Is such a thing possible, and if so, how? Many thanks, in advance.

    Nevermind... I think I got it. I created a SQL query that would return the URL I wanted (something like SELECT 'http://server/context?param1=' || field1 || '&param2=' || field2 FROM table", and then modified the resulting cell to be read as an Image URL.

Maybe you are looking for

  • Got This Error While Updating My Ipod

    [img]http://web8.twitpic.com/img/119682404-694ff28d355de0d8b1537c44b19938f1.4c220c58- full.jpg[/img] HELP!

  • API JSF Java Studio Creator

    Hi, I have to maintain a webapp created with Java Studio Creator. Several pages import the following taglib : "xmlns:ui="http://www.sun.com/web/ui" and beans use classes from com.sun.rave.web.ui.* packages. Where can I find APIs about those component

  • Where are the iWeb files held in relation to your Web Site?

    Having had various problems with my computer I have had to reformat hard drive 1 and rebuild all the apps. Hopefully I still have all my data on another drive that I can bring in to some of the apps. So I had to reload iWeb and of course the website

  • Attachment Icon (Staple) Should Differ If Empty Or With Attachment

    Acrobat 9 Pro V9.3.4 Win7Pro x64 The Attachment Icon (Staple) gives no indication whether there is or is not an attachment. The Attachment Icon (Staple) for no attachments should look different than the Attachment Icon (Staple) when there are attachm

  • ISIGHT RECORDING: HOW TO GET RID OF AN ANNOYING TREBLE BUZZING SOUND ???

    I AM USING 'Griffen iMic' DEVICE TO CONNECT THE MICROPHONE TO THE MAC BUT I HAVE A PROBLEM USING iSIGHT; EVERY TIME I WANNA RECORD SOMETHING, I GET THIS RATHER ANNOYING BUZZING TREBLING SOUND. I'M NOT SURE WHETHER IT'S THE iSIGHT OR THE iMIC OR EVEN