CKF showing as * in the result.

Hi Friends,
I have a CKF calle ABS FTE. This CKF is caluclated as below.
(A) ABS FTE = ABS Hours ( RKF) / CAT Hours (CKF using formula variables).
(B) ABS hours is restricted by some Time types and the key figure is 0dur_value.
(C) CAT hours is calculated on two key figures which are attributes of 0EMPLOYEE. So, i had to create formula variable using replacementpath.
My issue is when i run the report the values for the
ABS Hours (B)   CAT hours (C)     ABS FTE
928.00 HR          17,871.04             *
The reason why ABS FTE is showing as * is because ABS Hours is in HR and CAT Hours is as normal number, hence the system is confused with the Units because they are different.
I tried all possible combinations in my query to make CAT Hours as HR, but in the report it always shows as 17,871.04 instead of 17,871.04HR.
I have tried changing the settings in the conversion of the CAT Hours to HR, but with no success.
Can someone please suggest me how to resolve this?.
Thanks in Adv.
Regards
BN

Hi Friends,
I have used the function No DIM for the CKF ABS FTE and now i can see the values.
Thanks BN

Similar Messages

  • All of the sudden my entire text message history was deleted, but if I search for a text it shows up in the results but will not open.  How can I restore the old text messages?

    I went to text message on my phone and when I looked down my entire text message history was gone.  When I sent a text message it showed up as the only box an there was not an Load Older Messages option.  But when I page over and search a word or name old messages show up in the results and when I press on them it opens the text message page but there is no text message.

    i think that was the problem. i simply downgraded to Firefox 5, not only because of the highlighted text fields, but because i was getting a lot of crash reports whenever i opened multiple tabs. downgrading to Firefox 5 resolved it.

  • Zsh: "set | grep foo" show my not the result...

    hello!
    i have "successfully" switched to zsh! i must say: its amazing!!!
    but i have one problem: i often use commands like this:
    $ set | grep foo
    but i get this:
    hit:
    $ set | grep foo
    Binary file (standard input) matches
    no hit:
    $ set | grep foo
    what i have to change in the .zshrc to get the lines where the word is included?
    here is my config:
    # history
    HISTSIZE=1000
    SAVEHIST=1000
    HISTFILE=$HOME/.zsh_history
    setopt append_history
    setopt no_hist_beep
    setopt hist_ignore_space
    setopt hist_ignore_all_dups # prevent duplicated entries
    # colors and prompt shells
    autoload colors zsh/terminfo
    if [[ "$terminfo[colors]" -ge 8 ]]; then
    colors
    fi
    for color in RED GREEN YELLOW BLUE MAGENTA CYAN WHITE; do
    eval PR_$color='%{$terminfo[bold]$fg[${(L)color}]%}'
    eval PR_LIGHT_$color='%{$fg[${(L)color}]%}'
    (( count = $count + 1 ))
    done
    PR_NO_COLOR="%{$terminfo[sgr0]%}"
    #PS1="[$PR_BLUE%n$PR_WHITE@$PR_GREEN%U%m%u$PR_NO_COLOR:$PR_RED%2c$PR_NO_COLOR]%(!.#.$) "
    PS1="[%{$PR_GREEN%}%n%{$PR_WHITE%}@%m%u %{$PR_BLUE%}%2c%{$PR_NO_COLOR%}]%(!.#.$) "
    RPS1="$PR_LIGHT_YELLOW(%D{%d-%m-%y %H:%M})$PR_NO_COLOR"
    # advanced tab-completion
    autoload -U compinit
    compinit
    zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
    zstyle ':completion:*:warnings' format '%BSorry, no matches for: %d%b'
    zstyle ':completion:*' menu select interactive # shows menu which you can browse with arrow keys
    # tab completion for "kill"
    zstyle ':completion:*:kill:*' menu yes select
    zstyle ':completion:*:kill:*' force-list always
    zstyle ':completion:*:processes' command 'ps x'
    # tab completion for "man"
    zstyle ':completion:*:manuals' menu yes select
    # colors in completion
    #eval $(dircolors)
    #zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
    # command correction
    setopt correctall
    # auto change directory ( "/etc" instead of "cd /etc" )
    setopt autocd
    # other options
    unsetopt bgnice autoparamslash
    # key bindings
    typeset -g -A key
    bindkey '^[OH' beginning-of-line # pos1 key
    bindkey '^[OF' end-of-line # end key
    bindkey '^[[3~' delete-char # del key
    bindkey '^[[6~' down-line-or-history # page down key
    bindkey '^[[5~' down-line-or-history # page up key
    thx, iggy

    I don't know much about zsh, but wouldn't
    echo $foo
    work just as well?
    -edit-
    Actually, you might be able to use the following bash-isms:
    $ # To display variables
    $ declare -p VARNAME
    $ # To display functions
    $ declare -f functname
    Last edited by Cerebral (2007-07-27 13:54:56)

  • How do I show more information for result set, I need company name, company address and company phone number to show. Now it is just company name and company address no telephone number, I need the number to show as well in the first result set

    The result set I get for a search now only shows the company name and address, if I want the telephone number of the company in the result set, I have to click on the link to go the site information to get the number. I want the company name, address and phone number to show up in the result set without having to click on each hyperlink to get the telephone number...

    ???
    See my profile at the left for information you are missing.
    Who, when, why, how, how much, what is the URL

  • Applescript - how do I use the result of a library return value

    Hello.  Been using applescript for about a week.  Very new.
    I'm using the following script below using an external libarary to query mysql database on external server.  works.  gives results.  How do I save them to do something with the. 
    when I run it, the results of the call to the library show up in the results window.  that makes sense.
    ie
    {rows:1, cols:1, record_data:{{"85016   "}}}
    I want to assign the results to a variable to use it later, particularly the 85016.
    I try "set testVariable to tell db_link to do_select(theDBCommand)"
    no good.  Not sure how to do this.
    Help appreciated.
    Script follows:
    -- links to the mysql tools - thanks to http://www.j-schell.de/node/80
    set library_path to "js_aux_scripts:mysql_objects.scptd"
    set app_support to (path to application support folder) as string
    set DB_Library to (load script file (app_support & library_path))
    set db_link to new_link("lala.yadayada.com", "user", "pass", "db") of DB_Library
    -- collect the job number you want to run
    -- Get the Number
    set displayString to "Enter Job Number"
    set the theIcon to 1
    set theJobNumber to ""
    repeat
      display dialog displayString default answer theJobNumber with icon theIcon
              set theJobNumber to text returned of result
              try
                        if theJobNumber = "" then error
                        set theJobNumber to theJobNumber as number
                        exit repeat
              on error
                        set displayString to "INVALID ENTRY! " & displayString
                        set theIcon to 0
              end try
    end repeat
    -- Query the database and get the other informtion from the ticket file.
    set theDBCommand to "SELECT BaseId from SfComp where JobNo = " & theJobNumber
    tell db_link to do_select(theDBCommand)

    Usually you would assign the variable to the results of the command/function, which are inside the tell statement -for example:
    tell db_link to set testVariable to do_select(theDBCommand)
    The results are a record, where it looks like record_data is a list of lists (although your example only has one item), so for that you can specify the particular property you are intereste in, for example:
    get first item of first item of record_data of testVariable

  • I used to be able to search a subject and have the "results" show up with a new tab, but now it opens the result in the same tab, how do I fix this?

    I have tried repeatedly to get the options section to show how to do this but everything changed with the "new-and-improved(?)" Mozilla!
    Could someone please explain to me how to get this to work like it used to (open search results or links in a new tab)??? PLEASE, it is driving me nuts since my slow @ssed computer and AT&T (should be AS&S without the &) internet, makes me remember the bad old days of the 286 computer load times:
    Down memory lane...
    Power button on ==> go take a Shower, Shave, and the other S ==> Make coffee ==> enable program in command line (pre-windows) ==> fix breakfast and another coffee cup ==> curse at computer because it made you forget to add another switch to your command line...
    How many remember those days?!
    They say laughter is the best medicine, except I'm not laughing about the new Mozilla anymore :(

    Could you clarify where you are doing your search?
    ''For Firefox's "Search bar",'' which is the box on the right end of the main navigation toolbar with the icon indicating your currently selected search engine, there is a hidden setting for this:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sear''' and pause while the list is filtered
    (3) Double-click the '''browser.search.openintab''' preference to switch it from false to true.
    If you test, does it work?
    ''For searches from other places,'' could you be more specific about where you are entering your query (e.g., address bar, built-in home page, on a search engine site)?

  • How can I show all the results returned by a sql query?

    Hi guys,
    I need your help.
    Let's say I have one table: TableA. Fields of TableA are aleg, anon, apes. The following sentence can return, in general, several rows: select anon from TableA where aleg = somevalue. I'd like to show the result of column anon but no luck. If I try to show the results in a TextArea and the origin is an sql query only shows the first row value. I tried Show as: show as text (based in PLSQL) and coding an anonymous plsql block as
    DECLARE
    v_anon TableA.anon%TYPE;
    CURSOR v_cur IS
         select anon from TableA where aleg = somevalue;
    BEGIN
    OPEN v_cur;
    LOOP
    FETCH v_cur INTO v_anon;
    EXIT WHEN v_cur%NOTFOUND;
    :FIELD_IN_FORM := v_anon;
    END LOOP;
    CLOSE v_cur;
    END;
    but in this case it's not shown any result.
    So the first question is what kind of field should I use to show the result. And the second one is what can I do to being able to show all the results returned by the query (provided that is more than one single row).
    regards

    Hi Denes,
    Just starting with apex. I think I know how to show the results in a report region. I've simplified the posted question.
    A more detailed question would be: Suppose you have a region where you have put several text areas to accommodate the result of a multi-column query (lets say for TableA) that only returns one row, each column value returned put in a different text area. Also you want to show the values of other fields in TableB that depends on some value just retrieved from TableA and that you want all values retrieved (from TableA and the linked TableB) to be show in the same region. Is that possible? If yes, how?
    Thank you in advance

  • Why this query does not show the result?

    Why the query with the schema prefixed does not show the result and the query without schema display the correct results?
    SQL> select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS';
    select data_object_id,object_type from dba_objects where object_name='HR'.'JOBS'
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> select data_object_id,object_type from dba_objects where object_name='HR.JOBS';
    no rows selected
    SQL> select data_object_id, OWNER, object_type from dba_objects where object_name='JOBS';
    DATA_OBJECT_ID     OWNER                          OBJECT_TYPE
    69662              HR                                 TABLE
                       OE                                 SYNONYM
    SQL> SELECT USER FROM DUAL;
    USER
    SYS

    Hi,
    the column object_name refers to a object_name which is 'JOBS', the column owner refers to the owner 'HR', the value isn't stored together, so you have to select the two columns. It is the same behaviour as every other table/view. Have a look at the values in the view DBA_OBJECTS.
    Herald ten Dam
    Superconsult.nl

  • I want to make a copy of slide show create from my own photographs and with a an audio track behind them. I have carefully followed the iDVD tutorials and burnt the result to a disc but image quality is very poor. What is wrong?

    I want to make a DVD of a slide-show with an audio track behind the photographs. I have carefully followed the iDVD video tutorials but the result is far from satisfactory. The quality of the images on the resulting DVD are blurred and indistict although the original photographs are of a very high quality. Where am I going wrong? Would I have better results from a different program than the inbuilt iDVD and if so so what programs have others found to be better? I should be grateful for some expert guidance.

    Hey Falcopebo,
    Thanks for using Apple Support Communities.
    Looks like you have image quality issues when using iDVD to burn.
    iDVD 7.0: Burned DVD has interlacing, pixelation, or image quality issues
    http://support.apple.com/kb/ht4078
    A standard DVD made by iDVD is made to the standard DVD resolution of 720 X 480, which is smaller than most HDTVs and monitors. When expanded to fit the entire screen or monitor, the image will distort slightly due to upscaling to fit the screen or monitor.
    Have a nice day,
    Mario

  • So, I made my account a while ago before I had an iPhone so I can get music. The result of that I can't remember my security questions, and it tells me to send a rescue email an alert, but it doesn't show you how to get to that page. Can someone help me?

    So, I made my account a while ago before I had an iPhone so I can get music. The result of that I can't remember my security questions, and it tells me to send a rescue email an alert, but it doesn't show you how to get to that page. I am getting quite annoyed because apples hours arent the best fitted to my scedule since I have school and work, so I cant call and ask how to get fixed. Please help me all I want to do is buy some music...

    Click here and fill out the form.
    (90729)

  • When I try to choose a new folder to save a bookmark the resulting pop-up window only shows the top lefthand quarter minus any buttons, FF4 in Ubuntu Lucid

    When bookmarking a page, I click on the star or the menu. The 'Edit This Bookmark' window appears, I click on the folder arrow and select 'Choose'. The resulting window shows a large black shadow with the top left of the actual window. If I run the cursor across the black shadow various parts of the missing window appear and I can complete the operation, but it obviously sould not be doing this. I am using FF4.01 in Ubuntu 10.4 Lucid. I have taken a screenshot if you need it.

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • TS1702 i if use "search" in music on my ipod touch 5th gen the result just show only album and playlist but nothing song result.whats wrong with it?please help

    i if use "search" in music on my ipod touch 5th gen the result just show only album and playlist but nothing song result.whats wrong with it?please help

    The users guide says:
    Spotlight searches the following:
    Contacts—All content
    Apps—Titles
    Music—Names of songs, artists, and albums, and the titles of podcasts and videos
    Podcasts—Titles
    Videos—Titles
    Audiobooks—Titles
    Notes—Text of notes
    Calendar (Events)—Event titles, invitees, locations, and notes
    Mail—To, From, and Subject fields of all accounts (the text of messages isn’t searched)
    Reminders—Titles
    Messages—Names and text of messages
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsynce all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • How can I fix the crop? When I crop my photos and click okay, the layer no longer shows the resulting photo -- just a dark gray background.

    Can anyone help me to resolve my cropping issue? I have either hit a key I wasn't supposed to hit accidentally, or the software needs to be fixed or reset.  And if I reset or reinstall the software (Photoshop Elements 10 + Organizer), will all my categorized photos in the Organizer be lost with the new installation?
    I have three screen shots to help show my problem.
    The first one is the page before I make any cropping edits:
    This next one shows the beginning of making the crop, before clicking the green check mark to accept the crop. Notice the photos are still intact and visible in the layers:
    And when I accept the crop (by clicking the green checkmark), below is the view of my resulting new layers (the photo is no longer there):
    As you know, what I should see is the resulting, cropped photo in both layers -- not a grayed-out set of boxes.
    How can I fix this to get the crop feature to work again?
    Thanks in advance for your help!
    Gordi

    Click this little triangle and choose Reset Tool from the popout menu:

  • How to show the result of query in oracle forms 10g to Excel Sheet File

    Dear All,
    I have query and i want the result to be show in excel sheet file in oracle forms
    for example if i have a form with search criteria and when pressed the button of ( export to excel ) the result is
    excel file contains the result of the query .

    The only method to achieve this is with the help of Webutil. Please go through documentation for more help.
    Regards,
    Manoj Chakravarthy

  • Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    Are .mov files usable in PE 13?  If not, can PE 13 convert them to a usable format?  Will the result be usable in a slide show created with Photoshop Elements 13?

    jayarl
    Please do not duplicate thread. It gets confusing for you as well as for those trying to respond to your question.
    I have replied to your question in your other thread.
    https://forums.adobe.com/thread/1662961
    Please continue the discussions there.
    A moderator will probably delete or close one of the duplicates as soon as seen.
    Just a note...Photoshop Elements 13 and Premiere Elements 13 are standalone products. Each comes with the
    Elements Organizer 13. When both are on the same computer, they share the same Elements Organizer 13.
    ATR

Maybe you are looking for