Number : point or coma ?

Hi all,
i have a weird yet not that important issue ... just curious. In my page, I have a table ; in one column, there's a input of value controller with numbers. In this components, number are all like #.## : the decimal separator is a point. In this same table, in footer facet, a outputtext with another bo attribute of type number, displayed like this ; #,## coma separated !
My question is how to change the point to a coma in the list of values.
As for more information, each number matches a bo attribute ; either by a lov or a direct attribute binding. And both attributes are of type Number in their business objects.
Regards.
Luc-

Use f:convertNumber / af:convertNumber inside the component.
Pattern property.
Tocarli

Similar Messages

  • Why when someone rings me on my number it also comes up on my dads phone we are both on isos 8 and he has the iphone 5 and i have the 5s (if that helps)

    please help me! Why when someone rings me on my number it also comes up on my dads phone we are both on isos 8 and he has the iphone 5 and i have the 5s (if that helps)

    That is a new feature described in Connect your iPhone, iPad, and iPod touch using Continuity
    You can turn it off:
    Turn off iPhone cellular calls
    To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls.

  • Why when I press the command button and number two, yahoo comes up instead of the 'at' key? how can I fix the command shortcuts? help me please.

    why when I press the command button and number two, yahoo comes up instead of the ‘at’ key? how can I fix the command shortcuts? help me please.

    try pressing the shift and 2 key to get the @ symbol.
    if that doesn't work for you - go to system preferences - keyboard and change it there.
    good luck

  • Invalid number while loading a number with a coma as a group separator

    Hi,
    I'm loading a file in which I have numbers such as -9,999.99. The point is for decimal and the coma for the group separator (thousands).
    I did an alter session with a set to NLS_NUMERIC_CHARACTERS=".,"
    I have no errors with numbers such as -999.99 but as soon as I have a number with a thousand such 1,789.44 I got an invalid number error ??
    By the way when I tried to do the SQL statement directly, I also got the error
    SQL> select to_number('1,789.55','S999G999D99','NLS_NUMERIC_CHARACTERS=".,"') from dual;
    select to_number('1,789.55','S999G999D99','NLS_NUMERIC_CHARACTERS=".,"') from dual
    ERREUR à la ligne 1 :
    ORA-01722: Nombre non valide
    What am I missing ? What should I do to avoid the error ?
    Thxs in advance for your help.
    Rgds
    Yves

    Look carefully onto your format mask - it begins with 'S'.
    Format Model
    S
    Returns negative value with a leading minus sign (-).
    Returns positive value with a leading plus sign (+).
    Returns negative value with a trailing minus sign (-).
    Returns positive value with a trailing plus sign (+).
    Restriction: The S format element can appear only in the first or last position of a number format model.
    SQL> select to_number('+1,789.55','S999G999D99','NLS_NUMERIC_CHARACTERS=''.,''') from dual
      2  /
    TO_NUMBER('+1,789.55','S999G999D99','NLS_NUMERIC_CHARACTERS=''.,''')
                                                                 1789.55
    SQL> select to_number('1,789.55','999G999D99','NLS_NUMERIC_CHARACTERS=''.,''') from dual
      2  /
    TO_NUMBER('1,789.55','999G999D99','NLS_NUMERIC_CHARACTERS=''.,''')
                                                               1789.55Rgds.

  • How do I find the total number points per plot on a CNiGraph?

    There dosn't appear to be a method in CNiPlot.

    Hey wingnut,
    When you plotted to the graph you passed an array of data to it.  Or you passed one point at a time to it.  Basically what Chris is saying is that you need to retain this data somewhere and count the number of points plotted. 
    Regards,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • Email start point issue com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error

    Hi,
    I have configured email start point process. While deploying and invoking the process it is not showing any kind of error. But when i send mail to configured SMTP server i recieves a mail saying
    LiveCycle ES has tried to process your request and encountered the following error: 
    com.adobe.idp.dsc.provider.service.email.impl.EmailProviderException: Error getting user context 
    This response to your original email
    Subject:hadshafds
    Date Sent:Wednesday, May 25, 2011 12:22 PM
    Body:
    Attachments: 
    Why i am getting error. I have tested the pop3 and smtp mail server using send and recieve activity. But when i send some mail to configured server to start a activity it replies with a mail that there is some error.
    Please help me out with this issue.
    Regards
    Sunil

    Hi Diana,
    i tried to add the user and gave invoke access but still having the same issue.
    Please find the following log error
    19:24:20,633 ERROR [STDERR]     ... 60 more
    19:24:20,635 ERROR [EmailResultHandlerImpl] Internal error.
    19:27:50,472 ERROR [EmailWriterImpl] EmailWriterImpl error : Unknown SMTP host: testSebi
    19:27:50,474 ERROR [STDERR] javax.mail.MessagingException: Unknown SMTP host: testSebi;
      nested exception is:
            java.net.UnknownHostException: testSebi
    19:27:50,480 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1280)
    19:27:50,482 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
    19:27:50,484 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:275)
    19:27:50,486 ERROR [STDERR]     at javax.mail.Service.connect(Service.java:156)
    19:27:50,488 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl.send(EmailWriterImpl.java:2 60)
    19:27:50,490 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImp
    l.java:529)
    19:27:50,494 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImp
    l.java:425)
    19:27:50,498 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.handleFailure(EmailSc anJobImpl.java:621)
    19:27:50,500 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.scheduler.scan.impl.AbstractScanJob.invokeJob(Abstract ScanJob.java:142)
    19:27:50,502 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.processInputs(EmailSc anJobImpl.java:165)
    19:27:50,504 ERROR [STDERR]     at com.adobe.idp.dsc.provider.service.email.impl.scan.EmailScanJobImpl.execute(EmailScanJobI mpl.java:102)
    19:27:50,506 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor509.invoke(Unknown Source)
    19:27:50,508 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    19:27:50,510 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
    19:27:50,511 ERROR [STDERR]     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    19:27:50,514 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    19:27:50,516 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,518 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.jav
    a:53)
    19:27:50,522 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,524 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java
    :74)
    19:27:50,528 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBe
    an.java:357)
    19:27:50,531 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapte
    rBean.java:227)
    19:27:50,535 ERROR [STDERR]     at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source)
    19:27:50,537 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    19:27:50,539 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)
    19:27:50,541 ERROR [STDERR]     at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    19:27:50,543 ERROR [STDERR]     at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    19:27:50,545 ERROR [STDERR]     at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    19:27:50,547 ERROR [STDERR]     at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    19:27:50,551 ERROR [STDERR]     at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    19:27:50,553 ERROR [STDERR]     at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    19:27:50,555 ERROR [STDERR]     at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    19:27:50,557 ERROR [STDERR]     at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    19:27:50,559 ERROR [STDERR]     at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    19:27:50,561 ERROR [STDERR]     at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    19:27:50,563 ERROR [STDERR]     at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    19:27:50,565 ERROR [STDERR]     at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    19:27:50,567 ERROR [STDERR]     at org.jboss.ejb.Container.invoke(Container.java:960)
    19:27:50,569 ERROR [STDERR]     at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    19:27:50,571 ERROR [STDERR]     at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    19:27:50,573 ERROR [STDERR]     at $Proxy205.doSupports(Unknown Source)
    19:27:50,575 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    19:27:50,577 ERROR [STDERR]     at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    19:27:50,580 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,582 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:
    55)
    19:27:50,586 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,588 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    19:27:50,590 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,592 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
    19:27:50,594 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,596 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    19:27:50,598 ERROR [STDERR]     at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    19:27:50,600 ERROR [STDERR]     at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
    19:27:50,602 ERROR [STDERR]     at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    19:27:50,603 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
    19:27:50,606 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
    19:27:50,608 ERROR [STDERR]     at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
    19:27:50,610 ERROR [STDERR]     at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    19:27:50,612 ERROR [STDERR]     at com.adobe.idp.scheduler.callback.ServiceCallbackHandler.execute(ServiceCallbackHandler.ja va:87)
    19:27:50,614 ERROR [STDERR]     at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    19:27:50,616 ERROR [STDERR]     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    19:27:50,618 ERROR [STDERR] Caused by: java.net.UnknownHostException: testSebi
    19:27:50,620 ERROR [STDERR]     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
    19:27:50,621 ERROR [STDERR]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    19:27:50,623 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:529)
    19:27:50,624 ERROR [STDERR]     at java.net.Socket.connect(Socket.java:478)
    19:27:50,626 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    19:27:50,627 ERROR [STDERR]     at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    19:27:50,629 ERROR [STDERR]     at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
    19:27:50,631 ERROR [STDERR]     ... 60 more
    19:27:50,633 ERROR [EmailResultHandlerImpl] Internal error.

  • Central Contract Backend document number is not come back

    Hi, all~
    Pls pay attention this issue.
    I saw similiar question but not answered.
    We implemented SRM 7.
    After Central Contract create, Contract number is transfered to ECC but didn't back.
    In tracking tab, there are no backend number.
    And I think this is related with XI.
    when i check sxmb_moni, 'PurchasingContractSRMReplicationConfirmation_In' message status is not Grand Prix flag.
    (Status is 'Transfer to External Applcation', not 'Process Successfully')
    What is solution?
    Best regards,
    SKY.

    Hi~ sushil...
    Thanks for answer.
    I already check /SAPPO/PPO2.
    The error message is 'The attributes of the user are inconsistent or not  defined. See transaction PPOMA_BBP.'.
    But there are no inconsistency or undefined attribute.
    We checked it through  'PPOMA_BBP' and 'BBP_CHECK_USERS'.
    Could you recommand other way to find out exact point(attribute) about error message?

  • Why am i getting text's and email's from 2 different handsets on each other if i get a email on my 334 number it also comes on my work phone ???? how can i stop this

    help please

    You'll need to restore your phone from the latest backup you made before he synced his phone.
    To check if there is still a backup you can use, do this:
    Open iTunes Preferences:
    Windows: Choose Edit > Preferences.
    Mac: Choose iTunes > Preferences.
    Click Devices (the iOS device doesn't need to be connected).
    iTunes will show the phone number, IMEI, and serial number of the backed up iPhone when you position your mouse pointer over a backup (iTunes shows only the serial number for iPad and iPod touch). You can use this to find the backup you want to use.
    Then restore from that backup by following this article:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    Do the same with his device after that, using his old backup.
    If you can't find one, set it up as new device without using any backup.

  • While creating PO using BAPI_PO_CREATE1 vendor batch number is not comming.

    Hi Friends,
    I am using BAPI "    'BAPI_PO_CREATE1' to create PO in my report.
    The PO's are getting created but i the vendor batch number is not found in the PO.
    Where as i am passing the vendor batch number.
             bapimepoitem-vendrbatch = '2'.
              bapimepoitemx-vendrbatch = 'X'.
      CALL FUNCTION 'BAPI_PO_CREATE1'
        EXPORTING
          poheader          = bapimepoheader
          poheaderx         = bapimepoheaderx
          memory_uncomplete = 'X'
        IMPORTING
          exppurchaseorder  = v_po_number
        TABLES
          return            = bapiret2
          poitem            = bapimepoitem
          poitemx           = bapimepoitemx
          poschedule        = bapimeposchedule
          poschedulex       = bapimeposchedulx.
        Commit the transaction
      IF v_po_number NE space.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait   = 'X'
          IMPORTING
            return = bapiret2_c.
      ENDIF.
    Please reply urgently.
    Thanks Regards,
    Sandipan Jena

    Hi
    My answer is pure assumption.
    Please check the following OSS notes
    Note 758810 - BAPI_PO_CHANGE vendor batch and batch not visible
    Note 1230268 - Field Vendor Batch never filled for PO BAPIs
    Please take help from BASIS and SAP, before implementing the OSS note
    Regards
    Madhan D

  • HT4061 i have lost my ipad. cannot get serial number because it comes up with another ipad and iphone i own.  have the box with a serial number but its not showing valid. help

    have a lost or stolen ipad. I have 2 and an iphone registered.  the first one has an expired warranty.  cannot contact support because the serial number is incorrect and only the old one shows on itunes.
    so, I cannot even phone support to find out how to search serial number.  I have what I thought was the serial number on the back of the box.
    Any help????

    You cannot track an iPad with the Serial Number.
    Report your loss to the police with Serial Number.

  • Complex number datatype in COM

    I am unable pass complex numbers to LabVIEW via its COM interface (LabVIEW.VirtualInstrument.Call) from Python using the win32com COM client.
    When LabVIEW returns complex numbers my client sees them as a tuple consisting of the real and imaginary components. However, when I make COM call to LabVIEW with tuple as the argument I get a COM type error. If I use Python's complex datatype instead, COM seems happy but then LabVIEW returns a type error.
    As I understand it, COM doesn't have a "complex" datatype, so the issue is how LabVIEW expects complex numbers to be represented in terms of COM types.
    Can anybody help?

    Would it help to convert it to a string while passing between Python and LabVIEW?
    Then you can typecast it accordingly in each environment.
    Cory K

  • Decimal number converted into coma "," separated number --- how to resolve

    Dear All
    In our E-Business 11i (11.5.9), we are facing strange problem since few days, when ever user enter any number e.g. 145.098, it is converted as 145,098. It is weird problem, any resolutions for this............
    cheers
    Mehmood

    Dear All
    Thanks for all the inputs, we generated the SR as well, and we got the following response, we applied all that, and now we are not facing any issue.
    ==============
    1. Check Profile Option "ICX: Numeric characters" if it is NULL, 10,000.00 or 10.000,00
    Do not set the Profile Option ICX: Numeric Characters to 10.000,00 at the site lev
    el.
    Set the System Profile Option: ICX: Numeric Characters, at the site level to 10,000.00 and if any
    user needs the different format of 10.000,00 then change it through the General Preferences link
    which will set the profile option at user level to 10.000,00.
    2. Confirm in File "Init.ora". If Parameter "NLS_NUMERIC_CHARACTERS" is equals value:
    NLS_NUMERIC_CHARACTERS = ",."
    3. Set the FND profile CURRENCY:THOUSAND_SEPARATOR to TRUE
    4. Set the NLS_NUMERIC_CHARACTERS=".," in the $APPL_TOP/<SID>.env
    5. Bounce the Apache Server for any setup changes to take effect including profile options.
    ============
    cheers
    Mehmood
    Message was edited by:
    murphy16

  • Number lock wont come off

    I have a BlackBerry Curve 8520 had no probs with it until this morning.
    Went to type in my password and the numberlock is on and i have tried everything to get it off but i cant type in my pass word.
    Things i have done already:
    * Soft restart (alt's&del)
    * hard restart (removed battery)
    * pressed alt and shift
    * pressed sym 

    yes a full restart and the lock still on, what it as doing is when I unlock it the lock icon comes and goes almost like flashing but no pattern, just on on on then flashes off for a second the on again. Was a pain to get it to reset.
    Im thinking the switch may have failed in some way. Any thoughts on this or possible ways to fix it would be great.
    I would be willing to fix it myself if there are instructions on how. and I could get the parts.

  • What do I do to resolve an ongoing problem with the MAIL "new messages sound".?  If I reboot the iMAC and keep the mail app open after a number of messages come in the NEW MESSAGE Sound quits. I have to reboot the machine to get it back.

    New Messages sound quits after several messages have arrived. I've tried several passes at resolving but nothing I have done seems to work. Sometimes I have to reboot the imac several times to get the New Messages Sounds back. Everything else works. The only thing I haven't done is reinstall the OS and that seems foolhardy.

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Number/Keypad comes up when trying to view picture messages

    I'm new to using iPhones, I just got mine today, and I went all out and got the iPhone 5s. Sadly I am already having this problem. When I send, or someone sends me a picture, and I try to view it in full the keypad/number pad always comes up which obstructs me from viewing the lower half of the photo. It is really rather annoying, and if anyone else has had this problem and knows how to fix it, would be greatly appreciated! I just wanna see my pictures!!! Please.

    If you tap on the picture in the text message, it will open in a new window, so you can view the entire picture.

Maybe you are looking for