Changing Multiple Linked Type Layers

Changing Multiple Linked Type Layers
If you want to make the same change to more than one Type Layer at the same
time, just link all of the Layers you want effected in the Layers palette,
then hold the Shift key and make your changes to one of the Linked Layers.
All of the Linked Layers will show the same change.

Hi Jeff,
I'm beginning to develop a strong dislike for this forum's new interface!!
But that's not your fault.
The tables below use a VLOOKUP formula to retrieve the prices from the Current Pricing, and an IF statement in E1 to determine which column the prices are fetched from.
The added column isn't necessary; it was just simpler t do that than to go through the hassle of re-merging the single cell in Row 1. With a change of the cell reference in the VLOOKUP formula, the first formula can be placed anywhere convenient.
In E1:
=IF(LEFT(A1,1)="I",2,3)
The result of this formula tells VLOOKUP to return the results from column 2 or 3 of the Current Pricing table, depending on the first letter of the text in A1 being an "I".
In C3 and Filled Down:
=IF(B>0,VLOOKUP(A,Current Pricing :: $A:$C,$E$1,FALSE),"")
IF is used to return a null string unless there is a value greater than zero in column B.
Looks for the item listed in Column A and returns the value from the row where that item is found and the column specified in E1.
The error triangle in C9 is a "VLOOKUP cannot find.." error cause by the value '3” screws (25lb box)' not being found in column A of Current Pricing.
The error triangle in D9 is "There is an error in C9".
Regard,
Barry
PS: The line at the beginning?
I had complete all but the last line of a previous version of this post, and was deleting the '3" screws..." bit which had pasted as a single cell unnamed table, when the software bumped me back to the previous thread in this community. Not the first time this has happened, and in this case, as in the ones before, there appeared to be no route back to my partly completed message. So it was start over time. (/rant)
B

