Vlookup similar function

I feel a bit heretic bringing VLOOKUP to the topic but there is an issue I'd like to bring forward to you.
In short is the following
1) User inputs Rates to Employee and must bring the lookup value
Scenario:Budget
Version...Ver1
Period: ..BegBalance
Year: ....FY11
Center: Administration
................................................Accounts.....................
..........................................Rate........Lookup value to calculate
Position 120.Employee 1 .......12.00.............D
Position 130.Employee 2 .......13.00.............E
Position 140.Employee 3 .........9.00.............C
Position 150.Employee 4 .........8.00.............B
2) User maintains Rates and Lookup values in a separate "dummy members table".
Scenario:No Scenario
Version...No Version
Period: ..BegBalance
Year: ....No Year
Center: No Center
Position: No Position
..............................Accounts.....................
.............AnnivRate........Lookup value........
Rate 1 ......5.00...........A
Rate 2 ......7.00...........B
Rate 3 ......9.00...........C
Rate 4 .....11.00...........D
Rate 5 .....13.00...........E
Assumptions:
- Rates are in a different branch of the same Employee Dimension (..and perhaps this is wrong)
- If the input rate is between two rates it should take the smaller value.
- The list of Rates is extensive around 50 members
Tried the following...
VAR BaseRate = 0;
VAR lastIncrRate = 0;
VAR counter = 0;
FIX ("No Entity", "BegBalance")
FIX ([Scenario], [Version], [Year], [Center])
"AnnivRate"(
lastIncrRate = "Rate";
/* Lookup in Rates table */
FIX (@DESCENDANTS("Rates"), "No Position", "No Center" )
"AnnivRate"
BaseRate = "AnnivRate";
/* Compare between Rates */
IF (lastIncrDate > BaseRate)
counter = 0;
ELSE
counter = counter + 1;
IF (counter == 1)
Ratecalc = "AnnPeriod";
ENDIF
/* Trying to store the correct value in a temporal value */
ENDIF
ENDFIX
/* Trying to assign the value to the employee position combination*/
"Anniv_Period"
IF ("Headcount." >= 1)
"Lookup value to calculate" == Ratecalc;
ENDIF
ENDFIX
ENDFIX
- The control flow may be wrong, I wish something like in visual basic i.e: FOR Employees.... FOR Rates... NEXT Rates... NEXT Employee (still heretic :-) )
- Any clue is welcome, thanks again!

Acrobat Pro 8 - ok.
However, it still comes back to George's question.
Are you going to use the "traditional" Acrobat forms (aka 'acroforms') or,
LiveCycle Designer?
With the install of your release of Acrobat 'acroforms' capability is, of course, part of the package.
However, a second & independent application, LiveCycle Designer, is also installed.
It is integrated with and accessed through Acrobat.
As the scripting associated with the two, discrete form creation methods are not the same
the 'how-to' George alludes to is predicated on which one you are going to use.
Be well...

