Impossible to display KF unit

Hi,
I want to display unit when i use the formulas.
I have two different formulas with one of them it's impossible to display the unit.
my first formula is:
- (XXX) %A (YYY) No doubt for the unit
Second formula:
- (XXX < YYY)* XXX %A YYY+ (XXX > YYY)* YYY %A YYY
the unit disappear
can anyone help me to display unit for the second formula please?
Best regards
Eric

HI Eric,
Inspite of this
(XXX < YYY)* XXX %A YYY+ (XXX > YYY)* YYY %A YYY
try
(XXX < YYY)* XXX %A YYY+ not(XXX < YYY)* YYY %A YYY
Please try am not sure but trial don take much

Similar Messages

  • Displaying operating unit specific data in Discoverer Report ????

    Hi Experts,
    My Requirement : I need to develope one custom report where it has to display operating unit specific data based on the resposibility selection in Discoverer.
    My Approach : I prepared the below query and I am trying to pick Business_group_id from profile options and passing to the query.(You can observe the condition which is highlighted as red color)While i am running the query I am getting zero records.
    Please suggest me how to achieve the my requirement of displaying operating unit specific data in Discoverer.
    SELECT  A1.PERSON_ID
           ,A1.employee_number
           ,A1.first_name
           ,A1.last_name
           ,A1.known_as PREFERRED_NAME
           ,A1.GENDER
           ,A1.date_of_birth
           ,A1.Marital_status
           ,A1.original_date_of_hire
           ,A1.Organization
           ,A1.Location
           ,A1.Job_name
           ,A1.OLF_DEPARTMENT
           ,A1.OLF_DEPT_SUBGROUP
           ,A1.salary
           ,A1.salary_change_date
           ,A1.HIRE_DATE
           ,A2.PERSON_ID SUPERVISOR_ID
           ,A2.EMPLOYEE SUPERVISOR
           ,A3.PERSON_ID SUPERVISOR_ID_1
           ,A3.EMPLOYEE SUPERVISOR_NAME_1 
    FROM (
    SELECT PAPF.first_name
          ,PAPF.last_name
          ,papf.known_as
          ,papf.sex GENDER
          ,papf.date_of_birth
          ,papf.marital_status
          ,papf.employee_number
          ,PAPF.person_id
          ,PAAF.supervisor_id     
          ,PAPF.original_date_of_hire
          ,(SELECT name FROM  hr_all_organization_units WHERE Organization_id=PAAF.organization_id) Organization
          ,(SELECT location_code FROM  hr_locations WHERE location_id=PAAF.Location_id) Location
          ,(SELECT name FROM  per_jobs WHERE job_id=PAAF.job_id) Job_name
          ,PPP.proposed_salary_n SALARY
          ,ppp.change_date salary_change_date
          ,ppgk.segment1   OLF_DEPARTMENT
          ,ppgk.segment2  OLF_DEPT_SUBGROUP
          ,papf.original_date_of_hire HIRE_DATE
      FROM per_all_people_f PAPF 
          ,per_all_assignments_f PAAF
          ,per_pay_proposals  PPP
          ,PAY_PEOPLE_GROUPS_KFV ppgk
    WHERE 1=1
       AND PAPF.person_id=PAAF.person_id
       AND papf.business_group_id=paaf.business_group_id
       AND PAAF.assignment_id=PPP.assignment_id
       AND paaf.people_group_id=ppgk.people_group_id
       AND ppp.change_date =(SELECT MAX(change_date)
                               FROM per_pay_proposals
                              WHERE assignment_id=PPP.assignment_id)
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date<font color="red">AND PAPF.BUSINESS_GROUP_ID = TO_NUMBER(FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID '))</font>
    ) A1
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE,PAPF.PERSON_ID,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A2
    SELECT PAPF.first_name
    ||','||PAPF.last_name EMPLOYEE
         ,PAPF.PERSON_ID
          ,PAAF.supervisor_id     
      FROM per_all_people_f PAPF
          ,per_all_assignments_f PAAF
    WHERE PAPF.person_id=PAAF.person_id
    AND papf.business_group_id=paaf.business_group_id
       AND SYSDATE BETWEEN PAPF.effective_start_date AND PAPF.effective_end_date
       AND SYSDATE BETWEEN PAAF.effective_start_date AND PAAF.effective_end_date
    ) A3 
    WHERE 1=1
    AND  A2.PERSON_ID(+)=A1.SUPERVISOR_ID
    AND  A3.PERSON_ID(+)=A2.SUPERVISOR_ID
    AND  A4.PERSON_ID(+)=A3.SUPERVISOR_ID
    ;

    you are in the wrong forum, try an ebusiness-related forum, maybe this OA Framework

  • How to display Currency Unit beside value in BEx Report?

    Hi,
    I have 2 separate Amounts in the columns area. Their respective currencies exist as Characteristics in Unit dimension. How do I display the amount along with currency unit beside it?
    As of now my Report looks like....
    Amount 1              Amount 2
    2000                     3000
    I would like to display it as......
    Amount1           CUR                Amount2          CUR
    2000                 EUR                 3000               USD
    Thanks,
    SD
    Edited by: Sebastian D'Souza on Jan 16, 2009 11:40 AM

    Hi Sebastian,
    Yes it can be possible to get the currency unit along with currency in ur report.
    To do this, first of all u need to have the currency unit in ur flat file or else in ur data.
    If u have so, here are the steps to do that.
    1.Double click ur amount info object under 'currency/unit of measure tab' , in the unit/currency field just give as 0currency.
    2.And then activate ur info object.
    3.In Transformations u will find another field '0currency', just map it to the amount field.
    and then do the process as usally loading data to target, and the execute the report.
    u will be able to see currency unit filed also.
    hope this helps u.
    Thanks,
    Sai Chand.

  • Display currency unit in ALV

    hi,
    can anyone tell me how to mention the currency unit in the field which is displayed in ALV???
    ex: 250 USD in a single column.
    i have used ALV grid display.

    hi,
    i tried doing that but im not getting it.
    please help.
    i used what u said.
    it_fcat-col_pos = 9.
      it_fcat-fieldname = 'DISCAVAIL'.
      it_fcat-cfieldname = 'WAERS'.
      it_fcat-tabname = 'IT_FINAL'.
      it_fcat-do_sum = 'X'.
      it_fcat-seltext_m = 'DISC AVAILED'.
      APPEND it_fcat.
    this is the thing
    Edited by: Poonam Naik on Jul 22, 2008 9:09 AM

  • Display seles unit convert of material at inventory cube

    Hello all,
    At Report on the Inventory Cube ( 0MM_C02) i need to display the sales unit of material.
    at material master in ecc the data exist at tran mm03 --- > additional data -----> unit of messure - all the convertion unit of measure.
    exp:
    base unit: 10 pc
    sales unit : 1 KAR.
    also i need to display this sales unit at purchasing and sales cubes.
    how can i do this ?
    Regards,
    yuval

    Hi Yuval,
    This is related to Material Master -0MATERIAL.
    Not surebut I think the UoM are getting captured in material master...check it out...else they may be there in either MARA,MARC,MARD or any of the material related tables..check with Functional Consultant.
    Enhance the material master with the these UoM and then stamp them in the Cube while loading.
    Or
    Create a seperate master for this.
    For calculations ..you can also make Char as Key Figure and use them calclualtons.....Google how to do it.
    Let us know if you require any further info.
    rgds
    SVU

  • Display currency  unit  field in FM reuse_alv_grid_display

    Hi friends,
    I am using ALV list, I want to display the currency field as a column in the list , also the '$' sign should get displayed in the amount field .
    I have used the logic given in the SAP help, but i am unable to display the currency unit.
    can anybody help me out .
    Thanks in advance for the suggestions.

    Hi Poonam,
       I think you cannot have the $ sign in the same amount field if you have declared it as a TYPE CURR field.
    YOu can have an extra field, immediately after the Amount Field which has a value '$' in it.
    If you want to have the dollar sign in the field itself, then concatenate the amount field and '$' sign into a common field and build a field catalog for that field.
    But there is an inherent disadvantage with this approach that you will not be able to have utilities like totals, subtotals etc.
    Welcome to SDN..:)
    Regards,
    Ravi
    Message was edited by: Ravi Kanth Talagana

  • Display Org Unit based on User logon in Business partner creation..

    Hi Gurus,.
    I have to assign Sales Org , DIV, Distribution Channel to the Business Partner in Sales Area data.  When I try system shows entire Org structure. But I want the Org structure should be displayed based on the user log on. Assume that, I am assigned to Shangai and creating Business partner for Shangai, the system should not show Beijing or other Org Unit since I belong to Shangai.  How to address this scenario thro standard customization?
    Is it common problem in CRM Webui(6.0 and 7.0).
    My Org Structure:
    Global
      China
         Shangai
         Beijing
       Nanjing.
    Thanks in Advance....

    Hi Varma,
    From my understanding of your problem, you can approach it in a different manner. Since, you mentioned that you will be receiving a delimited flat file around 5 to 6 times a day, you can probably consider coming up with a Report Program. This Report will consume the flat file, generate the necessary organizations, business partners, BP relationships and then create them and finish with the logging of all the messages ( Success, Error, Warnings, etc.)
    You can now schedule this report execution in a Batch Processing Job which will be executed as per the scheduled time and at the end of the day you can see all the application log files.
    This is just an approach and you can modify the report in your own way. I guess that the flat file will be located somewhere in the same place daily so that you can hard code the File Name and Path in the report.
    Regarding the Organization and Business Partner creation, you can use the standard SAP delivered BAPI's which will return you all the errors properly.
    Hope this helps.
    Thanks,
    Samantak.

  • Display of unit of measure...

    Hi Gurus,
    When I generated a report, all the unit keyfigures got the unit of measure displayed along with the value except for two unit keyfigures wherein the unit of measure got displayed just below the description of the keyfigure and not along with the values. That is, in a particular keyfigure column, the keyfigure description got displayed on the top and the unit of measure just beneath the description and the values below that.
    Could you please help me with this issue.  I need to get the unit of measure displayed along with the values.  <<text removed>>
    Thanks,
    Edited by: sachitp on Oct 22, 2010 12:19 PM
    Edited by: Matt on Oct 23, 2010 1:36 PM

    Hi Sachtip, Assuming you are using Web based Analyzer; You need to do a change for your Web template 0ANALYSIS_PATTERN. Goto the Web Application Designer. Open Default template > Analysis Grid > Properties on Left Side > Web Item Params > Scaling Factors Visible [X]. Un-check this. Now, your Key Figure UoM factor description will be displayed along with the value. Now run your query; as this query by default uses parameters from default template; changes effected in the main query will be visible on your query output. Thanks!

  • Best display calibration unit for mac pro under $100?

    I have come to the conclusion that calibration by eye is a suckers bet.  So looking at calibration units, for example spyder 3 express.
    Wondering what units work best with mac pro (2008 8 core).
    Thanks for replies.

    My experience is that it comes down to multiple factors. The monitor, the application you're using, along with the color profiles you're using.
    I use a 30" Dell display hooked to a 5770 graphics card and I make sure the color profiles are consistant over the applications I use.
    At one stage I bought a Huey Color Correction device. I eventually put it on the shelf and forgot about it.
    My conclusion is, after years of consistently good color printing results, is that if you've got the components right like a good monitor and working with consistant color and press profiles then the "Expert Mode" is Apple's Color Calibration in System Preferences is completely adequate.
    I spend every day color correcting in our graphic design business and we get terrific, predictable results.

  • Display alternate unit of measure as a characteristic

    Hello,
    I have successfully implemented the 'How to ... Report Data in Alternate Units of Measure' using the business content infocube 0IC_C03, Material Stocks/Movements.
    The infocube currently contains only base unit of measure.
    In the queries I am displaying key figures in base unit and alternate unit of measure.
    My requirement is to subtotal by alternate unit of measure. Is this possible? If I add 0BASE_UOM to the query this has no affect on the alternate unit of measure.
    Can I add an alternate unit of measure characteristic to the infocube and populate it during query run time? Where would this configuration take place?
    SAP_BW 3.1, content 3.3.
    Thanks for any suggestions,
    Mark

    HI,
    Go to Inforecord of that material with that vender on that plant.
    Change Inforecord(me12)...here in general data...change the order unit.
    system will give the conversion factor as u defined in material master.
    Hope Help U !
    Regards,
    Pardeep Malik

  • Impossible to display a Numbers doc in my iPad or iPhone if the file was edited in Numbers for OSX

    Hi,
    I've created a Numbers spreadsheet in the Numbers app for iPhone.
    Later, I've edited this file with Numbers for OS-X.
    Since, I'm no more able to display this file in my iPhone or iPad. Indeed, in Numbers iOS, when I click on the file icon, there is a strange error message displayed (the original message is in French, So, excuse me if the translation is not perfect):
    "The spreadsheet can not be imported. An unknowned error occured."
    I've tried to duplicate the spreadsheet in Numbers OS-X, change some data, colors, ... but the pb is still there.
    Does anyone have an idea ?
    thanks, and regards
    Marc

    Hi Thierry09,
    I see what you're doing. I just tried going through Dropbox here and I get the English version of your message: "Spreadsheet can't be imported." 
    I think this may be a Dropbox issue. Dropbox used to display Numbers documents, I think, before the recent Numbers iOS upgrade.  They probably need to update their app.
    I like Dropbox. But is there a reason you need to use Dropbox for Numbers?  Numbers syncs very well now via iCloud (iCloud has gotten a lot better in my experience) so you don't have to fuss with Open in ... and all that, the way you do with Dropbox.
    If you want to give iCloud sync a try then on your iOS device you need to make sure it is switched to On in two places:
       Settings>iCloud>Documents & Data>Numbers.
       Settings>Numbers>Use iCloud.
    And on your Mac:
       System Preferences>iCloud>Documents & Data>Options>Numbers.app.
    With iCloud sync enabled the Numbers documents appear automatically on iOS and you'll be able to see your documents online as well from any modern browser, should you ever need that.
    You can still back up your documents outside iCloud. On the Mac they are located in a folder you can reach in Finder by option Go>Library>Mobile Documents>com~apple~Numbers.  On iOS you can email them to yourself or send to iTunes.
    SG

  • Mini DVi to VGA :  impossible to display to a video projector

    hello !!!
    I bought a MINI DVI to VGA adaptor and i as soon as i connect my videoprojector (Sanyo) to my Imac with the mini DVI-VGA adaptor, my Imac screen freezes and nothing appears on the video projector screen.
    What can I do ?
    Thanks

    Not exactly, though you can reset the PMU of an iMac flat panel machine with a PowerPC G4 processor, reset the SMU of a G5 PowerPC-equipped platform, or reset the SMC of one driven by an intel processor.
    Any corrupted settings stored which might affect your external video will be dealt with by those processes. Have you attached the adapter alone and seen this same outcome, or does it occur only when a VGA projector is attached to the adapter?

  • Getting green line/veins on my ipad display. Unit has never been dropped and is out of warranty. Any ideas?

    Getting these annoying green veins on my screen.  Ipad has never been dropped.  Any suggestions on what to do?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Impossible to display iCal's colored calendars on iPhone calendar?

    All events in the iPhone appear blue, regardless of the calendar group they belong to in iCal. I've been annoyed by it since the iPhone was released, and I keep expecting an update to emerge that allows this, but so far I don't think it's possible. Am I wrong?
    Thanks, Steve

    for now... it is the way it is... this frustrates me too as i'm very color or contrast oriented when i try to organize things.
    if you haven't provided feedback directly on that lack of functionality... visit the feedback page and request it.
    http://www.apple.com/feedback/iphone.html

  • HT4362 iPhoto 9.4.2:  why it is impossible to display slide shows on an Apple TV (only events and albums)?

    Hi all,
    I have iPhoto 9.4.2 and an AppleTV (2nd generation).
    On the AppleTV I have no problems in playing pictures stored in the iPhoto library when the pictures are organized in an Event or in an Album, but when my pictures are organized in a Slide Show, they aren't visible in the AppleTV.
    My purpose is to play on the AppleTV a slide show with exactly the same picture sequence and music I've set up in the Slide Show settings on my Mac...
    I know that in theory I could use an Album, but unfortunately the AppleTV does not retain the picture sequence and the music...

    Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If the problem does not appear with the new library the old library is the culprit.
    In that case  make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

Maybe you are looking for

  • Problems with using Flat Brushes in Photoshop Elements 10

    Hi, Today when I use the flat brushes to paint the colours are not flat but differant tones of the colour in the shape of the brush. Any suggestions please? Thanks, Jeff

  • Creation date displayed oddly in Finder

    In a Get Info window, my creation dates show correctly. In a Finder window, dates are not shown correctly, so that 2011-1-22 appears as 111/22/ followed by the time. Any idea why the / between year and month is missing?

  • The input line is too long.

    I am a prentice on J2EE by using the Tutorial 1.4. - Problem: I keep getting this error message: "The input line is too long. The syntax of the command is incorrect." from the windows's terminal no matter what arguments I issued for the command asant

  • Help needed. Lightroom 6 doesn't launch after install

    I'm a Photography plan subscriber and just upgraded my copy of LR from 5.7.1 to 6.0 through the Creative Cloud Application. Unfortunately, when I click on the Lightroom shortcut on the windows desktop or when I attempt to launch Lightroom 6.0 from th

  • PGI for Special Stock E

    Hello Friends , Business requirement is i receive material directly to sales order and do the PGI for the same , we are not a manufacturing unit . issue is i have booked my material to Sales Order and my material becomes SPECIAL STOCK E , now when i