Similar Messages

  • Multiple SUs specifing different link types consuming same service

    Consider, SU1 and SU2 are deployed in C1 as part of SA1 and SA2 respectively.
    SU1 consumes S1,E1,"hard"
    SU2 consumes S1,E1,"soft"
    Now, C1 creates a ME specifying Address=<S1,E1> . The NMR doesn't know if C1
    is "working on behalf of" SU1 or SU2. How does it then decide what value of
    Link Type to use for routing the ME?
    [SU=Service Unit; C=Component; SA=Service Assembly; S=Service Name; E=Endpoint N
    ame; ME=Message Exchange]

    I've run this past the reference implementation team, since they are the experts in these types of JBI behaviours. My previous answer wasn't quite right.
    The RI will accept a link-type only for connections that have no previous like-types associated with them. An attempt to change an already defined link type results in the new link type being rejected.
    If the SU associated with an accepted link-type definition is stopped, the link-type definition is erased.
    Generally, component configuration management tools should be aware that the presence of multiple type definitions of the same connection indicates problems with the tool. Connection types should be consistent across the component., regardless of which SU is responsible for using the connection.

  • Help changing image using multiple links

    Hello, I need help!
    How do I change a single image within a page, using multiple link words?
    I've seen this done all over, but can't figure this out! HELP!
    I am trying to have a single image, that will change as the different words are clicked on.
    This has got to be sooo simple!    
    I'm new to CS4.

    Four Level's Light box will do this:
    http://www.fourlevel.com/dreamweaver/extensions/lightbox/index.htm
    Kaosweaver has several Gallery extensions that may do what you need. (Search the Gallery)
    http://www.kaosweaver.com/extensions/index.php
    Project Seven's Image Gallery Magic works very well:
    http://www.projectseven.com/products/galleries/hgmagic/index.htm
    If you know how to work with code, JQuery Galleries are another option to consider:
    http://www.queness.com/post/222/10-jquery-photo-gallery-and-slider-plugins
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Multiple Content types only first 11 visible

    We have set up Multiple content types (word templates) for our libraries.
    But only the first eleven content types are shown when we click on new document.
    I have searched the internet but cannot find a solution for this.
    Is there a possibility to show all the content types ?
    possible solution that I was thinking off but I can not seem to configure:
    - changing the max number of content types that sharepoint displays from 11 to an higher value
    - grouping some content types together and split them up this way
    - creating an extra "new document" link with a dropdown with other content types
    - enabling a scrollbar
    The only possibility I see for the moment is to create multiple libraries each of them with a subset of the content types
    but that is not really user friendly then they have to search in multiple libraries instead of 1

    Hi,
    According to your description, my understanding is that it displayed only the first eleven content types after you set up multiple content type in your libraries.
    I have created lots of content types and added them to library and it worked fine.
    Please check the configuration of the content type order in library settings -> Change new button order and default content type, and provide the screen shot about is.
    Please add multiple content types you created to other libraries and other libraries in other site collections and test whether this issue occurs.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do you change multiple songs genre at the same time

    How do you change multiple song's genre at the same time with out during them one a time in ITunes  on Windows 8?

    You can select a range of songs by selecting the first, then holding shift when clicking on the last. You can ctrl+click to add or remove from the selection. Once you have a selection press Ctrl+I to Get Info. Type in the new Genre and press OK.
    tt2

  • View for multiple Content Type List

    Hello
    I have a SP list with multiple Content types.
    i want add a kind of view for the list that have diffrent content types for the some item/record.
    it means that every time someone edit this item and change/add diffrent data in diffrent contant type
    is there any way to do that?
    or there is a way to add the Content type dropdown list in Display view and not just in Edit view? can i do it in SP Designer?

    Hi Avinoam, do you have access to InfoPath? You can do what your asking with that program.
    cameron rautmann

  • Multiple Display Types in a single column

    I have a situation where I have to display a bunch of attributes for a customer. Each attribute can have a different type, Text, Dropdown, Date etc and that information is stored in a table.
    I was able to use apex_item to display the different display types based on the type of attribute.
    So the layout of the form has 2 columns, column 1 is the name of the attribute and column 2 is the value of the attribute (displayed as the various types of date, text, dropdown etc) However, I am having an issue with the Date popups. When I select a date it always goes into whatever date is listed first. No sorting is going on in the select or the report.
    I'm guessing my issue has to do with displaying different display types in the same column? If that is true, how should I change my approach to this problem? I want all the attributes on a single page, so is my only option to have each attribute in a different region?
    Thanks,
    -- Johnnie

    Denes,
    OK thanks for the heads up, let me try to clarify.
    My problem is that I have multiple date popups on the same form. When I pick a date for any of the date popups, it always updates the first date popup field on the form. I stated there was no sorting at all because this thread indicated that sorting could cause this issue:
    DATE_POPUP
    Another hit for this issue was here:
    Re: HTMLDB_ITME.DATE_POPUP problems
    This suggested that having multiple data types in the same column (which is what I am doing) is not supported, but this is an old thread.
    My form will be a manual tabular form. I need to display a list of attributes, however some are freeform text, some are SQL LOV dropdowns, and some are date popups. Right now they are all displayed in the same column. Could this be causing my date popup issue? If so what alternatives do I have?
    Screenshot of my form here: http://johnniebillings.googlepages.com/outlook.jpg
    Hope that clears up the issue I am having.
    -- Johnnie

  • Multiple links in a pdf document

    i have a pdf document that is viewed online and has multiple links to it. I would like the customer to click the link and 2 things to happen. 1. a web page opens, and 2. a sepearte pdf opens so that when you close the pdf, the web page is the active document. I want this to all happen in  new tab in the browser theyre using. I dont know much about javascript but any help as to why i cant get the links to open properley or the documents opening in new windows instead of tabs would be greatley appreciated.

    Depending on what other text you might have, you could use the data list component.
    To get the text to have underlines, you will need to edit the repeated item. You can also adjust colors and fonts as well. The default rollover and selected states will probably not be the UI that want, so make sure you change those as well.
    Now for the interactivity, select the datalist, and use the interactions panel, choose "On Select", then "Go To Url", the trick is to make sure the "When a specific item is selected" is also set. Here are the basic settings to get your links working:
    Add new interactions for each item you want to be functional.

  • Changing the Cursor Type

    Good Morning Everyone,
    I am creating a report with a barchart in a column of the report. i have been following these for reference. (mainly the first link)
    http://htmldb.oracle.com/pls/otn/f?p=31517:183:5430906720971021::NO
    http://apex.oracle.com/pls/otn/f?p=220:1:1602821811068326
    http://apex.oracle.com/pls/otn/f?p=220:2:8706839551396459
    I have sucessfully got the "progress bar" in place on my report. Now what i would like to do is change the cursor type, but im struggling.
    This is the basic lay out of the code which i am using,
              '<img src="'
           || '#WORKSPACE_IMAGES#'
           || 'green.gif" height="20" width="'
           || TO_CHAR (random_value)
           || '" '
           || 'title="'
           || TO_CHAR (random_value)
           || '% completed'
           || '" />'
           || '<img src="'
           || '#WORKSPACE_IMAGES#'
           || 'red.gif" height="20" width="'
           || TO_CHAR (100 - random_value)
           || '" '
           || 'title="'
           || TO_CHAR (100 - random_value)
           || '% open'
           || '" />' progress_barPlease could someone help me :)
    Thanks in Advance,
    -N.S.N.O.

    Hey Guys,
    Thanks for your input, i solved my problem :D The style part of the code at the bottom did the trick.
    -N.S.N.O.
    '<img src="'
    || '#WORKSPACE_IMAGES#'
    || 'green.gif" height="20" width="'
    || TO_CHAR (UKXP)
    || '" '
    || 'title="'
    || TO_CHAR (UKXP)
    || '% of tables turned on'
    || '" '
    || 'style="cursor:help";'
    || '" />'
    || '<img src="'
    || '#WORKSPACE_IMAGES#'
    || 'red.gif" height="20" width="'
    || TO_CHAR (100 - UKXP)
    || '" '
    || 'title="'
    || TO_CHAR (100 - UKXP)
    || '% of tables turned off'
    || '" '
    || 'style="cursor:help";'
    || '" />'

  • Changing a link in a pdf

    Hi peeps,
    I wonder if anybody has any syggestion on how to change a link in a pdf. I don't seem to be able to attach a document though. Say that in my document I want to change the link from what it is "See more information on the BBC website" to say something like "see more information on the Reuters website", how do I do that? I thought it was straighforward (I have Adobe Acrobat 8 pro) and I went to Tools--> advanced editing-->Touch up text tool, and attempted to delete "BBC website" but it removes just the txt and leaves the line under the text. If I then type "Reuters" there is no way that I can shorten the link line under Reuters and make the link.
    Any suggestion?
    thanks

    Thanks, I couldn't find any graphic object tool though...where is it? I manged to delete it using the touch up object tool first (for the line) and then the touchup text tool after to remove the text. But how do I make a new link now do you know? You see I am assuming here that I don't have access to the original file in word so I will have to modify the pdf
    thanks

  • Multiple Chart Types

    Is there a way to have multiple charts types in one chart. I can not seem to figure it out. For example, I would like to display events per day as a bar chart and on the same chart have the average of events over the last week displayed as a line.

    I have come up with a far from perfect way to overcome this. With two data sets using the same x-axis values, I made two separate charts in 3D mode (can't get it to work in 2D). Then, I set one of the charts to have its Y-axis on the left and the other on the right. You will have to also change the colour for one of the charts. As the default first colour for most of the colour groups is blue, you'll either have to choose 'fun' or a textured group. Remove the x-axis values from one of the charts. Align the two charts, group and resize to your preferred size. You might need to ungroup and then resize one of them again to get a proper fit. Bear in mind that once they're grouped, you can't make any cosmetic changes to the charts - although data changes will be properly updated.
    Rather labour intensive, but sufficient until Apple gets its act together on this.

  • Changing a field type in OBIEE 11g

    Hello. I am new here, and new to OBIEE. I have read some of the tutorials and created a repository, but will not get formal training through Oracle until next week.
    I have a simple request from a user that I need to do, and I am not sure how to do it.
    Background:
    There is a field, COUNTER1, in my physical layer that is Char(9).
    In the BMM layer, the field gets counted, so it becomes HEADCOUNT and gets defined as COUNT(COUNTER1), and it is an INT field.
    Same in Presentation Layer.
    The user wants to be able to see decimals, so I need to change it to a DOUBLE type field.
    My Question:
    Can I simply change the field type from INT to DOUBLE in the Presentation and/or BMM layers, or is it more involved than that?
    Thank you for any help that you can provide.

    Create new logical column in BMM and in column source tab  check the option "Derived from existing columns using an expression" in the expression use below formula
    1.0d * COUNTER1   --> It converst to double automatically
    where counter1 is count(physical_column) which is int
    thakns,
    Saichand

  • How to change the order type

    Dear friends,
    Please tell me the transaction code to change the orger type.
    suppose  we have an order having type Zrox we want to change the order type from Zrox to Zmto what should I do and how can I do .

    Hi
    For single order use <b>VOV8 </b>and for Mass use T code <b>MASS</b>
    <b>
    Changing by MASS</b>
    There is transaction <b>MASS </b>which can be used to carry out mass changes in the sales order and other objects.
    Mass Maintenance: (Use to change multiple fields in multiple documents at the same time). I have done mass change for customers; and orders should work the same way too.
    1) Try t-code [MASS] and select sales orders & execute
    2) Choose the table or tables for your selection criteria and also for fields you want to change.
    Then execute. (suppose your selection criteria fields are from “sales order header data” table and the field you want to change, is in “item data” table)
    3) Put in the sales documents(21000000, 21000001) you want to change and also the items(10) you want to change. – click on ” choose selection fields” button – From the Pool, move the fields you want to the “select fields” using arrows.
    4)From mass maintenace menu, click on “Enter new field values”
    -click on “sales order item data” tab and choose the field you want to change.
    (for example. I want to change plant for item 10)
    -enter the new value (of the plant to be)
    -click on “Adopt” and execute
    5)In “sales order item data” tab, you see the new value of the plant you entered at the top and the old values of item 10 are below.
    -click on “change field values” button. you see all the old values are changed to new values.
    -save
    Note: it will take some time depending on how many records you have.
    Check: Go to [SM37] and see the status of the job you are running and once finished, export the spool file to a spreadsheet.
    Before you do mass maintenance, go to the particular table in [se16] and get the results. Then do the mass maintenance and compare the results with this one. If they match, then you are good to go.
    Note: If you have any user exits that affect the results, ask them to deactivate the MODCHECKS still you are done with mass maintenance & activate them again.

  • LSO Create Course Links link types (restrict link types)

    Hi all,
    a question to pose for some of those IMG gurus out there!
    We are implementing LSO (and its Portal front-end) and a requirement to 'limit the course link types available to users' has cropped up.
    Specifically, what we're trying to achieve is the following:
    1. Course Admin runs 'Create or Change Course'
    2. After selecting the location, etc, the admin clicks on the Links tab to add links to the course
    3. A list of predefined links (inherited from the course type) are already listed. User clicks 'Add' to add some more.
    4. A pop up appears. Here you may select the Link Type. Our choices are 'Web Link' (i1061) and 'Collaboration Room' (i5045).
    We only want 'Web Link' to appear in the drop-down list of Link Type options. Short of enhancements to strip out the values is there a means of manipulating the Link Types available to a user when they add Links to a new Course? This is where I'm hoping a config activity is available in IMG. It may be that because the Course infty and Web Link/Collaboration Room infty are related, we can't do this, but I'll pose the question anyway as it is (so far proved to be!) a tricky one.
    Many thanks for any advice; points for assistance.
    Hagen

    I do not paste images from clipboard (I consider it bad practice) but I have clients who do.
    In my experience InDesign does not lower the resolution, but the pasted image is RGB. That and the fact that it doesn't show up in the links is why I don't like it.
    Are there any other link types? It seems like this would be a type (if it showed up in links panel), since it is not really imported.
    The only way I know to make them links is copy, paste into blank Photoshop, save that then place that into InDesign. This is easy to do, but finding all these pasted graphics can be time consuming, since they are not in links list.
    This would apply to raster images only, since pasted vector art converts to the native InDesign platform.

  • Multiple message types for an idoc type

    Hi all,
    I created one custom idoc type with six segments. I heard that one idoc type can have any number of message types
    if it is so pls tell me how to assign these two message types for my idoc .
    i want to create multiple message types because i want to send same idoc type to diff legacy systems.
    My requirement is message type one is only for first three segments and message type two is for another three segments .
    The outbound program 1 for mess type 1 should fill fill the data for only first three segments and second outbound program corresponding to mess type 2 should fill the data for last three segments
    how should i design for my requirement. suppose if the idoc has two message types then it has two outbound programs?

    Hi Kunal,
    Below are my thoughts from a design perspective,
    My requirement is message type one is only for first three segments and message type two is for another three segments .
    The outbound program 1 for mess type 1 should fill fill the data for only first three segments and second outbound program corresponding to mess type 2 should fill the data for last three segments
    Before you look upon the no. of message types you need, i guess you need to look at the business requirement. Per your requirement you want to send send two sub sets of data. The first subset in the first 3 segments and other three segments for the second subset of data.
    Is the structure of the first subset of data similar to the second subset If not, better to create two IDOC Types. If they are similar, then create one IDOC Type with three segments and have two message types for each subset of data.
    For Ex: ORDERS05 is the IDOC type for Orders, this IDOC type provides capability to carry data related to any type of orders
    but the action on the data is facilitated by the message type like ORDERS for create, ORDCHG for change, ORDRSP for Order response etc.
    OR
    Are these two subsets of data related to each other, if yes understand the relation? If not related at all then you might be better of creating two separate IDOC Types.
    Like in the above example A purchase order is related to a sales order so you can use the same IDOC type, but in case of a order response and ASN that data sent is different and hence you will need different IDOC types (even though a SO is related to a DN).
    how should i design for my requirement. suppose if the idoc has two message types then it has two outbound programs?
    The above again depends on the how tightly/loosely coupled are the data sets, you can have just one program and have a simple case statement on the message types or have two different programs.
    You will also have to consider points like, if any of the subsets is more prone to more change in terms of the structure and associated business logic. If yes, then you might want to keep the programs separate to reduce work on regression testing etc.
    I am sure you will receive more inputs from the experts on the forum and the list of points to look for will get longer , so understand the requirement, dependencies and if you have any specific questions you could post it on the forum.
    Regards,
    Chen

Maybe you are looking for

  • No data for a week now, why?

    I just came to Verizon a week ago. I got the Droid Razr for my wife and i had to order the Razr Maxx for me. Well i took some time to get my phone but once i did i had it one day and the next we had no data service. Both our phones have no data and s

  • Getting an error while trying to load data into cube

    Hello, I am trying to load data into cube but it gives me following error: fiscal year variant not expected. Can someone tell what could be done on fiscal year Cheers Jim.

  • Use bottom and protect together

    Hi all, May I know the that possible to use BOTTOM and PROTECT together with few lines of text inbetween? Eg: BOTTOM PROTECT texttexttext texttexttext texttexttext ENDPROTECT ENDBOTTOM or PROTECT BOTTOM texttexttext texttexttext texttexttext ENDBOTTO

  • Save book as xml

    Hi all, here is a strange(?) behaviour of FM8: If a book is saved as XML, the behaviour is In FM7.x: The book file is saved in several xml files - one for each component (which is correct).The .fm and backup.fm files remain untouched (which is correc

  • Understanding photoshop elements 11

    I am startiang from scrach since I only was able to transfer photos to a new hard drive.  I installed elements 11 and connected with the photos on my hard drive.  I have set up various albums and have placed photos in the album they belong.  Now I wa