Similar Messages

  • Is there a similar function in Edge Animate that is similar to the draw path function in After Effects?

    Is there a similar function in Edge Animate that is similar to the draw path function in After Effects?

    No, I'm afraid not.  However, you can drop a clip from in to out into the timeline and the hit CMD+R and grab the end, changing the length of the clip to fit in the space that you need by speeding up the clip.
    Hope that helps.
    Andy

  • Variant of expect command having similar functionality in Solaris OS??

    Hi All,
    I am using one shell script in Linux with “expect 5.38” command utility, this script contain ssh and sftp. Now same shell script I need to use in Solaris (SunOS eupr0016 5.9 Generic_118558-05 sun4u sparc SUNW,Sun-Fire-V440) but issue is that the Solaris OS doesn’t have expect utility.
    Please let me know, is there any other variant of expect command/utility having similar functionality to use on Solaris OS.
    Thanks
    Jiten Mistry

    JitenMistry wrote:
    But we have Solaris 5.9 OS installed5.9 and 9 are the same version of solaris (actually I think it is SunOS 5.9 and Solaris 9, but whatever). So my advice is to install the package SFWexpct that should be on the companion CD.

  • T codes with similar functions in AP and AR process

    Hi,
    I need  list of T codes which has similar functions in entire AP and AR process.
    Thanks
    SM

    Hi,
      From the menu  Extras > Settings >   Tick "Show Technical Names".
    The look through the standard menu for AP & AR . Items with similar descriptions = Similar T-Code.
    regards

  • I don't use Photoshop - looking for software with similar functionality to Photoshop's Pixelbender / Oil Painting.  Any suggestions?

    I don't use Photoshop, I'm an Aperture guy.
    I'm looking for software with similar functionality to Photoshop's Pixelbender / Oil Painting. 
    I'm especially interested in the bending of the pixels, along the lines of impressionist paintings - think van Gogh.
    Any suggestions?

    If you are interested in computer simulated drawing and painting effects, have a look at the "ToonIt!" plug-in for Aperture. This will do some of the basic work for you, but you will have to do quite a lot of editing afterwards, to turn the image into a piece of art.
    It might be easier, to do most of the drwing and painting yourself in the first place - ArtRage Deluxe is very versatile, if you have a large trackpad and pen.
    For example: Applying a light ToonIt! effect "Impressionist2": The diagonal
    cross-pattern is due to "Demo" mode - I have not yet bought the plug-in - it is rather expensive:
    The original:

  • Similar Functionality as VF31 or VL71 for Sales Orders

    Hi Experts,
    VF31 and VL71 is for mass processing of outputs for Delivery & Billing documents. Is there similar functionality for sales orders?
    Regards
    Lawrence

    Hi Lawrence,
    There is no tcode, but you can mass process outputs for sales orders using the program SD70AV1A

  • Similar Functionality like SM30

    Hi,
    I created a Z-Table. I don't want to generate Table maintenance. In Production System the Users don't have access to SM30 for insert/delete/modify the records in the table.
    Is there any other way to give some program to the users for similar functionality like SM30?
    anybody written any program on this issue?
    any idea?
    Thanks in advance,
    fractal

    Hi Fractal,
    Follow these steps:
    1. Goto T-code (se93) and create a custom trasaction say ztest.
    2. while creating give some short test and check the radio button  
    <b>Transaction with parameters(parameter transaction)</b>
    3.In the next screen assign these values:
       Transaction --> SM30
       Screen  --> Give the screen number which is seen in the table maintenence
                        screen in system--> status which you can directly go and find
                        through the T-code sm30.
       And in the Name of the Screen field as VIEWNAME and Value as the name of
       your Custom Table.
    Now you can provide this T-Code for users to maintain the table.
    Regards,
    Vinod.
    NOTE: PLZ close the issue if solved.

  • Any similar function in Toplink??

    I'm using Jdev+JSF+Toplink for web application.
    What should I do if I want to render a different value on the ADF table than the actual DB value which is similar to SQL decode function.
    e.g
    DECODE(status,'P','Pending','A','Approved','R','Rejected') etc.
    I have already tried to change the getters & setters of the underlying POJO but it doesn't work.

    I'm not sure with ADF, but in TopLink you can use an ObjectTypeConverter on the DirectToFieldMapping for the status to provide the mapping from database values to the values you want in your object model.

  • Any method has similar function as 'when_mouse_enter' trigger in 10g

    in 10g, we cannot use 'when_mouse_enter', 'when_mouse_leave' functions, is there any other functions have similar interactive functions in 10g?

    We use when-mouse-click when on the web to emulate the when_mouse_enter trigger. Or in some cases, when-mouse-click with ctrl button (Checking :System.Mouse_button_shift_state).
    Instead of when-mouse-leave, we just started a non-repeating timer, and did the same as the wme trigger after 3 seconds.

  • Any method have similar function as 'when_mouse_enter' trigger in 10g

    in 10g, we cannot use 'when_mouse_enter', 'when_mouse_leave' functions, is there any other functions provide similar interactive functions in 10g?

    We use when-mouse-click when on the web to emulate the when_mouse_enter trigger. Or in some cases, when-mouse-click with ctrl button (Checking :System.Mouse_button_shift_state).
    Instead of when-mouse-leave, we just started a non-repeating timer, and did the same as the wme trigger after 3 seconds.

  • Does oracle have similar functionality like MsSql "for xml path('')"

    Does oracle have similar build in functionality like MsSql “for xml path(‘’)” , or in another word, it can enforce the result set(multiple rows) into ONE line such kind of presentation way.
    Thanks in advance. Any help would be greatly appreciated.

    Here I would like specify my question mnore clearly,
    CREATE TABLE t(
    line NUMBER(3),
    site VARCHAR2(4),
    phase VARCHAR2(5),
    test VARCHAR2(25));
    INSERT INTO t VALUES (1, '0100', '*','1111111111111111111111111' );
    INSERT INTO t VALUES (2, '0100', '=','2222222222222222222222222' );
    INSERT INTO t VALUES (3, '0100', '=','3333333333333333333333333' );
    INSERT INTO t VALUES (4, '0100', '*','4444444444444444444444444' );
    INSERT INTO t VALUES (5, '0100', '=','5555555555555555555555555' );
    INSERT INTO t VALUES (6, '0200', '*','6666666666666666666666666' );
    Here I want to retrieve the 'line' column information in ONE line way
    select line from t I want the result is like '1,2,3,4,5,6'
    Any generous help would be greatly appreciated!!!

  • Similar functionality to Google/Outlook Calendar advice required

    Hi all,
    I have built an Apex app that is used to create jobs and assign them to an engineer. It is a straightforward app and we are now looking at adding some new functionality, specifically I have been asked to provide a diary type view of the jobs scheduled for each engineer to help with the allocation of new jobs.
    I have tried the out of the box Calendar region in Apex and it isn't quite what I require and I was wondering if anyone had some advice and guidance that they could offer to help me out?
    The easiest way to describe what I would like to achieve is a Day view similar to the Google Calendar interface, or Outlook Calendar, where you have the hours of the day down the side of the page and for each engineer their jobs that have been scheduled for that day is shown in a block that covers the time that the job has been scheduled from and to i.e. 9am - 10.30am.
    I have searched this forum and the internet for something similar that I could adapt but have so far have not found anything, I love the example in this post:
    [http://rutgerderuiter.blogspot.com/2008/07/drag-planboard.html|http://rutgerderuiter.blogspot.com/2008/07/drag-planboard.html]
    however I think it is not quite what I require and is more advanced than my simple JavaScript skills could handle!
    In order to visually illustrate what I have in mind, the following is a good example:
    [http://www.pioneerinteractive.com/screenshots/sched-day-view.JPG|http://www.pioneerinteractive.com/screenshots/sched-day-view.JPG]
    My data is structured pretty much as you would expect where there is a table of jobs with columns for job no, engineer, date start time & date end time, job description.
    If anyone can provide me with some tips on how to achieve what I have explained, or even a different approach that you think would satisfy what I have discussed then I would really appreciate it.
    Best regards,
    Stu

    I've found a work-around to this. I import the ICS event into "Calendar", then visit it in iPhone Calendar and change its calendar to Google Calendar, it then synchs properly.

  • Plugin with similar functionality to snapshot tool

    I would like to develop a plugin with functionality similar to the Acrobat snapshot tool. I'd like to provide a method for the user to select a rectangular region, and capture an image of that region to the clipboard, which is exactly what the snapshot tool does (I also want to add some features not provided by the snapshot tool once this is working). I've reviewed the SDK samples, and I'm not sure how to get started. Is this a special case of a Selection Server? Which API methods allow me to get the image of the rectangular selection, rather than iterating through PDF elements contained within?
    Thanks!

    Hi Leonard,
    Thanks for the quick reply! Let me break down the areas I'm still unclear on into a couple of questions:
    (1) What is the best way to allow the user to draw a rectangular selection? Are there some callback functions I should implement to allow the user to click and drag a marquee, or do I have to handle the code to draw the rectangle myself? I'm wondering, for example, if I need to implement the drawing code as part of a custom AVTool DoClickProcType callback, or if there is a better, built in way to get a rectangular area that a user has drawn (given that this operation is common to many tools).
    (2) Once I have the rectangular selection coordinates from #1 above, how do I render it to an offscreen bitmap as you suggested? Is there a function in the API that allows me to do this?
    Thanks again!
    Steve

  • CASE statement (or similar functionality) in interactive report?

    Hello,
    I've written a report based on an anonymous block of PL/SQL that allows me to show a different colored icon on the report based on the value of one of the columns - show green if value is less than x, show yellow if value is between x and y, and show red if value is greater than y.
    Here is the code block:
    for i in (select proj_id, proj_name,
    CASE
    WHEN proj_cost < 10 THEN '<img src="#APP_IMAGES#green-circle.jpg">'
    WHEN proj_cost > 10 and proj_cost <15 THEN '<img src="#APP_IMAGES#yellow-circle.jpg">'
    WHEN proj_cost > 15 THEN '<img src="#APP_IMAGES#red-circle.jpg">'
    ELSE NULL
    END proj_cost
    from project)
    loop
    htp.p('<p>' || i.proj_id || ', ' || i.proj_name || i.proj_cost ||'</p>');
    end loop;
    Can I do something similar with an interactive report? I want the flexibility of the interactive report but the ability to still include this customer requirement in the report.
    Thanks!
    -melissa

    Hi,
    You can use your select as interactive report region source
    select proj_id,
    proj_name,
    CASE
    WHEN proj_cost < 10 THEN '<img src="#APP_IMAGES#green-circle.jpg">'
    WHEN proj_cost > 10 and proj_cost <15 THEN '<img src="#APP_IMAGES#yellow-circle.jpg">'
    WHEN proj_cost > 15 THEN '<img src="#APP_IMAGES#red-circle.jpg">'
    ELSE NULL
    END proj_cost
    from projecIt should work fine
    Just make sure that column where is image type is "Standard report column".
    If it is "Display as text" it will not show HTML
    Br,JAri
    Edited by: jarola on Mar 16, 2010 4:18 PM
    for substitution sting APP_IMAGES you need probably use &APP_IMAGES. instead of #APP_IMAGES#
    Other vise it should be fine

  • Can't use SecKeyRef and similar functions, when "Compile sources as" is set to "Objective c  "

    Hi, need to access SecKeyRef funcion and some other similar ones, but i can't access them, when my compiler option "Compile sources as" is set to "Objective c++". When it is set to "According to a file type", i dont get any errors with those funcions, but my old code starts to get errors. What should i do? I have tryed everything and still no luck...
    I'm using xcode 4,6 and app is for iOS6.

    I got my problem fixed. I was getting errors, with some failas that were importing <cmath><limits> etc. I renamed their extensions to .mm and set compile sources as to "According to a file type".
    Now wait a second. So if my apps target is iOS6.1 , apple will no longer accept my app? I didn't heard nothing about it...

Maybe you are looking for

  • A question about WLAN and processor speed

    Hi there! i'm looking at replacing my "old" Nokia E5-00. I'm thinking of the newer Nokia E6 or the Samsung Galaxy Pro B7510 Android QWERTY phone. My stupid question is will a faster processor be of any help when it comes to opening/closing/downloadin

  • DeliveryException: invalid content type for SOAP: TEXT/HTML

    My scenario is RFC -> XI -> SOAP (synchronous), but when I test this scenario, I got the error message "DeliveryException: invalid content type for SOAP: TEXT/HTML", I search the document and change it following this blog: /people/varadharajan.krishn

  • Connecting lap top to hdtv

    I have a new HDTV with a pc input.  I tried to connect my m105-s3004 satellite to my toshiba 42hl167 tv using the pc input with a vga cable and the tv is displaying " unsupprted video signal.  Is there something extra I need to do to get my lap top t

  • Playlist shuffle issues

    Here's the problem, Searchin for a specific song using the search box on top of every playlist kicks you out of shuffle. that never happened to me before. just this update. therefore, if i wanna hear a song within the shuffled playlist, I have to scr

  • Flash CS3, Having Problems Creating Button Animation

       I am relatively new to Flash CS3, and don't use action script... I am creating an animation with sound using the button graphic option so it is a clickable button. I have the animation finished, and the sound embeded, and everything is working gre