SELECT DISTINCT only on some fields but returning other fields.

As the thread says I need to select distinct rows with some fields but I need to show the associated data of other columns in the same table.
Simple Example
SUPPOSE THE TABLE INFO:
INFO(ID, NAME, TITLE, NUMBER, TELEPHONE, FAX, DESCRIPTION, TOPIC);
The table info could have null values in all the columns except for the ID. And there could be the same information for: Name, Title, Number, Telephone, Fax info in a lot of rows.
With the following statement I get distinct rows based on the name, title, number, telephone, fax and i get assured that the row with name in null is not returned.
SELECT DISTINCT P.NAME, P.TITLE,P.NUMBER,P.TELEPHONE,P.FAX FROM INFO P WHERE TRIM(P.NAME) IS NOT NULL;
returns 1400 rows;
The problem is that I need the DESCRIPTION and TOPIC columns of the 1400 distinct rows.
I have tried the following, but without sucess because the statement is returning 1350 rows, so there are 50 rows losted:
SELECT P.NAME, P.TITLE,P.NUMBER,P.TELEPHONE,P.FAX, P.DESCRIPTION,P.TOPIC
FROM INFO P , (SELECT DISTINCT P.NAME, P.TITLE,P.NUMBER,P.TELEPHONE,P.FAX FROM INFO P WHERE TRIM(P.NAME) IS NOT NULL) R
WHERE P.NAME= R.NAME AND P.TITLE = R.TITLE AND P.NUMBER = R.NUMBER AND P.TELEPHONE = R.TELEPHONE AND P.FAX = R.FAX;
Could anybody give me some help?
pd: Don´t ask why the table has been designed in that way... I'm trying to fix that ¬¬
Edited by: user6483610 on Sep 1, 2010 6:29 PM

@Raj Mareddi: I have tried that aproach and it gives the ORA-00979: not a GROUP BY expression
@PhoenixBai: You put me to think... jajaja i haven't think about it, actually there are more distinct values if I put the DESCRIPTION and TOPIC values in the query and yes I was hoping that the query choose for me... So I think that theres no way, the quality of the data is really bad and I have to deal with it. Thanks anyway!
By oher hand theres no way to do this thing in Oracle? the aproach of Raj makes sense but the ORA-00979: not a GROUP BY expression says that you must remove the other columns that are not in the group by function.

