Images in narrative mode

Hello

I need to insert an image in narrative mode. Is there a particular directory that these images should be placed in?
I am currently using the < image src = "\images\image.gif" > code but the mage doe not display.

Is this correct?

Thanks in advance,
Ash.

Try this syntax
Put your images in this folder C:\OracleBI\web\app\res\s_Siebel77\Images\

Tags: Business Intelligence

Similar Questions

  • The boundary in narrative mode

    Hi all

    How to remove border line in narrative mode. Line is as in the photo. It has a black line.

    Image:! http://blog.trivadis.com/blogs/andreasnobbmann/WindowsLiveWriter/Fixreportheadingsandvariablebody_1357A/image6.PNG

    I would like to make it white. Where can I change it?

    Hello

    in blog, html code is like:

    
    

    To do this, add an attribute more FRAMEBORDER

    So, your code should be:

    
    

    By default, FRAMEBORDER value is 1, go to zero. This border is not visible :)

    And to use the image in the forums, you need to apply! at the two ends of your link...: D

  • Hi, Ive just upgraded to lightroom 6.1. All good except that I '. now lack of key metadata information on images IE Shooting mode and measurement mode.  Do I now have to add?

    Hi, Ive just upgraded to lightroom 6.1. All good except that I '. now lack of key metadata information on images IE Shooting mode and measurement mode.  Do I now have to add? @lightroom6

    Hello

    In the library in the right module, on the metadata Panel change default value for EXIF or EXIF and IPTC.

    and check are you able to see required metadata,

    See the screenshot below

  • is it possible to have two different images in "develop" mode  I need to match the color and other image to the other.

    is it possible to have two different images in "develop" mode  I need to match the color and other image to the other.

    Select the reference image and choose window > secondary display > Magnifier (locked). Now the image you want to change, and start working. You can refer to the secondary display window while you work on the image you are editing,

    If you have a second monitor attached, the entire second monitor may be the secondary display.

  • The number of column max OBIEE 11display in narrative mode

    Narrative mode, how to configure the display max column?

    Hello

    (1) make a backup of your there
    C:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig. XML

    (2) view narrative, you must add below the elements are.

    Just include b & w


    40000
    1000

    (3) save your changes and close the file.

    (4) restart Oracle Business Intelligence "Bi_Presentation_Services."

    i.e:note that this example does not include the elements that can exist in the file,
    but which are managed centrally by Fusion Middleware control and cannot be changed manually.

    For more view narrative: instanceconfig.xml (increase not columns/rows)
    http://docs.Oracle.com/CD/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHAI
    (Note: see the section, 18.3.1.2 Manual Configuration of the parameters for the data in the views)

    Thank you
    Deva

  • Reorganization of images in survey mode

    What are the restrictions on images in survey mode rearraging? I couldn't understand why it would work cotton and sometimes does not.

    For example, I have a directory up the 2012 main page and in a folder for each month. If I'm in the display of the GRID to the 2012 level and choose the images in survey mode, I can't reorganize. But I'm in the display of the GRID in one of the subfolders, then I can.

    Is this normal? I'm doing something wrong?

    Mode of inquiry honors the same constraints that grid mode. If you can reorganize in the grid, you can in the investigation if:

    Records with no record of the child can be rearranged

    Collections can be organized (includes quick Collection)

    Smart collections cannot

    Parent folders cannot

    The collection sets cannot

  • Separator line in narrative mode.

    Hi all
    Can someone tell me how to separate the lines into new lines in narrative mode? I tried putting my cursor at the line separator and by double-clicking the line break. But it does not help. Same search on this forum did not help me!
    Any suggestion would be appreciated.

    Thank you all,.

    or the other
    (1) place in the line separator
    or
    (2) use @1 & nbsp @2 in the narrative itself

    then check the box 'contains the HTML markup.

    PS: Use BR instead of BXR
    You may also need to enable HTML in Drive:\OracleBIData\web\config\instanceconfig.xml by adding

    fake
    and restarting services.

  • Show only distinct values in narrative mode

    Hi guys!

    Here again, we are trying to reach an ambitious goal.

    It is possible to show only distinct values in a narrative view? For example, I have a query that retrieves about 100 lines. In these lines, a few different years, it is something like this:

    1-2013, Jhon, 10

    2-2013, Brian, 15

    3-2013, Pete, 20

    ...

    10-2014, Steve. 5

    11-2014, Kevin, 12

    ...

    90-2015, Ray, 24

    91-2015, Michael, 2

    ...

    It is possible a mode display narrative only something like that?

    Years: 2013, 2014, 2015

    If I use the feature number @column, I get as many years the results are retrieved. It is not user friendly.

    Any help will be appreciated.

    Best regards

    Fabian

    Hi all!

    I found my own solution and I want to share with you. Maybe it helps someone in the future.

    I used JavaScript to iterate through each row value. By each line, I'll check if it value is added to the overall picture with unique values. If not added, I add it, otherwise, I do nothing.

    Here is my script (pay attention to each code block, it must be in its proper "narrative class"):

    Narrative section prefix

  • Problem with javascript in narrative mode

    Hi gurus!

    I'm trying to put conditional logic in a narrative view of my analysis. I found some advice and wrote that:

    < script >

    If ('@ {} {FIN01TIME}'== 'Period')

    {

    document. Write ("[b] fiscal year: [/b]@1 [b] Fiscal Quarter: [/b]@2 [b] fiscal year: [/b]@3 [b] Roll Up: [{/ b]@{FIN01ND} {} [b] cost center: [{/ b]@{FIN01CC} {} [b] currency: [{/ b]@{FIN01CURR} {}" "]]]]]]")

    }

    If (' @{FIN01TIME} {} '==' quarter ')

    {

    document. Write ("[b] fiscal year: [/b]@1 [b] Fiscal Quarter: [/b]@2 [b] Roll Up: [{/ b]@{FIN01ND} {} [b] cost center: [{/ b]@{FIN01CC} {} [b] currency: [{/ b]@{FIN01CURR} {}" "]]]]]")

    }

    If ('@ {} {FIN01TIME}'== 'Year')

    {

    document. Write ("[b] fiscal year: [/b]@1 [b] Roll Up: [{/ b]@{FIN01ND} {} [b] cost center: [{/ b]@{FIN01CC} {} [b] currency: [{/ b]@{FIN01CURR} {}" "]]]]")

    }

    < /script >

    Everything works fine, but the problem happens when I "click" on my analysis paging buttons (see attached image: javascript_problem_paging.png). After clicking, it leaves me with a blank page that contains only view narrative. In addition, displays "error on page" message of warning in the status bar (see attached image: javascript_problem_afterclick.png)

    I think that this problem occurs with the "onclick" javascript event. I tried to turn it off, but still does not work.

    Any help will be appreciated.

    Thanks for your time!

    Kind regards

    Fabian

    Hi all!

    I have my own answer, jeje.

    Instead of using "document.write...". "I put another narrative with a view

    control and set its content in "document.getElementById (.). innerHTML = "(le même code HTML)" ""

    It works perfectly! I hope that this achievement will help someone else.

    Kind regards

    Fabian

  • Issue of MAJOR brush Image in RGB mode with AI Update (with video)

    bug.jpg

    Illustrator PRODUCT BUG / PROBLEM: Image in the new version of illustrator brushes show a strange discoloration and pixelation unsightly around the edges that have any transparency, but ONLY in the space of RGB, CMYK color space color has not this problem. This moved NOT in 2015 from CC. I could create a brush image with transparency on the edges, and it would be PERFECT if I was using a color space RGB or CMYK.

    Below I'll detail the major problem that I discovered with brushes of image in RGB color mode in the most recent update of Adobe Illustrator. After having tested methodical, I created a video with my findings. I also wrote it below the video more in depth as well.

    PRODUCT BUG / PROBLEM: Image in the new version of illustrator brushes show a strange discoloration and pixelation unsightly around the edges that have any transparency, but ONLY in the space of RGB, CMYK color space color has not this problem. This moved NOT in 2015 from CC. I could create a brush image with transparency on the edges, and it would be PERFECT if I was using a color space RGB or CMYK.

    I create digital assets for a living and am a bestseller on creative market (https://creativemarket.com/dailydesignables ) and am VERY methodical about products, I create, so I did thorough testing to ensure that it is not a question that I have just. It's a universal issue with illustrator CC 2015 update. A few months ago I published a set of brushes for IA CC image and sold many of them, and I've tested for months before release. I discovered this problem when I was going to use in the new version of illustrator and to my surprise, the edges of the brushes where there was some transparency had terrible distortion of colors and pixelation.

    It wasn't a problem on the previous version of illustrator and I tested it on my two machines, I have a customer who bought my image brushes email me with the same problem. I created NEW brushes in my video demo above to show it is also not a problem with the implementation brushes from a previous version. I created brushes sweet image in CC2015 and CC2015.3 to show the problem is with the new update, and ONLY in the RGB color space. Because the image brushes worked perfectly in the latest version, I know it's possible. There is a problem with the RGB color space in the new version's efforts useless brushes image with transparency on the edges. I work in RGB, so it's a big deal.

    In addition, there is nothing to do with the performance of the GPU, I tried that already, turn it off, restart illustrator. Same results. At first I thought it was a rendering / perhaps CPU / memory problem which will make arrangements with a reboot, but it isn't. It is constant in my machines and my clients. In addition, if you paste the image (with transparency issues) brush in a photoshop doc, be it as a smart object or a raster object, discoloration and the pixelation also comes, is not only a problem of rendering of AI.

    I was supposed to get a call from Anu on case #0187946265 last week and never did. I got an email to say Adobe, they closed the case because they have marked as "resolved". I tweeted Adobe Illustrator and Adobe supported the problem, so I hope that someone in the bugs team will see this STAT! Thank you very much in advance!

    Jessica

    Hello world!

    Just an update that Engineering was able to reproduce the problem and are working on a fix. Although there is a workaround solution, working in CMYK mode (and then switching to RGB later) should work until the fix is released.

    Thank you all for your patience and hard work.

    -Kathleen

  • Images in development mode

    My pictures in development mode are weird, they show a lot of collors and show high ligh. I would like to see the actual image, can you help me?

    José Luis Serzedelo

    Go in Edition > Preferences > Performance (on a Mac: Lightroom > preferences > Performance) and uncheck CPU graph use.

  • Problem with moving of text/images in browser mode

    Attached quite well illustrates my problem. Everything looks great to the Muse, but after uploading to the server, the text and images evolve. If someone can tell me what I am doing wrong, that would be great. Thank you!

    shift.jpg

    Well, the ever obvious answer is that you just dumped all right on the page and since that uses the root page (= browser window) as a reference, it will move around with the slightest variation that does not match your mode of creation. You need to structure your work with groups and layers of nesting and formatting rules by adjusting accordingly. Elements must always be compared to others, especially things like the text that should be inside a box or a photo below.

    Mylenium

  • Problem with the images in standlone mode directory

    Hello forum, I have Apex 4.1 and try to migrate the listener to mod_plsql at Apex listener 4.1.1 Apache standalone

    In the database, the flow_image_prefix in the apex_040100.wwv_flows table column has the value "/ k /", and in dads.conf the Alias tip /k/ to "/ app/oracle/product/xxxxxxxx/Apache/Apache/images41 / '. I start the listener by - Dapex.images=/soft/oracle/oracle/product/xxxxxxxx/Apache/Apache/images41/, and the listener starts. The listenerConfigure, the listenerStatus and the listenerAdmin URL works fine

    When I try to go to the login page (.../apex/f?p=4550) it displays a blank page. In the source code, I see references to "/ k /", so I decided to perform the following instructions:
    update apex_040100.wwv_flows set flow_image_prefix = '/soft/oracle/oracle/product/xxxxxxxx/Apache/Apache/images41/';
    commit;
    Now, the source code shows hrefs to files that exist and the oracle user has privileges to read, but the login page (.../apex/f?p=4550) always shows a blank page

    Any advice?

    Thanks in advance

    Published by: Alfonso Vicente on October 8, 2012 15:33

    Hi Alfonso,.

    update apex_040100.wwv_flows set flow_image_prefix = '/soft/oracle/oracle/product/xxxxxxxx/Apache/Apache/images41/';
    commit;
    

    First of all, I recommend using the functions provided by your APEX installation package to change the prefix of image, i. e. run the reset_image_prefix.sql script in the directory of public services of the installation package. It's well documented vell, for example, in the [url http://docs.oracle.com/cd/E21611_01/doc.11/e21058/trouble.htm]APEX Setup Guide of the receiver.

    Anyway, APEX listener in stand-alone Mode supports + / i / + as a prefix of images (which is the prefix of images by default, said by the way). If you want or need a different context, you must deploy APEX listener on a regular JEE container.
    So, to solve this problem in Standlone mode, use reset_images_prefix.sql to set the prefix of your images + / i / + and you're done.
    Note that you should always configure the path system APEX listener is supposed to use to serve this virtual context. It seems to be + / app/oracle/oracle/product/xxxxxxxx/Apache/Apache/images41 / + in your case.

    -Udo

  • The current XML is not valid on the use of the narrative mode external graphics

    Hello

    I always get the following message when embedding amcharts or google maps using narrative view. Once registered, it is not possible in addition to change the narrative view. However, the report works very well, the graphic is displayed, but not editable.

    see you soon,
    Mark



    Error display of the results

    The current XML is not valid with the following errors: Bad xml instance! <? XML version = "1.0"? "" > < xmlns:saw="com.siebel.analytics.web/report/v1.1 saw: report" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" container = "http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1.1" xmlVersion = "200810080" > < saw: criteria xsi: type = "saw: simpleCriteria ' subjectArea ="& quot; QC4Agility & quot; "withinHierarchy ="true"> < saw: columns > < saw: column xsi: type = columnID ' saw: regularColumn" = "c5f655b89c322bce7" > < saw: columnFormula > < sawx:expr xsi: type = "sawx:sqlExpression" > & quot; Sun - RUN & quot;. & quot; RUN the status & quot; < / sawx:expr > < / saw: columnFormula > < / saw: column > < saw: column xsi: type = columnID ' saw: regularColumn "="c9de76acdb49ee65f"> < saw: columnFormula > < sawx:expr xsi: type ="sawx:sqlExpression"> & quot; Fact - req_test_run & quot;. & quot; # REQs & quot; < / sawx:expr > < / saw: columnFormula > < / saw: column > < saw: column xsi: type = columnID ' saw: regularColumn "="c9fe9f1713d290812"> < saw: columnFormula > < sawx:expr xsi: type ="sawx:sqlExpression"> & quot; Fact - req_test_run & quot;. & quot; # TESTs & quot; < / sawx:expr > < / saw: columnFormula > < / saw: column > < / saw: columns > < saw: filter > < sawx:expr xsi: type = "" sawx: logic "op = 'and' > < sawx:expr xsi: type ="sawx:comparison"op ="equal"> < sawx:expr xsi: type ="sawx:sqlExpression"> & quot;" Sun - REQ & quot;. & quot; The target version of REQ & quot; < / sawx:expr > < sawx:expr xsi: type = "xsd: String" > 1.0 < / sawx:expr > < / sawx:expr > < sawx:expr xsi: type = "sawx:comparison" op = "lessOrEqual" > < sawx:expr xsi: type = "sawx:sqlExpression" > & quot; Sun - REQ & quot;. & quot; REQ nCycle & quot; < / sawx:expr > < sawx:expr xsi: type = "sawx:variable" op = "server" > CurrentCycle < / sawx:expr > < / sawx:expr > < sawx:expr xsi: type = "sawx:comparison" op = "not null" > < sawx:expr xsi: type = "sawx:sqlExpression" > & quot; Sun - RUN & quot;. & quot; RUN status & quot; < / sawx:expr > < / sawx:expr > < / sawx:expr > < / saw: filter > < / saw: criteria > < currentView saw: views = '0' > < saw: view xsi: type = "saw: compoundView" name = "compoundView! 1 "> < saw: cvTable > < saw: cvRow > < viewName saw: cvCell ="titleView! 1 "> < saw: displayFormat > < seen: formatSpec / > < / saw: displayFormat > < / saw: cvCell > < / saw: cvRow > < saw: cvRow > < viewName saw: cvCell ="tableView! 1 ' > < saw: displayFormat > < saw: formatSpec / > < / saw: displayFormat > < / saw: cvCell > < / saw: cvRow > < saw: cvRow > < viewName saw: cvCell = "dvtchart!"» 1 "/ > < / saw: cvRow > < seen: cvRow > < viewName saw: cvCell ="narrativeView! " 1 "/ > < / saw: cvRow > < / saw: cvTable > < / saw: view > < saw: view xsi: type =" saw: titleView "name ="titleView! 1 "/ > < saw: view xsi: type =" saw: tableView "name ="tableView! 1 "> < saw: edges > < saw axis: edge = 'page' showColumnHeader = 'true' / > < saw axis: edge ="section"/ > < seen: edge axis ="row"showColumnHeader ="true"> < saw: edgeLayers > < saw: edgeLayer type ="column' columnID = "c5f655b89c322bce7" / > < type of saw: edgeLayer = "column' columnID ="c9de76acdb49ee65f"/ > < type of saw: edgeLayer ="column' columnID = "c9fe9f1713d290812" / > < / saw : edgeLayers > < / saw: edge > < saw axis: edge = "column" / > < / saw: edges > < / saw: view > < saw: view xsi: type = "view: dvtchart" name = "dvtchart".! 1 "> < saw: display type = subtype 'pie' = 'default' renderFormat ="flash"mode ="on line"xAxisLiveScrolling ="false"yAxisLiveScrolling ="false"clientEventEnabled ="false"animateOnDisplay ="true"> < saw: style barStyle = 'default' lineStyle = 'default' scatterStyle = 'default' fillStyle = 'default' bubblePercentSize = '100' effect ="2d"/ > < / saw: display > < saw: canvasFormat height ="330"width ="640"showGradient ="true"> < saw: dataLabels display ="always"label ="nameValue"position ="under"transparentBackground = 'true' valueAs = abbreviation of 'default' ="default"> < vu : textFormat fontSize = "14" / > < saw: dataFormat xsi: type commas = "saw: number" = 'false' negativeType = 'less' minDigits = '0' maxDigits = '0' / > < / saw: dataLabels > < saw: default gridlines = "true" > < saw: horizontal > < saw: visible major = "false" / > < saw: visible minor = 'false' / > < / saw: horizontal > < saw: vertical > < saw: visible major = "false" / > < seen : visible minor = "false" / > < / saw: Portrait > < / saw: grid > < miter saw mode: title = 'auto' > < saw: legend / > < / saw: title > < / saw: canvasFormat > < saw: selections > < saw: Categories > < saw: category > < columnID saw: columnRef = "c5f655b89c322bce7" / > < / saw: category > < / saw: Categories > < saw: measures showMeasureLabelsOnCategory = 'false' > < seen : column measureType = 'pie' > < columnID saw: columnRef = "c9de76acdb49ee65f" / > < / saw: column > < / saw: measures > < saw: seriesGenerators > < saw: seriesGenerator / > < saw: measureLabels / > < / saw: seriesGenerators > < / saw: selections > < position saw: legendFormat = "none" transparentFill = "true" > < saw: textFormat / > < / saw: legendFormat > < saw: seriesFormats > < name of saw : seriesFormatGroup = 'pie' > < seen: seriesFormatRule > < saw: seriesCondition columnID = position 'c5f655b89c322bce7' = '0' > < saw: condition > < sawx:expr xsi: type = "sawx:comparison" op = "equal" > < columnID saw: columnRef = "c5f655b89c322bce7" / > < sawx:expr xsi: type = "xsd: String" > Failed < / sawx:expr > < / sawx:expr > < / saw: condition > < / saw: seriesCondition > < saw : visualFormats > < seen: visualFormat color = "#FF0000" / > < / saw: visualFormats > < / saw: seriesFormatRule > < saw: seriesFormatRule > < columnID saw: seriesCondition = position "c5f655b89c322bce7" = "1" > < saw: condition > < sawx:expr xsi: type = "sawx:comparison" op = "equal" > < columnID saw: columnRef = "c5f655b89c322bce7" / > < sawx:expr xsi: type = "xsd: String" > Passed < / sawx:expr > < / sawx : expr > < / saw: condition > < / saw: seriesCondition > < saw: visualFormats > < saw: visualFormat color = "#B0C060" / > < / saw: visualFormats > < / saw: seriesFormatRule > < / saw: seriesFormatGroup > < / saw: seriesFormats > < / saw: view > < saw: view xsi: type = "saw: narrativeView" name = "narrativeView ! 1 "> < saw: prefix > < saw: legend fmt ="html"> < saw: text / > < / saw: legend > < / saw: prefix > < / saw: view > < / saw: views > < parsererror xmlns ="http://www.w3.org/1999/xhtml"style =" display: block; " white-space: pre; border: 2px solid #c77; padding: 0 1em 1em 0; margin: 1em; background-color: #fdd; color: black "> < h3 > This page contains the following errors: < / h3 > < div style =" do-family: monospace; font-size: 12px "[> error on line 6 in column 430: sequence & #39;]]" & gt; & #39; not allowed in content < / div > < h3 > here is a rendering of the page up to the first error. < / h3 > < / parsererror > < / saw: report > Line: 2, Col: 5482, unknown element "parsererror" Line: 2, Col: 5482, 'style' attribute is not declared for element "parsererror" Line: 3, Col: 98, item "parsererror" is not valid for the content model: ' ((critères, vues, invites, listOptions), segmentOptions)'
    Error details
    Error codes: EIRWWH9E
    Geographical area: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads


    narrative view used for the test:

    Prefix
    < script type = "text/javascript" src = "http://extra.amcharts.com/public/swfobject.js" > < / script >
    < div id = "amcharts_1308229514469" > you need to update your Flash Player < / div >
    < script type = "text/javascript" >
    var so = new SWFObject ("http://extra.amcharts.com/public/ampie.swf", "Oh", "500", "400", "8", "#FFFFFF");
    so.addVariable ("path", "Oh /");
    so.addVariable ("chart_settings", encodeURIComponent ("< parameters > < precision > 0 < /precision > < background > < alpha > 100 < /alpha > < border_alpha > 20 < / border_alpha > < / background > < legend > < align > Center < /aligner > < / legend > < pie > < y > 50% / < y > < start_angle > 0 < / start_angle > < outline_color > FF0000 < / outline_color > < / pie >")) < data_labels > < see the > <! [CDATA [< b > {title}, {percentages} % < /b > ({value})]] > < / show > < max_width > 150 < / max_width > < / data_labels > < label > < lid label = '0' > < text > DIR < / text > < x > 10 / < x > < > 000000 appears < / appears > < text_size > 28 < / text_size > < align > Center < / align > < / label > < lid label =' 1' > < text > S & amp; ((' E < / text > < y > 220 / < y > < appears > FFFFFF < / appears > < text_size > 28 < / text_size > < align > Center < / align > < / label > < / labels > < / settings > '));
    so.addVariable ("chart_data", encodeURIComponent ("< pie >

    * Story *.
    < slice title = 'United States' > 19544 < / slice >

    * Postfix *.
    (("< pie / > '));
    so. Write ("amcharts_1308229514469");
    < /script >

    I think it's a problem with your CDATA section. Remove this small and test again to prove that he is the cause.

    Paul

  • Change the image in grayscale mode?

    Hi, while saving a jpg, how can I change the image mode to jpg for the current document?

    activeDocument.changeMode (ChangeMode.GRAYSCALE);

Maybe you are looking for

  • Recovery of 1178sa HP ENVY m6 spoil

    Hello So I have my hp ENVY 1178sa m6 about four months, its 8 64-bit Windows. So the first problem was when I was doing the recovery disks it kept stopping and telling me to put in a new drive. I got the first disk on five fact. Then I started gettin

  • How can I transfer pictures samsung phone computer when the phone has no memory card?

    Dealership sold me a USB cord to transfer photos, but it just seems to be charging my phone. Computer says no new hardware found. Can mobile phones memory cards offload the photos in the phone's memory in my computer? How can I get photos computer in

  • How doe I get my addministator password as I have lost

    How doe I get my addministator password I forget my laptop of the education of the sons

  • Windows 7 Setup utility

    After installing a new game, the configuration utility starts and then says that it is a problem and has to stop. Can't install and run all games on windows 7

  • Where the unallocated region?

    -I want to create a partition on C:. Following the directions in the help: click on the unallocated disk base region. Where the unallocated region? Thank you, Eric