Is it possible to scale values in the graph editor?

Ive animated a layers position over about 150 frames with lots of keyframes but I wanted to 'amplify' the existing motion a little.
It will take ages to tweak the individual keyframes so I wondered if there was a numeric way of selecting the keys and scaling their value by a percentage or similar.
Im able to do this in my 3D app and wondered if AFX had a similar function. The 'Edit Value Graph' doesnt appear to allow for a numeric adjustment.
Thanks

In the case of (non-separated) position, the bounding box doesn't offer the same transform controls in the value graph as for other properties.
You do get the transform box for position keyframes. when you separate dimensions.
Note that even if you don't need to separate XYZ for position, you can do that briefly to use the transform box, and then join the dimensions back together.

Similar Messages

  • Anchor point in the Graph Editor and where are the Tips

    Hello All,
    What is the purpose of an anchor point in the Graph Editor when you have "Show Transform Box when multiple keyframes are Selected" engaged.   The pointer automatically turns into a PanBehind tool.   I moved it inside, outside, on the line and it doesn't seem to have any inpact on the scaling of the transform box.  Not only that, it pops back to the center when you switch from "Edit Speed Graph" and "Edit Value Graph"
    I haven't used the graph editor much, if ever and was also curious to know what/where are the graph tool tips.  I haven't seen any difference when Show Graph Tool Tips is selected.
    Thanks in advance
    on a mac   cs5.5

    OK, I see the Tool Tips are displayed when you hover over a keyframe or the path that is made.

  • Is it not possible to paste values into the timecode window in FCPX?

    I am doing a lot of manual time timecode entering - from someone wo has handed me a paper edit (in the form of an XL spreadsheet)
    Has anyone had any success pasting a value into the timecode window?  I can't seem to paste even itf I click it first and it turns blue.  I can type it in, but I need to copy and paste values. There's a lot of them.
    Thanks

    thank you Arthur, seems I was sleepy

  • Passing the values from the graph when we use Navigate to the BI Content

    Hi,
    The following are the problems which we are facing when navigating to the other BI report.
    1)When using the “Navigate to BI content” action the values are not getting passed to the detail report from the graph. Is there any limitation or any alternative to make it work?
    When I click on the Bar graph I need to pass the corresponding period and the dimension (EX: Operating Unit – Vision Services R+D) to the detail report.
    2)I have tried using the “Navigate to Web page” action. I am able to pass the values but the page is getting opened in another window. I want that page to be opened in the same window so that my presentation variable values are not lost.
    3)When I click on the bar graph, I am able to pass the values period and operating unit. But my presentation variable values are lost. I want to retain them.
    Please help me out in achieving this scenario.
    Thanks,
    Chaithanya

    Hi,
    In the column properties give the navigation to other reports from the interaction tab and make a chart with the column and in the dashboard -->edit dashboard-->in the section where the report is placed--->give 'drill in place'.
    Regards
    MuRam
    NOTE: Please mention if this resolved your problem/still facing and close the thread.

  • How to display null values in the graphs, when i select a date range?

    Hi,
    Can you please help me in achieving the below requirement:
    We have a date promt, i have selected the date range from 12-Oct-2009 to 15-Oct-2009 and clicked on the go button.
    In the above date range, data is only availabe on 14-Oct-2009. here the requirement is to display as all the records (12th, 13th , 14th & 15th) in the bar graph.
    Currently the graph view is displaying the data only for 14-Oct-2009 in the bar graph.
    If data is not available it should display in the bar graph as empty for that particular dates.
    Help is highly apprieciated.
    Thanks in Advance.

    Check out [this post|http://obiee101.blogspot.com/2009/04/obiee-showing-zero-in-bargraph.html].

  • Where can I find the scale value of mx:Image with scaleContent enabled?

    Hey all
    Like the topic says, where can I find the scale value of the image content using an mx:Image with scaleContent set to true. Both the scale on the image object and the image.content is 1 (resizing is probably done by a matrix).
    To put things into context: I'm loading a picture from the filesystem and then use the Marilena facedetection to check for faces. When I find any faces I draw on a overlaying UIComponent the box where the face is. Because the detections returns the position of the face based on the unscaled bitmapdata the box indicating the face is not in the right position. In order to get this right I need the scale factor of the mx:Image scaleToFit.
    tnx in advance!

    Nope, there it is also 1.
    I solved it by calculating it myself:
    detectLayer.scaleX = detectLayer.scaleY = image.width>image.height?Bitmap(image.source).width/image.width:Bitmap(image.source).heig ht/image.height;

  • Scale values in Sales Rebate Agreements

    Hi All
    We are trying to set up rebate agreement reporting for our client. They use both Purchase related rebates (MEB1) and Sales rebates(VBO1). In the purchase related rebate screen(MEB3) -> Business volume data allows a drill down into scale income. But the same is option is not visible in sales related rebates (VBO3)
    -> Sales volume data i.e. I can't see the scale values in the sales volume data report even though I have defined scales for my condition type.
    Is there another way of seeing the scale values or is there some config missing? Please help as we are at our wit's end about the difference in functionality.
    Regards
    Salil

    Such functionality does not exist in VBO3, sorry!

  • Oracle Report Graph flexible minimum and maximum y axis scale values

    I have a report that generates graphs based on a group column , i want to set the y format min and max scales of the graph of each graph generated as the max and min of the group data from which each graph is created.
    there is one graph control in the repeater and it generates several graphs based on the group column, from the properties i can set one y format min and max scale for all the graphs that will be generated in the repeator
    can i some how set in format trigger each time the repeator runs and i set the min and max values of the graph y axis scales.
    Please help.

    Any Experts here.. Please help

  • Populating value into the gauge

    Hi,
    I have a chart(bar) and a gauge in my iview. If user clicks on the graph at various points then the corresponding value is displayed in the gauge.
    Is it possible to do this when the user moves his mouse pointer(without clicking) over various values in the graph?
    and
    is it possible to customize the colours displayed in the gauge?

    without clicking, it's not possible to trigger an action to refresh graphs or any other data on an iView.
    as for color customization, enable flex control styling in portal themes (in vc , go to  tools->options-->compiler tab). navigate to portal -->sys admin -->portal display -->theme editor. chck Under VC group if the gauge ui element is included and wat color properties u can change, if any.

  • How do I Send in a value to the SQL Query Expression's variable created using Declare in Power Query

    I have gone through the other posts where in a parameter is sent to query created by power query but my ask is a bit different. 
    I am using a sql query to retrieve data using Power query which has 2 variables declared in the DECLARE section in the query. 
    Ex: 
    declare @Name varchar(1000)
    SET @Name= 'Alpha'
    declare @location nvarchar(1000)
    SET @location= 'Bravo'
    Select * from Infotable where Name = @Name and location = @location. 
    Now in the following query I would want to send in the values for  the declared variables using a table in my worksheet. I have followed the stuff present in the following post 
    http://blog.oraylis.de/2013/05/using-dynamic-parameter-values-in-power-query-queries/
    but when using the value name (let Name_parameter = Excel.Currentworkbook(), Name_Value = Name_Parameter [0][value]) in the Advance Editor as mentioned in the above post I am being thrown an error stating  Name_Value column doesn't exist.
    I am having a tough time figuring out what the problem could be..

    I have gone through the other posts where in a parameter is sent to query created by power query but my ask is a bit different. 
    I am using a sql query to retrieve data using Power query which has 2 variables declared in the DECLARE section in the query. 
    Ex: 
    declare @Name varchar(1000)
    SET @Name= 'Alpha'
    declare @location nvarchar(1000)
    SET @location= 'Bravo'
    Select * from Infotable where Name = @Name and location = @location. 
    Now in the following query I would want to send in the values for  the declared variables using a table in my worksheet. I have followed the stuff present in the following post 
    http://blog.oraylis.de/2013/05/using-dynamic-parameter-values-in-power-query-queries/
    but when using the value name (let Name_parameter = Excel.Currentworkbook(), Name_Value = Name_Parameter [0][value]) in the Advance Editor as mentioned in the above post I am being thrown an error stating  Name_Value column doesn't exist.
    I am having a tough time figuring out what the problem could be..

  • Problem in JFreeChart to display the value of the axies????

    Hi!!!
    I have about 500 points, and I display with setValue. The problem is that I can't see the value below the graph, like this picture :
    http://putfile.com/pic.php?pic=8/23007045084.jpg&s=x1
    Is there a solution to not display all the value (for instance, one value of the ten value) or maybe to display an another way?
    Thanks

    wormseric, I guess this one is a minor case of cross-posting (I assume you posted there a while ago and nothing happened), but if you're going to do it next time, at least provide a link to the other forum's thread so we can see whether you already got an answer or not. Us writing yet another reply that was already given somewhere else is a waste of time.
    And second: please stay on topic. This is a forum about Java Programming with Sun's JDK, and no 3rd-party product support forum, however short the reply time may be.

  • Exporting document to Excel "Percent" on the graph,shown as decimal values

    When I'm converting a WEBI report(pre 3.0 version) into Excel 2003, I have a problem with displaying data values on the graphs which are formatted as "percent".  Nomatter what I do, in excel it will always show the same data values on the graph as decimal representations and not percents as shown in WEBI or in PDF.

    Greetings,
    I tested the issue with different graphs as below:
    created report with City and Sales revenue using sample universe efashion.
    Turned report to Vertical Percent line graph.
    created customer number format as ###[%]% to display sales revenue values as percent (like 10%,20%...).
    Saved the report and opened it in PDF and it is showing same like in the report(in percent).
    Opened report in Excel 2003 and it is also showing same like in the report.
    Tested issue as will as in Excel 2007, no issues.
    If you can provide workflow to reproduce the issue, it will be easy us to give workaround or suggestions.
    Thanks
    Sukanya

  • How do I set cursor.index to anywhere in the graph array?

    I am using LV 8.5.1 and feeding an XY graph with an X-Y array of data. Only a section of the array is displayed on the graph. I have a cursor (single-plot).
    I would like to set Cursor.Index property node of the cursor associated with the plot to the maximum index value of the graphed array regardless of the XScale range. I don't seem to be able to do it. I cannot set it beyond a certain number. When I rescale the graph I have a new maximum number. Is this what should happen?
    To get around this, I am momentarily setting the XScale.ScaleFit property to 1, which then allows me to set Cursor.Index to maximum (I then immediately reduce my scale range appropriately). I am having to do this before every occurrence of setting the Cursor.Index in case the new setting exceeds the currently allowed maximum value. Just seems a bit clunky.
    Thanks for any help.

    This is no longer a problem. My data is too big to feasibly be fed into a graph so am having to chop it up and use my own index pointer.

  • Decimal format time value to convert into time (hr:min:sec)value in a graph

    I need to develop a graph in WAD, in BW7. In the graph the value must be showed as HR:MIN:SEC, which I cannot get it right.
    The keyfigure value  carries the duration(hr:min:sec) in decimal format.  In the query, I use this keyfigure for calculation. To get the time broadcasted for a week range. I get the total duration (say 507835.000). Now I need to convert this value back to hr:min:sec. I use the below formulas to get the hr, min, sec.
    D = 507835
    Val1 = D/3600
    Val2 = Frac(val1)
    Val3 = Val2 * 60
    Val4 = frac(Val3) * 60
    Hr = Val1 – Val2
    Min =  Val3 – frac(Val3)
    Sec =  Val4
    In another formula in the query I add Hr + Min/100 + Sec/10000 to get hr.minsec format.
    When I do an average on count of weeks,  this doesn’t round off correctly.
    I tried to also use the Data function TIME() which when the time is > 24 hrs changes the value.
    Lets say if it is 39:00:00, it shows value as 15:00:00 instead of keeping the value 39:00:00.
    When I used this value in the graph it did not show the HR:MIN:SEC values in the value axis instead  it showed 0.0, 0.1,….1.0. Bcoz of this the graph is blank.
    Can anybody help me to resolve this problem.
    Thanks alot
    Anima

    I checked SU01 and didn't see anything there to customize...
    In my workstation, control panel / regional and languages settings / tab regional Options / customize; my time format is HH:mm:ss; the HH has to be in capital letter to display the time in 24 hour...
    but this is strange anyway... are you reporting with web frontend or excel?

  • How to read out the scale values of an intensity graph?

    My aim is to read OUT the scale ranges (Max and min values DISPLAYED) of an intensity graph.
    I want to do a scan of an area, display the result in the graph, graphically zoom in on something interesting and then use the zoom coordinates to define the area for the next scan.
    Is that possible, and how?
    If impossible, is there a work-around?
    Solved!
    Go to Solution.

    Use the "XScale.Range" and "YScale.Range" property nodes. 
    www.movimed.com - Custom Imaging Solutions
    Attachments:
    Scale Ranges.vi ‏13 KB

Maybe you are looking for