Can you sum a column in FormsCentral?

Similar to how you would sum a column of numbers in a Excel spreadsheet, Can you sum a column in FormsCentral or are you required to only do this once it has been saved to an Excel sheet?
Regards
kevin

One of my biggest grievances with Forms Central is the lack of any kind of calculating (living in hope Adobe!)... you will have to do it in Excel.

Similar Messages

  • How can i sum the columns by condition?

    ID    Type    QTY
    1      A         20
    2      A         20
    3      B         20
    I want to some QTY group by A but I also need the ID column to identify the order of  row.
    How can I sum QTY group by A and the result is sort by ID ?
    Thanks you 

    Whats your expected output?
    Is this the below?
    Create Table test(id int,[Type] char(1), QTY int)
    Insert into test Values(1,'A',20),
    (2,'A',20),
    (3,'B',20)
    SElect *,SUM(qty)Over(partition by Type) From test Order by id
    Drop table test

  • How do you sum a column based on categories ?

    OK so I'm trying to get round the dissapointing idea that you can't use category headings as values. I am trying to sum the values in a category and use the result.
    So I take it the work around for using the summary values is to sum the values conditional on the type of category ?
    How do you do this ? Looking at other posts its probably something to do with SUMIF or SUMIFS ?

    David,
    Thank you very much for your Reply.I was looking,who could understand my situation and guess "YOU DID'
    I'll tell my situation David.
    We used to have a sql filter for this Report .In 11.1.1.3 version it used to work ,but in 11.1.1.5 we have a bug .if you have a sql filter in the Report it is not allowing us to use navigation links on that report it is saying some "Assertion Error".
    We are using this Report on Dashboard .If we use the report on Dashboard and if that Report contains the Sql Filter than it's throwing the "ASSERTION ERROR".
    but if i open the same Report from the catalog then the navigation links works fine
    Can you help me out with this one .
    Thanks
    Xavier

  • Can you hide a column in a table within a Pages document?

    Is it possible to have a table within a Pages document that allows you to hide columns..... I am trying to make a template for client quotations that requires a column containing discounts which needs to be hidden before I print. Haven't figured out how to make this happen.... can it be done?.... works in Numbers[as per XL] but not in Pages
    many thanks
    Gary

    One of my biggest grievances with Forms Central is the lack of any kind of calculating (living in hope Adobe!)... you will have to do it in Excel.

  • Can you make several columns in pages

    I am considering buying Pages for iPad.  Wanted to know if you can make three or more columns in a document?
    Thanks
    Gtea

    Thanks, that helped me to decide.
    Thanks again
    Gtea

  • Can you make some columns Read/Display Only in DataSheet view?

    I noticed on another posting what appears to be a datasheet view with 3 of the columns in a display mode. Can someone confirm if this is possible?
    Here is the original posting.
    http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationprevious/thread/4fa70a67-06e6-44e0-a2fe-94b1707a400a/
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

    Hi Stunpals,
    This always happens on the column type Multiple Lines of Text .
    And certain columns, such as Created By and Modified, are always read-only. Values for these columns are entered automatically.
    When you open the list in datasheet, click on one the column, if it’s read only, you will see read only in right bottom corner.
    For more information, see
    http://devblog.bardoloi.com/2012/08/sharepoint-2010-datasheet-view-selected.html
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • Can you specify the columns that get written to a spreadsheet when using the query attribute of cfspreadsheet?

    Hello, I wanted to see if you can control which columns from a query get written to a excel spreadsheet. I have some items in my query that I do not want in the spreadsheet but need for my query, if that makes sense.
    Thanks.
    Steve

    There are no parameters in the cfSpreadsheet tag to choose specific columns, however you can use a query of queries (About Query of Queries - ColdFusion English Documentation - Adobe Learning Resources) to get a query object with a subset of columns to pass to the tag.

  • Can you use Sub-Forms in FormsCentral

    I'm developing an inspection report form and would like to make it dynamic by alowing the user to delete sections of the form that do not apply to the site.

    HI;
    You can use "Show and Hide" logic to show or hide a group of questions based on the answer to other question/s.  I think this would give you what you are looking for. 
    Select the group of fields you want to hide or show based on another answer, and in the Properties panel click the "Show/Hide" checkbox.  This is a Paid level feature.
    Thanks,
    Josh

  • Can you "name" a field in FormsCentral?

    In Adobe Acrobat forms, I could name a field.  For example, I have the same 4 questions for several presenters, so I name them "Q1Session1, Q1Session2", etc.  I have not been able to find this feature in Forms Central.

    Just label the fields as normal. You can go into the response tab and change the headers (on top) to be whatever you want (you can make them more unique). Those are used when you export to Excel.
    I think that will solve your problem.
    Randy

  • Can you force a column to text so it doesn't truncate the leading 0

    Many of our part numbers start with 0. When we export an APEX report to Excel, it truncates the leading 0. Is it possible to force a column to text so that it brings the 0 into excel?
    thanks
    Angie

    Angie,
    There is a way around this if you are using an interactive report. Consider the following SQL.
    with test_data as(
      select '012345' part_num from dual
       union all
      select '054321' part_num from dual
       union all
      select '098765' part_num from dual
       union all
      select '076853' part_num from dual
    select td.part_num part_num_display
         , '="' || td.part_num || '"' part_num_download
      from test_data tdI have a part_num_display and a part_num_download column. The reason for two columns is because I am going to display one column when the report is rendered in the web browser and display the other when there is a request to download the report. You will notice that i concatenated some characters to the beginning and end of the part_num_download column. This is so the column produces a value which looks like this ="012345". This is an excel expression to set the value of the cell to whatever is in between the quotation marks. The only thing left to do now is to add the conditions to the columns.
    Go into your report attributes and then click on the display column and set the condition to: Request != Expression 1 and set Expression 1 to CSV.
    Lastly go to the download column and set its display condition to Request = Expression 1 and set Expression 1 to CSV.
    This tells the interactive report which column to render for either situation. I had to use this method for numbers with precision greather than two decimal places.
    Cheers,
    Tyson Jouglet

  • Can you make a column in atable invisible

    Hi,
    I am using the defaulttablemodel to display my table.
    The data are in a vector which are sorted in descending order based on a column.
    Is it possible to make a column in a table invisible.
    The reason is that I need to sort my table based on a particular column but i don't want to display that column.
    ---thanks

    Hi,
    I tried to code yout example:
    JTableHeader header = tblKundenInteressenten.getTableHeader();
    header.setReorderingAllowed(false);
    DefaultTableColumnModel columnModel = (DefaultTableColumnModel) header.getColumnModel();
    int lastIndex = columnModel.getColumnCount() - 1;
    TableColumn columnOid = columnModel.getColumn(lastIndex);
    columnModel.removeColumn(columnOid);
    header.setColumnModel(columnModel);
    tblKundenInteressenten.setTableHeader(header);
    ...but whenever I want to get the data back like this:
    DefaultTableModel dtm = (DefaultTableModel) tblKundenInteressenten.getModel();
    Vector daten = dtm.getDataVector();
    Vector zeile = (Vector) daten.firstElement();
    String oid = (String) zeile.lastElement();
    System.out.println("OID: " + oid);
    I have an empty JTable in my GUI ...
    what happened?

  • How can I make a column of sums out of a repeating pattern of 24 changing numbers

    How can I make a column of sums out of a repeating pattern of 24 changing numbers in Numbers.
    I have a long list of 8760 numbers of which I need to take the sum (and store in a column) of each 24 numbers.

    Here's one way. I've reduced the example, taking groups of five numbers from a set of 20. I've used 3 as the data number in all cases to make the sum easily recognizable.
    Original column of numbers in Data::column A.
    Data::B2 (and filled down): =QUOTIENT(ROW()+3,5)
    This adds 3 to the row number, then divides by 5, returning the quotient and ignoring the remainder.
    The result is a 'group number' for each group of five rows.
    Sums of each group are reported in the Sums table.
    Sums::A2 (and filled down): =ROW()-1
    Sums::B2 (anf filled down): =SUMIF(Data::$B,A2,Data::$A)
    For your example, assuming the 8760 numbers are listed in column A of a table named Data, starting at cell A2:
    Add a second column to the table (column B).
    In B2 enter the QUOTIENT formula above, with these two revisions:
    =QUOTIENT(ROW()+22,24)
    Fill down to all cells in the column.
    Provided you have named the first table "Data", both formulas in the Sums table will be as written above. You will need to extend the Sums table to 366 rows (including the Header row) to accommodate all 365 groups of 24.
    Regards,
    Barry
    PS: For details on the functions used, see the iWork Formulas and Functions User Guide. You can download the guide via the Help menu in Numbers '09.

  • How can I sum up raws? the sum function seems to work for columns only and right now I have to create a separate formula for each raw

    How can I sum up raws? the Sum function seems to work only on columns. Right now I have to create a separate formula for each raw

    Hi dah,
    "Thanks, but can I do one formula for all present and future raws? as raws are being added, I have to do the sum function again and again"
    You do need a separate formula for each group of values to be summed.
    If the values are in columns, you need a copy of the formula for each column.
    If the values are in rows, you need a copy of the formula for for each row.
    If you set up your formulas as SGIII did in his example (shown below), where every non-header row has the same formula, Numbers will automtically add the formula to new rows as you add them.
    "Same formula" in this context means exactly the same as all the formulas above, with one exception: the row reference in each formula is incremented (by Numbers) to match the row containing the formula.
    Here the formula looks like this in the three rows shown.
    B2: =SUM(2)
    B3: =SUM(3)
    B4: =SUM(4)
    That pattern will continue as rows are added to the table.
    Also, because the row token (2) references all of the non-header cells in row 2, the formula will automatically include new columns as they are added to the table.
    Regards,
    Barry

  • Can you download a FormsCentral response as a pdf without having non-selected skip logic rules saved/viewed?

    Can you download a FormsCentral response as a pdf without having non-selected skip logic rules saved/viewed?

    Hi,
    Unfortunately, it is not possible to convert the response to pdf without the non-selected fields.
    As a workaround, you can hide a particular column and then convert the response to pdf.
    Regards,
    Nakul

  • Can not sum when numbers in column prefixed by +

    Am trying to sum a column in an imported spreadsheet. Numbers in the column are prefixed by a + sign. Sum won't work unless I manually remove the + sign. As there are around one hundred lines in this spreadsheet I would prefer not to have to do this. Are there any suggestions as to how I can get the sum formula to work. 

    You could also try selecting the cells you have in the third column and explicitly formatting them as Number.
    SG

Maybe you are looking for