Error displayed in the query output along with the keyfigure value.

Hi All,
I am running one query  through BEx .I have key figures netprice,net value .
when i looked in to output ,it shows key figure with ERROR
EX.  NET PRICE || NET VALUE
      100ERROR || 20000ERROR
WHat should i do to remove the ERROR ?
Regards

Hi,
Make a new formula and put net price inside it and use NODIM function like this :
NODIM(Net price)
Repeat the same steps for net value and see if this works or not.
Hope this helps.
Regards,
AL

Similar Messages

  • Operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null. Anyone know this issue? Any solution?

    operate C# to modify PPT's hyperlink, while configuring the hyperlink's text to display attribute, the address value will be assigned as null.  Anyone know this issue? Any solution?
    How to reproduce the issue:
    1.Create a new PPT slide in Office2010.
    2. Insert a certain text/characters, such as Mircosoft blablabla,
    3. Insert an URL right after the text part , TextToDisplay is the “Test”,Address is the "Url".
    4. The content in the ppt is ”Microsoft Test“,here "Test" is the hyperlink which we would like to convert. Please execute the code we list below.
    5. The problem will be reproduced by the above steps.
    PPT.Application ap = new PPT.Application();
    PPT.Presentation pre = null;
    pre = ap.Presentations.Open(mFileName, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (PPT.Slide mSlide in pre.Slides)
    PPT.Hyperlinks links = mSlide.Hyperlinks;
    for (int i = 1; i <= links.Count; i++)
    PPT.Hyperlink mLink = links[i];
    mLink.TextToDisplay = mLink.TextToDisplay.Replace(mLink.TextToDisplay,"url");
    mLink.Address = mLink.Address.Replace(mLink.Address, "url");
    Modify texttodisplay, the address vaule will be assigned as null. Anyone knows how to solve it?
    Does it caused by a PPT API's Limitation?

    I've tried the below code and it works, you can refer this article:
    https://msdn.microsoft.com/en-us/library/office/ff745021.aspx
    to find that the hyperlink needs to be associated with a text range, and thats what I did in the code below with the help of the link sent by Tony.
    Microsoft.Office.Interop.PowerPoint.Application ap = new Application();
    Microsoft.Office.Interop.PowerPoint.Presentation pre = null;
    pre = ap.Presentations.Open(@"C:\Users\Fouad\Desktop\abcc.pptx", Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoFalse);
    foreach (Microsoft.Office.Interop.PowerPoint.Slide mSlide in pre.Slides)
    Microsoft.Office.Interop.PowerPoint.Hyperlinks links = mSlide.Hyperlinks;
    Microsoft.Office.Interop.PowerPoint.Shape textShape = mSlide.Shapes[1];
    for (int i = 1; i <= links.Count; i++)
    Microsoft.Office.Interop.PowerPoint.Hyperlink mLink = links[i];
    Microsoft.Office.Interop.PowerPoint.TextRange range1 = textShape.TextFrame.TextRange;
    TextRange oTxtRng = range1.Find(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay,After:range1.Start,WholeWords:Microsoft.Office.Core.MsoTriState.msoTrue);
    oTxtRng.Replace(((Microsoft.Office.Interop.PowerPoint.Hyperlink)mLink).TextToDisplay, "url");
    oTxtRng.ActionSettings[Microsoft.Office.Interop.PowerPoint.PpMouseActivation.ppMouseClick].Hyperlink.Address = "http://www.microsoft.com";
    Fouad Roumieh

  • Error in InfoView "The Parameter Value is not Valid"

    Hello,
    I have developed a Crystal Report in CR2008 and uploaded in the InfoView. Now when i run the report via scheduling or load the report with the data and try to change the parameter (editable set in CR) from the drop down list and hit apply i get an error dialogue box "The parameter value is not valid" and message says "null".
    Also another issue is that i cannot execute the report directly in InfoVIew, i have to schedule it to run the report. Report is connected to the SAP InfoSet.
    Any input would be much appreciated.
    Thanks.

    We have rebuild new servers for InfoVIew and it just works fine. Both the problem solved.

  • Error: please enter the date value in correct format DD-MON-RRRR

    Hi all,
    First of all I am 100 % learning oracle financial no technical background. I am trying to run a report: -the calendar does not appear in order for me to choose the date -Besides that when I enter the date ie 10-09-2010 or 10/09/2010 the system give me this error "Error: please enter the date value in correct format DD-MON-RRRR "
    please help me solve that.
    Thanks

    please enter date in 12-Oct-2010 format.
    regards,
    http://www.oraerp.com

  • How to get the keyfigure values

    hi all,
    I have loaded the sales ,billing and delivery data  to sales overview cobe(0sd_c03).
    The keyfigures in all the update  rules are inactive.I changed the update rule type to addition from no update and when i try to assign source fields to those key figures,in the f4 help of the source fields i am not getting the field.
    so by this i am not getting the keyfigure values in the cube .only the characteristic values are displayed.
    How to get the keyfigure values in the cube.
    will there be any settings in the SPRO in R/3.
    Plz give solution for this .
    Points will be awarded.
    thanks
    Satish.

    If your UR is inactive, how you can load data?
    The KFs you are trying to add, are newly added KFs in cube or the existing KFs?
    Do this:
    Activate your cube, TR again.
    Delete your UR and re-create it.
    Delete all the bad requests from cube.
    Now try to do the load.
    OR
    If you did customization your cube, make sure you did activated your cube, did the changes in your DS, replicated datasource in BW, added the new fields in TR and activated,  and Deleted your UR and re-created it.
    Now try.
    Hope it helps..

  • ERROR displaying in the query output... urgetn

    hi experts,
    For the amount keyfigures in the query output it displaying ERROR after the amount like ex- 2000 ERROR.
    plz let me know how to rectify this..
    regards
    vadlamudi

    hi,
    i have created only two keyfigures EMP_BASIC and EMP_HRA. and in the transformations i have mapped with 0DOC_CURRCY.
    but in the report its showing ERROR only after the amount. plz tell me exactly with what field i need to map???
    regards
    vadlamudi

  • Error when using a HTML form along with a servlet

    Hi All,
    I am using Sun Studio 4 to create a HTML form that takes in 4 inputs and then
    passes them on to a servlet to be processed.
    In my HTML form i have the form heading.. <form method = post action="processServlet">
    my directory structure is as follows:
    /home/cosmo/projects/testservlet/processServlet ... processServlet being the servlet underneath the testservlet directory.
    inputForm.html is also under the same testservlet directory. I am running TOMCAT.. and under the run time tab under tomcat --> Internal --> it has localhost:8081 and under that the default context is /home/cosmo/projects/testservlet
    NOW, when i execute my HTML page the URL on top says "http://localhost:8081/inputForm.html
    which seems correct. I get my form correctly. When i input the data,and i hit the submit button, the URL says "http://localhost:8081/processServlet" which i think is also correct, but i get a "404 Error and the error description says " The requested resource( /processServlet)
    is not available." I have coded the servlet to give me just a few lines of output, but instead, the above error shows up.
    Why would this be happening? Do i have my directory structure messed up? Do i have the wrong type of template? I used a web module to do this. I also compiled my Servlet from Sun Studio without any errors.
    Any help would be appreciated.
    Thanks
    Kal.

    You can't post directly to a servlet the way you can to an HTML or JSP page. You must map your requests to specific servlets for the request to get directed there. There are entries in the web.xml for this.
    You need to map the request for "processServlet" to "edu.xxx.yyy.processServlet", or the servlet engine won't know what to do with that request.
    Often times, an app will route all requests for a particular extension to a router servlet, which then figures out which class to actually send the request to. This keeps you from having to map all servlets in the web.xml file.

  • Can we add button in query region  along with go and clear

    Hi Friends,
    i have a requirement as below steps-
    1)i have developed search pgae by using query regiion
    2) in pgae,first we have search items,go and clear(submit buttons), table region.
    3)here go and clear buttons came automatically.
    4) i can able to add button in front of the page and end of the page.
    4) my requirement is i need to add one more button along with go and clear(here go and clear button are in between search items and table region) .
    5)i am not able to add button along with go and clear.
    Can any one know how to do this--
    Thanks in Advance
    vamshi

    Hi Vamshi,
    You can not create extra buttons in Standard Query region.
    Alternatively you can create your custom region for the search and there you can add a button. If you don't need advanced region, you can create the custom region in place of standard one.
    Anoop

  • Macbook capable of 720p/1080i video output along with 5.1 sound??

    I'm planning to buy a Macbook soon (the standard 2.0ghz Core 2 Duo one) but I wanted to ask some current owners a couple of questions first. All I'm going to use the Macbook for are basic tasks such as surfing the web and word processing. The only system intensive task I want to perform is playing 720p/1080i video (movies and/or home videos). I have a desktop PC hooked up to my HDTV now, but I'd rather get rid of it and just plug the Macbook in occasionally to watch a movie or whatever.
    The 2 concerns I have are: i) Does the digital optical output actually work? Were any of you actually able to find this cable? How's the 5.1 sound quality, if anyone has heard it? ii) Is the Intel GMA 950 'video card' along with the 2.0 processor powerful enough to show h.264/x.264 videos without lagging/chopping?
    All responses are of course greatly appreciated, but I would most love a reply from a current same model Macbook owner actually watching HD video with surround sound. Thanks a lot in advance for your help!
    Message was edited by: Scooby_WRX

    the digital output is spidif so the 5.1 would be emulated not true 5.1.

  • Script Error after installing DW CS5.5 along with CS5

    I have CS 5 on my machine and downloaded and installed the trial for CS5.5 (DW). Now I notice that any repeat region I try and add, I get an error "While executing applyServerBehaviour in Repeat Region.htm, a JavaScript error occured". The same thing happens when I try and add a new record set, but with the refference "Recordset.htm"
    Also if I try and use the "Edit - Select Recently Modified file" I get a similar error.
    The same happens in CS5. I tried uninstalling both and then just installing the CS5 and still get the same error.
    I did delete the "WinfileCache###.dat" file in the configuration folder, but that did not help at all.
    I use Win 7 Ultimate 64 bit with 16 gig of RAM.
    Is there anything I can do to get things working again without having to do a complete re-install of everything?

    I did delete the "WinfileCache###.dat" file in the configuration folder...
    There should be 2 WinFileCache###.dat files: one in the Adobe\Dreamweaver CS5\en_US\Configuration folder, and one in the Adobe\Dreamweaver CS5.5\en_US\Configuration folder. You should delete them both.
    Next try deleting both of those Configuration folders.
    HTH,
    Randy

  • I want to determine the perfect values for the motor ... along with its pid values

    I'm ne to labview and this is my second program.... i designed a motor which maintains constan speed with varying load..... the problem is i dont know the real values of any motor. . .  and as the inertia across the load decreases the speed oscillates a lot . . . and i'm even not happy with the current(I(A)) readings ... they dont follow the motor characteristics i think . . .  can someone please point out the mistakes and clarify them for me ... 
    thanks in advance
    Attachments:
    Motor1_4.vi ‏304 KB
    Control 10.ctl ‏6 KB

    Hi Rahul,
    Please find below the require info:
    4.6 B                                   ECC 6.0
    'POPUP_TO_CONFIRM_STEP'               POPUP_TO_CONFIRM
    'TABLE_COMPRESS'                    Not obsolete
    'TABLE_DECOMPRESS'                    Not obsolete
    'WS_QUERY'
    'WS_UPLOAD'                         GUI_UPLOAD”
    'DISPLAY_BASIC_LIST'                    Not obsolete
    'POPUP_TO_DECIDE'                    POPUP_TO_CONFIRM
    'CLPB_EXPORT'                         Use class CL_GUI_FRONTEND_SERVICES
    'HELP_VALUES_GET_WITH_TABLE'          F4IF_INT_TABLE_VALUE_REQUEST
    'DISPLAY_GRID_LIST'
    'WS_DOWNLOAD'                    GUI_DOWNLOAD
    'POPUP_TO_GET_VALUE'               Not Obsolete
    'POPUP_TO_GET_DATE'     
    'DOWNLOAD'                    “GUI_DOWNLOAD”
    'WS_FILENAME_GET'                    KD_GET_FILENAME_ON_F4
    'READ_EXCHANGE_RATE_N'
    'CONVERT_DATE_INPUT'               Not Obsolete
    'DB_COMMIT'                    Nott Obsolete
    'WS_EXCEL'                         WS_DOWNLOAD and then execute WS_EXECUTE
    'STRING_SPLIT'
    'HELP_VALUES_GET'               F4IF_FIELD_VALUE_REQUEST
    'CHECK_IBAN_ACTIVE'
    'POPUP_TO_CONFIRM_WITH_MESSAGE'          POPUP_TO_CONFIRM.
    'POPUP_TO_CONFIRM_LOSS_OF_DATA'          POPUP_TO_CONFIRM
    'SYSTEM_GET_UNIQUE_ID'                    SYSTEM_UUID_C_CREATE
    'TR_RELEASE_COMM'
    'GRAPH_DIALOG'
    'CONVERT_TO_LOCAL_CURRENCY_N'
    'WS_FILE_DELETE'                              GUI_DELETE_FILE
    'WWW_GET_MIME_OBJECT'
    'GET_FIELDTAB'
    'HELP_VALUES_GET_NO_DD_NAME'          F4IF_INT_TABLE_VALUE_REQUEST
    'FI_DOCUMENT_ARCH_READ_SINGLE'
    Thanks
    Piyush
    Reward point, if helpfull.

  • Errors displayed on the default page

    Hello:
    When I launch EM, the default page shows two errors, one below the HOST CPU and the other under Active Sessions:
    The one under HOST CPU Says:
    Error
    Unhandled exception during generation of chart Host CPU.
    java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    The one under Active Sessions says:
    Error
    Unhandled exception during generation of chart Active Sessions.
    java.lang.NoClassDefFoundError
    at sun.java2d.loops.DrawLine.locate(DrawLine.java:37)
    What do they mean and how do I resolve these?
    Thanks.
    Venkat

    I have seen such errors before (especially when the CPU was very busy). Log off and log back in.
    It should fix the problem. If the error persists, reboot your machine as a last resort.

  • WAD - display only the last value in the chart

    hi...
    I designed a chart in WAD wich displayed a range of values in a line. Now im searching for a possibility to display the value for the points in my chart, but not for all values, only for the last value in the line! And every month the line will extended with new value-points, so it is necassary that the function is dynamic, always for the last point in the chart the value should displayed!?
    thx for some ideas!
    david

    hi @ all... once more information:
    the chart displayed only one keyfigure of a query. for example it display the revenue per month. in jan. = 10, feb. = 15, mar. = 25, apr. = 13, jun. = 23. these values should be displayed in a line in the chart aaaand additional for the last one in the line the valuecaption direct in the chart (f.e.: jun. = 23). not for all "periods-points"only for the last one.
    in jul. = 25 the chart changed and only for july the value-caption should be displayed. Is it possible?
    Regards,
    David

  • Error while udating the forecast value in M.master through RMDATIND Program

    If anyone knows please respond urgently.
    Thanks in advance.
    Cheers
    Vallabhaneni
    Hi All
    Good Day
      In my custom Program I am using the three structures bgr00,bmm00,bmmh1 & bmmh3 and through rmdatind(Direct input method) program, i am trying to update the forecast value in material master data
    and i am getting error message as Specify a tracking limit and i have taken the tracking limit as 4 in my program.
    Actually there are 2 fields exists for tracking limit in structure bmmh1
    1.SIGGR and
    2.SIGG2
    I had given the  input as 4 for these 2 fields but I am getting the same error message Specify a tracking limit
    Can anyone please help me in this case.
    Thanks in advance.
    Cheers
    Vallabhaneni

    debug your program.
    Compare the field content of the value in the field you submitted with the content in field that is checked  when message M3 456 is issued.

  • Error while updating the forecast value in M.Master through RMDATIND

    Hi All
    Good Day
      In my custom Program I am using the three structures bgr00,bmm00,bmmh1 & bmmh3 and through rmdatind(Direct input method) program, i am trying to update the forecast value in material master data
    and i am getting error message as Specify a tracking limit and i have taken the tracking limit as 4 in my program.
    Actually there are 2 fields exists for tracking limit in structure bmmh1
    1.SIGGR and
    2.SIGG2
    I had given the  input as 4 for these 2 fields but I am getting the same error message Specify a tracking limit
    Can anyone please help me in this case.
    Thanks in advance.
    Cheers
    Vallabhaneni

    debug your program.
    Compare the field content of the value in the field you submitted with the content in field that is checked  when message M3 456 is issued.

Maybe you are looking for

  • Idoc  to xi

    hi,   i have done the necessary configuration in R.3 for sending the material idocs into xi and in the xi system i have made neccsary settings in idx1 and idx2. now when i send a idoc, in SM58 it is showing as"::000" what is the cause of this error.

  • Client Synchronization Problem

    Hi All, When I am synchronizing for the first time to get deviceid from mobile client getting the following error. • Synchronization started  • Proxy http://xyz:port/meSync/servlet/meSync?~sysid=ABC&  • Connection to server failed.  • Synchronization

  • Deleted library after latest update!

    I upgraded to the latest version of iPhoto (9.3.1) on my MacBook Pro running MacOS 10.7.4... and now my iPhoto library is partly – mostly – deleted. Used to be more than 34.000 images, and now only 800....!! However, I can see the images in the folde

  • From start view to result view

    Hi, When i try to display some info in the result page. When i enter the button it is not going to second page. Can any one help me. Regards, H.V.Swathi

  • Mavericks Airplay Blur

    I have a late-2013 Macbook Pro 13". When I upgraded to Mavericks on my previous white Macbook, the extended desktop on my TV went blurry. Did an EDID override and that took care of the matter, though only for one of the two TVs I use (not simultaneou