I have a survey that I have customers fill in.
once inputted intot the computer, is there a way to gather and calculate the information?
i.e
Excellent - 28%
Good - 56%
Poor - 26%
Either in a view or something that can show it.
Thanks in advance
I have a survey that I have customers fill in.
once inputted intot the computer, is there a way to gather and calculate the information?
i.e
Excellent - 28%
Good - 56%
Poor - 26%
Either in a view or something that can show it.
Thanks in advance
Subject: Gathering Information
Create a new Form with header and footer as you wish. Create a RichText Field in it.
Create a view action button and write a script to collect that information from the view documents and display the information using the above form. Save the document so that RT field display the information and then get the DocUniqueID of the document and in QueryClose, you can grab this document with DocuniqueID and delete it.
So that for users whenever they want to check this report, they will click on the button, view the report and close it. So that the document gets deleted.
Subject: RE: Gathering Information
Thank you for your response.
I’m gonna sound like most new people here, but I am ne at this and what you have just said flew over my head, could you simplify it further for me?