Similar Messages

  • How to diable only one field enabled and other fields disabled for one user group?

    Hi,
    I have a form contains many fields. A group of users can add items using that form.
    As per the user requirement I have created a filtered view and that filtered view can be seen by some other sharepoint user group but as per their further requirement the new sharepoint user group is only allowed to update Remarks field. All other fields
    should be disabled for them.
    In my idea, I have to create multiple forms and in one of it except Remarks field all should be disabled but I am unable to assign multiple forms to a single list.
    Or how to make Remarks field enable to this user group and for other admin user group all fields could be enabled.
    Hope I have expressed my question correctly.
    Any solution would be appreciated.

    There is no Out of the Box way to set permissions on each column, primarily due to the performance impact. The following thread provides some options,
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/c0794232-9bab-4cea-91d8-f311a793a863/how-to-set-column-wise-permission-in-sharepint-list-in-sharepoint-2010?forum=sharepointadminprevious
    Dimitri Ayrapetov (MCSE: SharePoint)

  • My iPhone4 docks correctly with some devices but not others, please help!

    Hi,
    Firstly spologies if this is old news but sometimes its easier to 're-ask' than trawl thousands of pages!.....
    I have a 3-year old iPhone 4 that has developed a problem which i'm trying hard to solve;
    *Phone used to dock fine with anything and everything - this was about 1 year ago.
    *for no apparent reason it ceased docking with my Bose Soundock and a Logic3 accessory dock (connected to a hi-fi) at home
    *symptoms were; it would charge and operate as normal whilst docked but would not play music through either (the Logic3 dock did not acknowledge it was docked). Otherwise it would sync and connect normally with iTunes, etc. and connected fine when plugged into my car.
    *I reset it, restored it from back-up, updated/reinstalled iOS (this has since updated at least twice) with no other effects. Also checked and reset all settings.
    *I subsequently bought a Pure Contour dock as I was able to try it in the shop and my phone worked with it, plus it has Airplay anyway. I have since, in an attempt to find a bedside DAB radio/alarm dock that works with it, found that it works fine with some devices but not others with no rhyme or reason as to which.
    *2 days ago I changed out the docking port myself using a cheap replacement bought from Amazon, to see if it would cure.
    * now the problem is reversed! The Bose and Logic3 docks I have, that it wouldn't work on before, it now DOES....and the Pure dock and my car, which it DID work with before now fail to connect with it!
    *just to reiterate this, my wife's gen3 and gen5 iPods dock and work faultlessly with all devices mentioned....and mine had done previously.
    to my knowledge it is NOT;
    - a compatibility issue. The phone used to work fine on everything I had. Then it stopped. How's that?!
    - a connector issue. The male connectors on all docks haven't changed.......and the female connector in my phone has changed from liking selected devices to then liking the others!! (it is female after all ;-) !)
    -a software issue. iOS has been updated and the phone wiped and restored and all sorts so many times I can;t see how it can be!
    could it be a problem with the data exchange between phone and device when it is docked??
    or do I really need to try changing the port for an 'official' one??
    or is it just broken and that's that?!

    It's either a problem with the connector on your phone (dirt, lint, bent pin, corrosion) or with its connection to the motherboard inside. Cleaning the connector is a good place to start; either a dry toothbrush, air blast can or wood toothpick. Next inspect it carefully with a good magnifying glass or jeweler's loupe. If nothing turns up it is probably damage inside, which will be difficult to fix. Aren't you due for an upgrade about now? Your iPhone 4 is 3 generations out of date!

  • I have got two photos by mail from iPhoto. My friend has put descriptions in the description field. The I got the mail I saw the description below each photo. If I check the photos with Preview they have Exif and JFIF fields but no IPTC field.

    I have got two photos by mail from iPhoto. My friend has put descriptions in the description field. The I got the mail I saw the description below each photo. If I check the photos with Preview they have Exif and JFIF fields but no IPTC field.

    Does you friend use any accented letters in the descriptions?  That might cause it but I don't know for sure.
    Has he run any repair operations on his library, i.e. repairing the database file? Another possible fixe that's easy to apply is the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
        Home/Library/ Preferences folder.
    2 - delete iPhoto's cache folder(s):
    Home/Library/Containers/com.apple.iPhoto
    and, if there is one, the
    Home/Library/Caches/com.apple.iPhoto folder
    3 - reboot, launch iPhoto and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    For  Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    The demo version of GraphicConverter can be used to view/check/edit the ITPC fields in an image file after exporting.

  • How do I troubleshoot installation/distribution of a LabVIEW .exe which processes data using Matlab when it works on some computers but not others?

    I've been given the unenviable task of troubleshooting and installing/distributing software written by a former co-worker. I've modified the LabVIEW code and built an .exe file. I've successfully installed the Labview .exe file on several computers, but it won't work on some others. What's more baffling is that I installed it successfully on one computer, uninstalled it, and tried reinstalling it with no success. In fact, it's a new error (Dr. Watson for Windows NT application error). It doesn't help that I have different versions of LabVIEW and Matlab on the target computers. Some have LabVIEW 5.1, some
    have 5.0, and some don't have it at all. Some have Matlab 5.2, some have 5.3 (R11) and some have 6.0 (R12). It's also not clear to me where the Matlab m files should be located. I'm not sure if it's a LabVIEW Runtime Engine problem, or if it's a Matlab problem. I've also wondered how LabVIEW and Matlab talk to each other. When LabVIEW calls Matlab, it seems that Matlab is running in the background. In other words, clicking on the Matlab Command Window and typing "whos" or any other command/variable doesn't work.

    Jay del Rosario wrote:
    >
    > How do I troubleshoot installation/distribution of a LabVIEW .exe
    > which processes data using Matlab when it works on some computers but
    > not others?
    Poke around zone.ni.com and
    http://digital.natinst.com/public.nsf/$$Search/ .
    Good luck, Mark

  • How do I have Adobe Acrobat 9.0 calculate the minimum of 10 fields BUT ignore empty fields?

    How do I have Adobe Acrobat 9.0 calculate the minimum of 10 fields BUT ignore the field if it is empty? Currently it counts blanks as 0 so when it comes up with the minimum it will always show 0 unless all 10 fields have values in them.

    You could loop through the fields and add the non-blank values to an array, and use the Math.min method to get the minimum. Here's an example custom Calculate script:
    // Custom calculate script
    (function () {
        // Array to hold non-blank field values
        var fa = [];
        // Loop through the fields...
        for (var i = 1; i < 11; i += 1) {
            // ...get the current field value, as string...
            var v = getField("text1." + i).valueAsString;
            // ...if not blank, add value to the array, as a number
            if (v) fa.push(+v);
        // Set this field's value to the minimum value in the array, otherwise blank
        event.value = fa.length > 0 ? Math.min.apply(null, fa) : "";
    This assumes the fields are named "text1.1", "text1.2", ..."text1.10" and that they're numeric. This type of field naming simplifies the code, so it would be good to use something similar and adjust the getField statement to match.

  • PM Notification - Hide fields based on other field's value

    Hello experts,
    I am looking for an user exit which allows me to hide some fields based on other field's value.
    For example, I have field 1 and field 2. When I open my notification, if the value of field 2 is 'aaa', field 1 has to be hidden.
    There should be an user exit but I can't find it...
    Thanks for your help!

    Hi everyone,
    Any thoughts? any help is appreciated...
    Thanks

  • Move values of one field symbol to other field symbol of different structur

    Hi all,
    i need to move values of one field symbol to other field symbol of different structure.
    I need to perform operations like MOVE-CORRESPONDING on two field symbols of different structure.
    How can i achieve this?
    field symbol 1 have 2 field and field symbol2 have 4 fields....
    Best Regards,
    Vijay.

    Hi,
    You can use -
    MOVE-CORRESPONDING <struct1> to <struc2>.
    In this case it will move the contents of the components from struct1 to struct2 that has identical names.
    You can refer this link also-
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3260358411d1829f0000e829fbfe/content.htm
    Regards,
    Sujit

  • SQL: Select DISTINCT only on certain fields?

    This is an odd question. Partly because it's late and I'm not
    thinking
    straight, but...
    I have a query consisting of 9 joins. It works fine.
    However, I've encountered a bit of an issue with my data that
    would much
    easier to fix via a query than actually fixing the data (as
    the data fix
    would require committee approvals and the like...)
    In a nutshell, my query is trying to return a DISTINCT set of
    recrods.
    The catch is that my records are ALMOST distrinct, except for
    one field. Is
    there a way to use the distinct command in a way the excludes
    specific
    fields?
    -Darrel

    > No; DISTINCT applies to all columns returned by your
    SELECT statement.
    > You didn't provide a lot of information, but typically,
    if you need
    > DISTINCT, then you've done something wrong.
    It's a complex join. The data is this:
    Packet table (record of a packet of forms)
    which point to...
    Packet variations (each packet can have a variation)
    which point to...
    Forms table (record of a form)
    which points to...
    Form variations (individual forms)
    The catch is that multiple Packet Variations can point to the
    same Forms, so
    when I query the database to get all variations of a packet
    and related
    forms, I can end up with duplicate records of forms.
    This isn't a big deal, as DISTINCT can work for this. The
    catch is that we
    also let each Packet Variations' forms be sorted
    individually. It's this
    'sort' field that ends up causing the Distinct not to work,
    as the sort
    might be completely unique for each one.
    ALL THAT SAID, this is definitely more of a policy issue than
    a technology
    issue. However, getting them to change policy is sometimes
    more work than
    finding a technology workaround.
    I could just query the DB and return all the duplicates and
    then sort things
    out in the code, but I was hoping that maybe there was a
    clever way to
    handle this via SQL.
    > Giving you the benefit of the doubt, if you need some of
    your returned
    > columns to be unique in the result set, but not all of
    them, then you need
    > to use GROUP BY. You'll need to decide how you want SQL
    Server to
    > determine which value to use for columns that are not
    part of the unique
    > group.
    Ah, I'll look into that! Thanks, lionstone!
    -Darrel

  • Text search returns results with some keywords, but not others

    This pertains to a tours website for Turkey. I've sucessfully
    set up a search form, and results page which returns results when
    multiple keywords are entered. Everything is working well, except
    when certain keywords are used. For example, the table column being
    searched for is called long_itinerary, so if anyone is interested
    in a certain site or city, it's bound to be in the long itinerary
    somewhere.
    Here's the problem, by example: When someone searches with
    the keywords Antalya, Konya, Ankara, or Adana, for example, results
    are returned from the database, and those keywords are in each
    returned tour's long itinerary.
    But certain keywords return nothing, even when they're in
    practically all of the tours, in the long_itinerary column. For
    example, Istanbul, Ephesus, and Izmir, Kusadasi and Pergamum return
    no results, even though they're there. I've gone through all of the
    most likely keywords, and these are the offenders. If, for example,
    I search with "Istanbul Ankara," I get results with tours including
    Ankara (and Istanbul, but only because the word "Ankara" is in the
    itinerary).
    First I made sure the Charset values were the same on the
    search form page and the results page. Still had the problem. Next,
    I went into the database itself, and copied the word "Istanbul"
    directly from the long_itinerary column of the database, and pasted
    it into the search function's text field, and searched again. Same
    problem--no results returned.
    I can't see any difference between the keywords which work
    correctly, and those which don't, what baffles me is that even when
    I copy a keyword directly from the database and paste it in the
    search text field, it returns no results!
    Well, I'm baffled! Any ideas what might cause this?

    Hmm -- one of my customers is a turkish building company
    (Kusadasi BTW), and when *they* add some contents to the DB,
    they´ll be entering turkish chars. It´s in particular the
    turkish "I" which is pretty different, and this is when a search
    for keywords containing a western "I" will fail.
    Could that be the problem in your case ?

  • Why does new 60g ipod download some songs but not others?

    I have a lovely new ipod and have inherited my son's itunes library on my XP user account. I removed all the stuff of his that I didn't want and was all set to download 600-odd tracks on to my new ipod. Unfortunately it only transfers about a third of the tracks on each album and unaccountably skips some altogether. Also, it will only transfer 50 or so songs and then "freezes" on a particular track. I then have to close down using Windows Task Manager, re-start the computer and delete the track in question before the repeating the whole miserable process. There must be a better way mustn't there?

    Thanks for the suggestions, but I ran updater and installed the latest itunes yesterday to no avail. Also I think it's unlikely to be an unsupported file type problem as some tracks and not others are transferred from the same album.

  • Podcast has downloaded for some people but not others

    hello
    i have an established podcast we have been running for 3 years now. We've just reached our 54th episode and after i uploaded it the podcast it went through to the itunes store... i refreshed my podcast directory and it didnt download to my imacs itunes it also didnt download to my laptops itunes BUT it has downloaded to other subscribers. Ive asked a few people and some have the podcast others dont, the server may have gone downwehn i uploaded it but since then ive deleted of our website and server and reuploaded and i still have the same problem. the podcast is on our website fine and the direct download link is working... its in the itunes store and you can listen to it through the store on itunes but it doesnt seem to be downloading to everybody who has subscribed
    i really cant work out what has happened here?
    some people have tried subscribing from fresh and it seems to work for them, its just so random!?
    episode 54 is the issue. we havent uploaded anymore since as were worried it wont work again but are now getting a backlog of podcast and really need to get them out asap
    heres the link to our podcast in itunes> http://itunes.apple.com/gb/podcast/louche-podcast/id318794737
    the podcast on our website>  http://www.louchemusic.com/podcast/Bicep/
    if you need any more info or links to figure it out please let me know?
    any help would be massively appreciated!!
    thanks : )
    Brinsley

    It works perfectly well for me, both in the Store and in iTunes when subscribing, so I can't see any reason why it shouldn't work unless you server is sometimes failing to answer requests, or is sometimes so slow that iTunes is timing out.
    Your feed is at
    http://www.louchemusic.com/wp-content/themes/Louche/rssfeed/louchepodcast.xml
    There's nothing in the feed to cause this problem, but it doesn't contain the 'iTunes declaration' at the top or any itunes tags: so though it takes the information from the 'description' tag you will get no image (there is no 'itunes:image' tag) - as you've been running OK for three years you may not feel bothered about this.

  • Citrix XenApp 7.6 & VDI Plugin works for some users but not others

    I have a customer with XenApp 7.6 and Lync 2013 SE. They have two users homed to the same pool, both with the same VDI client policy however on one account the VDI pairing works fine over Citrix XenApp, but the other the pairing fails. On both accounts I
    get prompted for the credentials, however the second account will not authenticate. I have tried domain\username, domain.local\username and [email protected] but all fail then I get the red cross through the VDI icon.
    This is all from the same Windows 7 machine, all user accounts are within the same AD domain.
    If anyone has seen similar before any assistance would be greatly appreciated as I am banging my head against the wall!
    Lync Tips Blog - [email protected] - If this post has been useful please click the green arrow to the left or click 'Propose as answer'

    Here is some further info:
    360admin - can sign in to Lync and pair correctly
    msltest - can sign into Lync but the credentials are not accepted for pairing
    Identity                : CN=360 Admin,CN=Users,DC=localdomain,DC=co,DC=uk
    VoicePolicy             :
    VoiceRoutingPolicy      :
    ConferencingPolicy      :
    PresencePolicy          :
    DialPlan                :
    LocationPolicy          :
    ClientPolicy            : HEADSET_USER
    ClientVersionPolicy     :
    ArchivingPolicy         :
    ExchangeArchivingPolicy : Uninitialized
    PinPolicy               :
    ExternalAccessPolicy    :
    MobilityPolicy          :
    PersistentChatPolicy    :
    UserServicesPolicy      :
    HostedVoiceMail         :
    HostedVoicemailPolicy   :
    HostingProvider         : SRV:
    RegistrarPool           : LyncFEG.localdomain.co.uk
    Enabled                 : True
    SipAddress              : sip:[email protected]
    LineURI                 : tel:+44**
    EnterpriseVoiceEnabled  : True
    ExUmEnabled             : False
    HomeServer              : CN=Lc Services,CN=Microsoft,CN=1:3,CN=Pools,CN=RTC Se
                              rvice,CN=Services,CN=Configuration,DC=localdomain,DC=co,D
                              C=uk
    DisplayName             : 360 Admin
    SamAccountName          : 360Admin
    PS C:\Users\360admin> Get-CsUser -Identity "msl test"
    Identity                : CN=MSL Test,DC=localdomain,DC=co,DC=uk
    VoicePolicy             :
    VoiceRoutingPolicy      :
    ConferencingPolicy      :
    PresencePolicy          :
    DialPlan                :
    LocationPolicy          :
    ClientPolicy            : HEADSET_USER
    ClientVersionPolicy     :
    ArchivingPolicy         :
    ExchangeArchivingPolicy : Uninitialized
    PinPolicy               :
    ExternalAccessPolicy    :
    MobilityPolicy          :
    PersistentChatPolicy    :
    UserServicesPolicy      :
    HostedVoiceMail         :
    HostedVoicemailPolicy   :
    HostingProvider         : SRV:
    RegistrarPool           : LyncFEG.localdomain.co.uk
    Enabled                 : True
    SipAddress              : sip:[email protected]
    LineURI                 : tel:+44******
    EnterpriseVoiceEnabled  : True
    ExUmEnabled             : False
    HomeServer              : CN=Lc Services,CN=Microsoft,CN=1:3,CN=Pools,CN=RTC Se
                              rvice,CN=Services,CN=Configuration,DC=localdomain,DC=co,D
                              C=uk
    DisplayName             : MSL Test
    SamAccountName          : MSLTest
    PS C:\Users\360admin> Get-CsClientPolicy
    Identity                                    : Tag:HEADSET_USER
    PolicyEntry                                 : {}
    Description                                 :
    AddressBookAvailability                     : WebSearchOnly
    AttendantSafeTransfer                       :
    AutoDiscoveryRetryInterval                  :
    BlockConversationFromFederatedContacts      :
    CalendarStatePublicationInterval            :
    ConferenceIMIdleTimeout                     :
    CustomizedHelpUrl                           :
    CustomLinkInErrorMessages                   :
    CustomStateUrl                              :
    DGRefreshInterval                           :
    DisableCalendarPresence                     :
    DisableContactCardOrganizationTab           :
    DisableEmailComparisonCheck                 :
    DisableEmoticons                            :
    DisableFeedsTab                             :
    DisableFederatedPromptDisplayName           :
    DisableFreeBusyInfo                         :
    DisableHandsetOnLockedMachine               :
    DisableMeetingSubjectAndLocation            :
    DisableHtmlIm                               :
    DisableInkIM                                :
    DisableOneNote12Integration                 :
    DisableOnlineContextualSearch               :
    DisablePhonePresence                        :
    DisablePICPromptDisplayName                 :
    DisablePoorDeviceWarnings                   :
    DisablePoorNetworkWarnings                  :
    DisablePresenceNote                         :
    DisableRTFIM                                :
    DisableSavingIM                             :
    DisplayPhoto                                : PhotosFromADOnly
    EnableAppearOffline                         :
    EnableCallLogAutoArchiving                  : True
    EnableClientMusicOnHold                     : False
    EnableConversationWindowTabs                :
    EnableEnterpriseCustomizedHelp              :
    EnableEventLogging                          :
    EnableExchangeContactSync                   : True
    EnableExchangeDelegateSync                  :
    EnableFullScreenVideo                       :
    EnableHighPerformanceConferencingAppSharing : False
    EnableHotdesking                            :
    EnableIMAutoArchiving                       : True
    EnableMediaRedirection                      : True
    EnableNotificationForNewSubscribers         :
    EnableSkypeUI                               :
    EnableSQMData                               : False
    EnableTracing                               :
    EnableURL                                   :
    EnableUnencryptedFileTransfer               :
    EnableVOIPCallDefault                       : False
    ExcludedContactFolders                      :
    HotdeskingTimeout                           : 00:05:00
    IMWarning                                   :
    MAPIPollInterval                            :
    MaximumDGsAllowedInContactList              : 10
    MaximumNumberOfContacts                     :
    MaxPhotoSizeKB                              : 30
    MusicOnHoldAudioFile                        :
    P2PAppSharingEncryption                     : Supported
    EnableHighPerformanceP2PAppSharing          : False
    PlayAbbreviatedDialTone                     :
    SearchPrefixFlags                           :
    ShowRecentContacts                          : True
    ShowManagePrivacyRelationships              : False
    ShowSharepointPhotoEditLink                 : False
    SPSearchInternalURL                         :
    SPSearchExternalURL                         :
    SPSearchCenterInternalURL                   :
    SPSearchCenterExternalURL                   :
    TabURL                                      :
    TracingLevel                                : Light
    WebServicePollInterval                      : 00:01:00
    HelpEnvironment                             :
    MSL Test Login
    TL_ERROR(TF_SECURITY) [3]21A4.17E8::03/25/2015-22:39:21.107.00005d39 (SIPStack,SIPAdminLog::WriteSecurityEvent:SIPAdminLog.cpp(319))[1363057693] $$begin_record
    Text: Failed to validate user credentials
    Result-Code: 0x8009030c SEC_E_LOGON_DENIED
    Source: LyncEdgeG.localdomain.co.uk:49201
    SIP-Start-Line: REGISTER sip:domain.com SIP/2.0
    SIP-Call-ID: 2cab650cdf3e4d62aea1cb0c2166c07e
    SIP-CSeq: 3 REGISTER
    Lync Tips Blog - [email protected] - If this post has been useful please click the green arrow to the left or click 'Propose as answer'

  • My hp 1660 will print some websites but not others

    my new hp 1660 prints off of some websites but there are many that will not print.  What can I do to correct this and be able to print everythin I want to

    It seems to be accessible, yes. It's listed as
    HKEY_CLASSES_ROOT\ShockwaveFlash.ShockwaveFlash.9\CLSID. I can give
    you the data string if you like. I've really never edited my system
    registry so I'm not sure what I'm doing.

  • Cannot select fields for calculating other fields~

    Help -- I am tryiing to get certain fiels in a form to calculate based on selection of other fields.  The fields to be selected already have values in them.  (The same format I have used for several years, just new set of forms)
    I get through the point of setting up the field properties to calculate and I select Sum of...   Then it simply will not let me select any fields to use for calculations -- unless I select all fields.
    Please -- this is time sensitive and urgent any help responses needed and welcome!

    Sounds like you are having issues with Acrobat and not FormsCentral. You would get a better help if you post your question on the Acrobat's forum
    http://forums.adobe.com/community/acrobat/forms
    Gen

Maybe you are looking for

  • ITunes podcast page not updating after changing feed

    Several months ago I successfully published a podcast to the iTunes Store. The following is the location of my podcast: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=335499017 Now, I've changed the feed URL as well as some of the d

  • AR report required

    Hi experts, My user requires Accounts receivable reports in this format: Status  BusArea  Doc No.     Invoice No.      Invoice date     Customer Code Customer Name Balance in $  Balance in INR Payment doc no.     Bank's name       Date of Realisation

  • Ipod stuck on sync step 2 of 2

    As above, have restarted ipod and Itunes music library is stored on external hard drive but its all worked fine up until now Any ideas how to resolve Thanks

  • Broadband connection?

    Hello, I have just been connected to bt again after several issues whilst moving home. I was expecting to be on my own security enabled network but see that I connect to BT FON. Other security networks are available but the only passwords I have are

  • Youtube and WiFi

    i can't connect to my youtube or wifi, youtube is popping up and saying "cannot connect to youtube" and wifi is saying I'm entering the wrong password. Please help