Copy of answer

Hello.
Is it posible to send copy of filled out PDF form to an email or upload to a external server ?
We are looking for a solution for service check lists. When user fill out form and send, we want them to get a copy in their mail, and one copy uploaded automaticly to our file server.
When user get receipts now, they only come as txt. I would like them to come as PDF attachment with the form layout.
Is this posible? With any adobe software or do I have to make this in HTML5?

Hi;
Using the FormsCentral web/HTML form workflow this is not yet possible, a highly requested feature which you can add your vote for here:
If you distribute the form as a PDF, you can edit the PDF in Acrobat adding an Email Submit button or adding the Email submit method method to the FormsCentral Submit button. 
See this post for more information on how to set that up:
http://forums.adobe.com/message/6040339#6040339
Thanks,
Josh

Similar Messages

  • Tackling copy paste answers

    Generally when we report abuse copy pasted answers we see that the post is removed as it was never there,
    but i think a better way is to let the post be there , just the answer be removed and then a comment by moderator on the post would be more appropriate.
    Example of what i'm trying to say.
    Re: F4 not working while using data_changed -> mt_mod_cells
    In the above link Vijay babu dudla instead of removing the post entirely, removed the text and posted his comments, i think this is much more better and may stop the copy pasters from repeating it just to save themselves from embarrasment.
    кu03B1ятu03B9к
    Edited by: kartik tarla on Jan 19, 2009 2:44 AM

    kishan P wrote:>
    > to simulate a Excel Sheet data
    >
    > >
    Raju Chitale wrote:
    > > No Points Please, this is not my code, but it works.
    > >
    > > Regards
    > > Raju Chitale
    >
    > This I should say is very commendable of Raju Chitale, especially if you have forgotten the original source of the code.
    > Bravo!!!
    >
    > pk
    It is commendable, as it overcomes the problem of passing of someone elses work as your own.  Unfortunately, it still potentially breaks copyright.  Unless you wrote something, or you KNOW it's public domain - don't cut and paste.

  • Selecting and copying words from list to textfield

    I am trying to copy words from a list into a text field. I want to be able to select one word at a time, from the list, and have them create a sentence in the text field ie: you build up the sentence one word at a time. I have tried to code this (See code below) but you have to select all the words in one go and then copy them, you can't copy them over individually. Also the words rearrange themselves so that they are in the same order they were in, in the list. Any help would be most appreciated.
    Thanks in advance
    Jes
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    //<applet code="MyList.class" width=400 height=300></applet>
    public class MyList extends Applet implements ActionListener {     
    private List wordList, copyList;
    private Button copy;     
    private TextField answer;     
    public MyList(){     
    public void init()     {     
    wordList = new List (5, true);
    copy = new Button ("Copy >>>");
    answer = new TextField (30);     
    copy.addActionListener(this);
    wordList.addItem("say");
    wordList.addItem("Oranges");     
    wordList.addItem("St.");     
    wordList.addItem("Lemons");     
    wordList.addItem("bells");     
    wordList.addItem("and");     
    wordList.addItem("Clements");     
    wordList.addItem("the");     
    wordList.addItem("of");
    add (wordList);          
    add (copy);          
    add (answer);     
    public void actionPerformed (ActionEvent e)     {
    String[] words = wordList.getSelectedItems();
    StringBuffer sentence = new StringBuffer();     
    for (int ii = 0; ii < words.length; ii++) {     
    sentence.append(words[ii]+" ");}          
    answer.setText(sentence.toString());     

    I'm a tad confused with your question. Do you NOT want multiple selection, or do you?

  • How to copy field groups when editing a form?

    Hi everyone,
    I´m setting up a form using Acrobat X Pro. When I copy paste fields, they end up in the same field group. Could anyone tell me how to copy groups?
    In my case, I would like to copy the answer options from one question, using them as the answer options for the next question.
    Any idea?
    Thanks a lot!!
    Andy

    Thank you!
    I still hoped that there would be an easier way - also the Radio Button Choices change in weird ways once I change the name...
    If there is still anybody who has a better way of going about this - please send a quick message.
    Thanks again and best wishes

  • Copy paste activity should be avoided.

    Hi Freinds
    This has been discussed many a times in the forum and many members have already requested not to copy and paste the answers posted by other members.
    But, unfortunately it is not followed. Though many-a -times I have seen this copy paste activities but I have not reacted thinking that members will not repeate the same activity in future.
    To-day, I found that Mr. Sanil Kailash Bhandari has copied the answer posted by me on 19th Nov 2008 and pasted in this forum (Billing issue question).
    Atleast you could have changed the language Mr Bhandari and you could have interpreted in your own word, beacuse it is nothing like that, I have invented something new.
    Many members can easily answer the same question but we should answer in our own language and it gives real pleasure if our (own) answer has solved somebody's problem and you will never get that
    satisfaction from copy paste activity.
    Once again I will request Mr.Lakshmipati to kindly take care of this typa of activities.

    Thank you Mr.Lakshmipati for immediately responding to my concern !
    Infact,it is a concern of the whole forum, I feel.
    I feel that, instead of pasteing same answers, we should come out with more correct and varified answers next times.
    At the same time, I request the members to first search the forum before posting a question and if not found the satisfactory answer then only post the question in a new thread.
    In the process, we need not have to request the members to avoid copy-paste activities and secondly a  number of meaningful  and new suggestions will be posted by different contributors.
    Dr.Lakshmipati, I am not sending the link and details to you as I do not want that any disciplinary action should be taken on any of our member.
    My sole purpose was to  make an appeal to all of us to avoid this type of activity.
    Regards
    Pradyumna

  • Protect from unautorized copying

    I'm sure there is an easy way to do this, but I can't seem to find it. I want to make DVD copies of a movie I created, but I don't want people to be able to make duplicates. Is there a way to protect my movie?
    Thanks.

    Hi ScubaJean:
    This from iDVD: Questions and Answers
    http://docs.info.apple.com/article.html?artnum=60788
    Question 12: Can I protect my disc from unauthorized copying?
    Answer: iDVD does not include CSS (Content Scrambling System), Macrovision or any other copy protection schemes. DVD Studio Pro offers CSS and Macrovision features.
    Sue

  • How to print out answers using the form I created

    I created an application form for my company. People have submitted their applications, but I do not know how to print them out.
    Is there a way to copy the answers into the form and print that? Or something like that?
    I cannot just print the answers because it's over 100 pages and would be disorganized.
    I basically just need to know how to print out the form I created with the respondants answers.
    Thanks

    Here is what you can do...
    Open the form file
    Go to the View Responses tab
    Select the View menu in the upper right corner of the UI
    Select the Details View menu item on that menu
    The Details View pane will open on the right side of the window
    At the bottom of that pane there is a set of buttons
    The first button let's you print the detail view of the currently selected response
    The last button labeled Export will create a PDF file of the selected response
    Is that what you were trying to accomplish? I'll admit that we need to make print and export to PDF more discoverable and easier to get to - that was too many steps
    Randy

  • Copy Businss Model and Presentation Layer Objects

    Hi,
    We have an environment whereby there is a Development DB and a Production DB.
    I have built a model around the dev. DB and created answers requests. How Do I copy the model within the same repository and rename it and copy the answers requests to a different folder and use them as "Production" Answers Requests.
    The rename wizard provided by Oracle only helps to Rename the Presentation Catalog.
    Thx,
    rkingmdu

    It seems you are using one OBIEE server to host your Dev and Prod environments. That's certainly not a good idea (as Stijn says) and will not work. Answers requests are linked to a Subject Area and specific fields on that subject area. A subject area is basically a folder in your Presentation layer of the RPD. So a SA is always linked to an RPD. You are not goind to be able to achieve complete separation with a single OBIEE server. And no, it's not correct that a BI server can connect to one RPD, you can have a BI Server connecting to many RPDs. While is not supported to have multiple Presentation Services in the same server, you can have more Presentation Services on other servers that use other RPDs.

  • Set-GlobalAddressList error

    Hello,
    We are running MS Exchange 2010. I get this error
    When I ran
    Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}
    http://technet.microsoft.com/en-us/library/dd335105.aspx
    Please help
    Thanks.

    follow this
    1- Run Get-GlobalAdressList | fl and check the IsDefaultGlobalAddressList value. I believe in your case this would be False.
    2- To change this you would need to change the msExchRecipientFilterFlags attribute. you can do this via ADSIEDIT. Open ADSIEDIT connect to the Configuration container. Find the Default Global Address List and change the above attribute value from 3 to
    0 and apply the changes. Then change it back to 3 and apply changes.
    3- Run GlobalAdressList | fl again and the IsDefaultGlobalAddressList value should now be true.
    This should fix your issue.
    @Sunil_Kumar
    Seems that you did read the
    ORG Thread (you copied CanKILIC answer from there) but you missed Birenc´s output of Get-GlobalAddressList | fl.
    Martina Miskovic

  • Adding c# project dll to gac without visual studio(gacutil)

    Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. So I have created a setup project with the primary output taking the c# project,
    so it created a msi and I ran that first then followed by btdf. the deployment then worked without errors. This however, resulted in an issue. The component dll is not added to gac, so orchestration is not calling the c# method as part of the orchestration.
    I do not see the dll in the gac(c:/windows/assembly). I do not have visual studio installed so could not use the gacutil. Is there anyway I can add to the gac. running the msi should add but not seen in the c:/windows/assembly.
    Is there anyway I can add to gac?

    Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. 
    Can you paste here your Itemgroup?
    You need to add it like below:
    <ItemGroup>
     <Components Include="yourC#projectname.dll">
       <LocationPath>..\yourC#projectname\bin\$(Configuration)</LocationPath>
     </Components>
    </ItemGroup>
    I am copying my answer from my
    previous thread. Did you try that?
    old thread

  • How to create a folder in which email forms are stored which cab be used and usen again

    Hi folks of the free software comunity,
    in the olden days I used to use a mail program made by MARINET in England. This received an sent emails via a sattelite connection an nothing else.
    The program had a feature called pre-formed mails:
    In a special folder lots of pre-written emals where stored - messages that needed to be sent again an again wit slightly changed contens. The address, reference and text fields where already filled.
    If needed you would open one of these pre-written mail, change a few items - say the date, number of item or some such
    Adress an reference would remain the same.
    The SENT the bugger an finished.
    In the SENT folder this mail would be shown with the corrected text.
    In the special folder the not corrected mail would remain.
    The special folder served as a file of mails already written as well as a remainder of what needed to be sent - by looking at the stored mails - an so save the user a lot of work.
    My question:
    How can this be created in THUNDERBIRD ?
    tks n bregards
    i.b.b
    [email protected] (pls copy an answer to this mail address

    Open a new Write message.
    Create the email you want to use as a Template, give the 'Subject' a suitable title so you can easily locate that template email, but do not enter any email addresses.
    Then click on 'Save' as 'Template' OR File > Save As > Template.
    A Templates folder will be auto created and th email will be stored in that Templates folder.
    To use:
    Select Templates folder to see emails.
    Double click on email OR right click on email and select 'Edit as new Messge' to open in a new Write window.
    Edit as required and send as usual.
    The email in the Templates folder will remain as is and can be reused again and again.
    Additional info:
    If you wish to send one personalised email to a group, so each person gets their own personalised email, you could consider an addon called 'Mail Merge' which works with Template email and either a .csv file or an address book.
    * https://addons.mozilla.org/en-US/thunderbird/addon/mail-merge/

  • HP Slate 21 with 4.4.2 sounds bad

    Today I have update my HP Slate 21 to 4.4.2 KitKat. Everything seems to be okay excep audio: When I connect jack audio to my phones or amplifier, the sound is poor and without bass. It sound very bad. I have tried tunning DTS without success.
    What I have to do? Slate 21 is my home entertaintment system!!!
    Is there any way to back to me previous Android version? I have reset factory default but 4.4.2 is still installed.
    Please, help,,,
    This question was solved.
    View Solution.

    Hi mates,
    Bad news. I copy the answer of Brennon from HP Support in twitter:
    "Brennon here. I hate to be the bearer of bad news but once an HP tablet has been updated you cannot roll back to a previous. The downloadable images do not include a boot loader and you will get errors attempting to restore with them."
    Full stop.
    So... The nasty thing then, we have to wait the fix. I asked Brennon and I will post here the answer.
    I am really really very disappointed with this issue and it will be hard to keep my trust in HP products. Honestly speaking.

  • What Are the Exact Basic rules for Replying a Thread...... -:)   @};-

    Hi Experts,
    After Looking into the forums many days I had a small conclusion about forums,
    SAP Forums are better place I have seen for getting a goo dhelp & Knowledge...
    Why can't we make it a BEST Place.
    This is just a small doubt which I would like to clear myself first,
    I have seen many users In the forums asking for a Basic Questions
    When cleared, But still they want to have a Spoon feeding with a Sample Code.
    When Sample Code Given they will provide the original code and requests for Modifications.
    These always looks to me as crazy.
    I have seen somelong time agin by moderators posting that In SCN there will be no SPOON FEEDING.
    I am not sure whether if still this Rule AVAILABLE or NOT.
    Ok if the task is really difficult let them ask again and again,
    And it was not replied, let them repost, I agree with them.
    And How about a User Registered in SDN very long back and asking for a silly question in below thread,
    [Sendin Email to the recipent list -Need correct FM |Getting the address from shipto partner of Bil. item not directly from C.ma]
    This is one more example, really funny, The thread poster needs the solution at any cost, he doesn't require and Suggetions,,, {He Only needs Solution}
    [Radio Buttons |Radio Buttons;
    [Turning Off Debugger |Turning Off Debugger;
    [Regarding Amount in words|Regarding Amount in words;
    There are 100's of threads like this....Everyone knows this facts.
    Check this who answered this one and who replied correct answer, who copied, finally who was rewarded...!
    [how to validate POsting period |Re: how to validate POsting period]
    Now My Real Problem is....!
    User is always intelligent, Only the weakness is in Contributor, trying to help them,..,
    And I openly say that Someone requesting for basic help is not DUMB, But the Contributor replying forgets
    the basic rules " Why Contributing ?"
    According to me It's not the Requestor to see Rules & Requlations before posting the threads,
    But its responsibilty for the Contributing person to see th Rules & Requlations before replying the threads,
    If we follow the rules and stand on a single word or rule or anything there will be Good Result.
    Major Problem is in US not anyone else.
    Example Some one saying search in the forum,,, then please no replies after that...
    But we are very pity hearted again we post the solution,,,
    But it is not at all enough(for cintribtor's)... they will copy the solution and post again by slight Modifications,
    And Some users are having 500,600,700,800 Posts with 0 points, registered long long back.
    They are completly dependent on forums,,, As they goto office and as they eat, The same they open forums and ask Queries...
    They will never realize what they are doing,, and we will never let them improve better...
    Finally Lets Discuss About this and Correct & Suggest me if I am wrong,
    Is my thoughts are going in the right way or not I am not even sure... Please Aslo Correct me if I did any mistakes.
    Thanks & regards,
    Dileep .C
    Edited by: Dileep Kumar Chinnaiah on Apr 29, 2009 12:33 PM
    Title Changed Form
    "What to do when someone asking for Basic Questions" to "What Are the Exact Basic rules for Replying a Threads...... "

    Hi Stephen,
    Very useful Information,
    First tell me a little something about my self...
    After completion of my certification(as a fresher) I was down the streets hunting the job,
    with the insufficient knowledge and being a non-experienced person, I never got one.
    And mean while when I got my "S-UserID", I used to be proud, To say frankly, I registerd in SDN & SAP all at a time, without even knowing what I can do there..,
    When I got a job afterwords I was doing the job and never seen SDN page for many months,
    when I came to know that of we have doubts we can post at SDN. then started requesting help,
    I posted only a little, I didnot got the proper response. on that day I decided,
    still there are some places where we cannot get help on time and there will be people waiting to get help,
    Why cant I put some of my efforts to help others.
    Then I searched some topic by Topic in SDN topic by Topic I used to read threads just for knowledge.
    when I feel my self comfort for contributing, I started contibuting...!
    If you haven't read it, take a look first, so you can understand where things are now.
    I dont know where things are now. But these in this thread I mentioned clearly what I seen from the day I started contributing.
    I searched with the terms of 'Rules for replying', The results are not as I expected, and this link has subject as
    "O SDN, where art thou?" So it dosent hit my in the list.
    Like everybody until a certain stage I am also rushing for points.
    But I most cases I never tried to copy paste answers. If I done some then that is just to point it myself some day,
    I have no hopes or no intrest on the points...! This was discussed with Rob & Matt, at my inital contribution where my points are 36.
    From that day till date I have changed a lot to myself.
    Everyone cannot change like me because they are not like me & And I dont even expect that...!
    I will be online almost 6-8Hrs a day, Not even getting intrest to see the forums just because of the co-contributors.
    My only point is I am just requesting to a co-contributor,
    Clearly In a example : Lets say contributor has replied to a thread, and if you know that is a correct solution,
    please dont reply any more, If you have a better solution than that, then only reply,
    Even there is one reply in the thread not a matter, if correct answer leave that query.
    If still error persists, Show up with your Idea's...
    Dont let down the contributor, by copying his reply and editing and pasting(edit only if incorrect).
    I am just looking for this one exactly to circulate between ourselfs.
    For this we a little support from moderators to circulate(may be as a rule or may be as a mail to them)
    You may say again how many mails we have to send, It dosent matter, one mail to one person one time,
    and +ve factors will show up definetly.
    A real contributor always understand what I am talking about, but some one who hunts for points will never.
    I am really sorry if I am troubling with my doubts & requests,
    If so, Pleae forgive me,,
    Thanks & regards,
    Dileep .C

  • WAD: Height of Filter pane not displayed correctly in SPS14

    Hi Experts,
    I just moved to SPS14 and I noticed on our Web Templates that Filter Pane are reduced in comparison with what I had in SPS10.
    For Instance, for an height of 18 I was able to display properly 2 dropdown boxes in Filter pane. Now I am not able to see them unless I increase height.
    Is it related to a new function of SPS14?
    Thanks in Advance

    Hey,
    I am just copying your answer, you gave in another thread, to limit the search time for other users:
    italics What worked was another possible way, e.g. to maintain the SAPBWKEY in the Arcview software delivered by ESRI. Using the Arcmap -application.
    -Rightclick on the respective layer, then 'Open Attribute Table'
    -Press Button 'Options': Add field. Name = SAPBWKEY, 'Type' depending on your characteristic
    -Next Step: Editor ( a menue you need to load into ArcMap) --Start Editing
    -Then again: Rightclick on the respective layer, then 'Open Attribute Table'
    -Now you can maintain values for the SAPBWKEY
    -Editor: Stop Editing (save changes)
    Rightclick on the respective layerData-Export data
    The last step exports the modified shapes files, which can then imported to your info object.italics
    Greets
    Marcus

  • Case Statement in sub query

    Hi, I have two issues, here is my initial code:
    select
    cc.name_id_no
    ,cc.discover_date
    ,cc.cla_case_no
    ,max(rl.year_of_incident)Non_Loss_Past_5
    ,rl.timestamp
    from cla_case cc, rbn_loss rl
    where cc.name_id_no = rl.customer_no
    and rl.year_of_incident < trunc(cc.discover_date)
    and rl.type_of_loss < 1000
    and rl.timestamp < trunc(cc.discover_date)
    and (cc.question_class = 20
    or cc.question_class = 25)
    and (trunc(cc.discover_date)- (rl.year_of_incident)) < 1095
    --and (trunc(cc.discover_date) <> (rl.year_of_incident))
    group by cc.cla_case_no,name_id_no, cc.discover_date,rl.timestamp
    Now a cla_case_no can map to several year_of_incident. I only want the cla_case_no that maps to the max year_of_incident ie There should only be a single cla_case_no corresponding to the max year_of_incident.
    To get around this I did the following which is not very efficient and I'm hoping it can be improved:
    select distinct z.cla_case_no from (
    select
    cc.name_id_no
    ,cc.discover_date
    ,cc.cla_case_no
    ,max(rl.year_of_incident)Non_MW_Loss_Past_5
    ,rl.timestamp
    from cla_case cc, rbn_loss rl
    where cc.name_id_no = rl.customer_no
    and rl.year_of_incident < trunc(cc.discover_date)
    and rl.type_of_loss < 1000
    and rl.timestamp < trunc(cc.discover_date)
    and (cc.question_class = 20
    or cc.question_class = 25)
    and (trunc(cc.discover_date)- (rl.year_of_incident)) < 1095
    --and (trunc(cc.discover_date) <> (rl.year_of_incident))
    group by cc.cla_case_no,name_id_no, cc.discover_date,rl.timestamp
    ) z
    Now comes the second issue: The above is actually a subquery that will link to a bigger table via cla_case_no ccx
    SELECT
    ie ,(select distinct z.cla_case_no from (
    select cc.name_id_no, cc.discover_date ,cc.cla_case_no, max(rl.year_of_incident)Non_MW_Loss_Past_5, rl.timestamp
    from cla_case cc, rbn_loss rl
    where cc.name_id_no = rl.customer_no
    and rl.year_of_incident < trunc(cc.discover_date)
    and rl.type_of_loss < 1000
    and rl.timestamp < trunc(cc.discover_date)
    and (cc.question_class = 20
    or cc.question_class = 25)
    and (trunc(cc.discover_date)- (rl.year_of_incident)) < 1095
    --and (trunc(cc.discover_date) <> (rl.year_of_incident))
    group by cc.cla_case_no,name_id_no, cc.discover_date,rl.timestamp
    ) z
    where z.cla_case_no = ccx.cla_case_no
    ) Non_MW_Loss_Past_5
    FROM etc
    Now only certain cc.cla_case_no from the subquery will corresp to the ccx_cla_case_no from the main table and the other entries will be null.
    What I require is that if the subquery returns a result that IS NOT NULL to return 'Y' ELSE 'N' instead of the varies cla_case_no's and (null) entries in the Non_MW_Loss_Past_5 column
    Thanks!!!
    Banner:
    Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    "CORE 11.2.0.2.0 Production"
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production

    Hi,
    It looks like you have another copy of this question:
    Case Statement and sub query
    That's probably not your fault, but you should mark the other copy as "Answered" right away, and then you'll only have to look for replies in one place.
    885178 wrote:
    ... Now a cla_case_no can map to several year_of_incident. I only want the cla_case_no that maps to the max year_of_incident ie There should only be a single cla_case_no corresponding to the max year_of_incident.If you know there will only be one, then you can use LAST, and you don't need GrOUP BY
    To get around this I did the following which is not very efficient and I'm hoping it can be improved:
    select distinct z.cla_case_no from (
    select
    cc.name_id_no
    ,cc.discover_date
    ,cc.cla_case_no
    ,max(rl.year_of_incident)Non_MW_Loss_Past_5
    ,rl.timestamp
    from cla_case cc, rbn_loss rl
    where cc.name_id_no = rl.customer_no
    and rl.year_of_incident < trunc(cc.discover_date)
    and rl.type_of_loss < 1000
    and rl.timestamp < trunc(cc.discover_date)
    and (cc.question_class = 20
    or cc.question_class = 25)
    and (trunc(cc.discover_date)- (rl.year_of_incident)) < 1095
    --and (trunc(cc.discover_date) <> (rl.year_of_incident))
    group by cc.cla_case_no,name_id_no, cc.discover_date,rl.timestamp
    ) zHere's one way:
    SELECT       MIN (cla_case_no) KEEP (DENSE_RANK LAST ORDER BY r1.year_of_incident)
                         AS latest_cla_case_no
    FROM       cla_case     cc
    ,             rbn_loss      rl
    WHERE     cc.name_id_no          = rl.customer_no
    AND       rl.year_of_incident     > TRUNC (cc.discover_date) - 1095
    AND       rl.year_of_incident      < TRUNC (cc.discover_date)
    AND       rl.type_of_loss     < 1000
    AND       rl.timestamp          < TRUNC (cc.discover_date)
    AND       cc.question_class     IN (20, 25)
    ;If you'd post some sample data (CREATE TABLE and INSERT statements) and the results you want from that data, then I could test this.
    Now comes the second issue: The above is actually a subquery that will link to a bigger table via cla_case_no ccx
    SELECT
    ie ,(select distinct z.cla_case_no from (
    select cc.name_id_no, cc.discover_date ,cc.cla_case_no, max(rl.year_of_incident)Non_MW_Loss_Past_5, rl.timestamp
    from cla_case cc, rbn_loss rl
    where cc.name_id_no = rl.customer_no
    and rl.year_of_incident < trunc(cc.discover_date)
    and rl.type_of_loss < 1000
    and rl.timestamp < trunc(cc.discover_date)
    and (cc.question_class = 20
    or cc.question_class = 25)
    and (trunc(cc.discover_date)- (rl.year_of_incident)) < 1095
    --and (trunc(cc.discover_date) <> (rl.year_of_incident))
    group by cc.cla_case_no,name_id_no, cc.discover_date,rl.timestamp
    ) z
    where z.cla_case_no = ccx.cla_case_no
    ) Non_MW_Loss_Past_5
    FROM etc
    Now only certain cc.cla_case_no from the subquery will corresp to the ccx_cla_case_no from the main table and the other entries will be null.
    What I require is that if the subquery returns a result that IS NOT NULL to return 'Y' ELSE 'N' instead of the varies cla_case_no's and (null) entries in the Non_MW_Loss_Past_5 column
    NVL2 (x, 'Y', 'N')returns 'Y' if x is NULL, and it returns 'N' if x is not NULL. X can be a scalar sub-query:
    NVL2 ((SELECT ...), 'Y', 'N')You could also use an EXISTS sub-query:
    CASE
        WHEN  EXISTS (SELECT ...)
        THEN  'Y'
        ELSE  'N'
    END

Maybe you are looking for

  • How do I get rid of malware Trovi?

    Trovi has invaded my computer and hijacked my browser home page on Safari, Firefox and Crome. With it comes ads and pop ups that are unwanted. "Help" sites seem to generally refer to PCs (mine is an iMac, intel core i5 and running OS X 10.9.5 and the

  • PLSQL sample for searching a file name in the server

    Hello All, what plsql package i need to use or any plsql sample code available for searching a file name in the server. For example If I provide any text "XX%", the plsql code should provide me the list of file names in a specific folder in server. I

  • WLC Virtual Interface config for a public SSL cert for Web Authentication

    I'm trying to get a cert loaded on my 5508 WLC running 7.6.130.0 so when a Web-Auth users tries to authenticate they don't get the SSL cert error. In the document "Generate CSR for Third−Party Certificates and Download Chained Certificates to the WLC

  • My web page, created on iWeb and up and running since 2011, is no longer on iWeb. Where did it go?

    I created a webpage on iWeb in 2011. It's on line. It has worked great. Tonight I wanted to do some editing, which I do about monthly, I opened iWeb and my page is gone. Where did it go?

  • Portal homepage is unable to access!

    After installtion of oracle application server 10.1.2.0 inclusive portal server, the automatic configurition is successfull. The "http://host:80" page can be logined . But http://host:80/pls/portal can not open,and inertal server error occures! HTTP