Can the "IF function used in Microsoft Excel" be used in FormsCentral?

The IF function returns one value if a condition you specify evaluates to TRUE, and another value if that condition evaluates to FALSE.
For example: I want the person filling out my form to be directed to the proper next selection.
Question: What type of vehicle are you interested in?
Choices: Car, Truck, Bicycle
If Car is selected, a drop down list of car manufacturers will appear.
Choices: Ford, Chevolet, Toyota
If Ford is selected, a drop down list of Ford cars will appear.
Choices: Mustang, Fusion, Focus
Thanks in advance for all who reply!

You can make form items conditional by clicking the "Show / Hide Item" checkbox in the property panel, highlighted in the following screenshot.
When you enable that option you will be presented with a dialog that allows you to specify the conditions that control the visibilty of the item.
In the screenshot above, you can see that the rule has been configured to show the "Select the car manufacturer" field if the user selects the "Car" option in the "What type of vehicle are you interested in?" field.
Regards,
Brian

Similar Messages

  • The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0

    The goal is to synchronize an excel sheet using Microsoft Excel 2010 with Sharepoint 3.0. We have already installed an add-in (Excel 2007 Add-in: Synchronizing Tables with SharePoint Lists) that was supposed
    to help the synchronization of excel to Sharepoint, but it did not work. We would like to synchronize information about a calendar from excel to Sharepoint 3.0, so every time a change is made in excel it automatically updates in Sharepoint.

    ootb, changes in excel don't sync with a SharePoint list, the other way around is possible.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • How to get the password of a password protected Excel Sheet using java/jxl

    Hi ,
    how to get the password of a password protected Excel Sheet using java / jxl program.
    plz any one help me .
    Ramesh P
    [email protected]

    If they've implemented the password system correctly there probably isn't a way of getting the password at all.

  • TS3212 can the new itunes load on a powerbook g4 using osx 10.5.8

    can the new itunes load on a powerbook g4 using osx 10.5.8

    John's got you covered. Just an addendum.
    The most recent version of iTunes you can run on a Leopard system is 10.6.3.25.
    A .dmg installer for iTunes version 10.6.3.25 for Mac OS can be found at the following download page on the Apple website:
    iTunes 10.6.3

  • I have Creative suite design premium 3 and upgrade disks to 4.  I want to sell them, can I sell them separately or are they tied together? Can the license be transfered? I no longer use the software or have it on a machine.

    I have Creative suite design premium 3 and upgrade disks to 4.  I want to sell them, can I sell them separately or are they tied together? Can the license be transfered? I no longer use the software or have it on a machine.

    An upgrade is an upgrade. You need to sell them together.
    Transfer an Adobe product license
    Mylenium

  • Trackpad options are turned off now no response.how can the trackpad functions be re-instated?                               except cursor mvement.

    trackpad options have been turned off and trackpad only responds to cursor movement and not to click.how can the rackpad functions e re-instated?

    What version of Mac OS X?
    In OS 10.9, you can set how the track pad responds.
    Go to Apple menu / System Preferences / Trackpad.
    Click the tabs (point & Click, etc.) to change the settings.

  • Conneting the microsoft excel sheet using jdbc

    HI all
    my requirement is to connect to the excel sheet using the jdbc odbc dsn and read the worksheets and get the data.
    i have created the dsn using vb scripting
    so when i click on a button. a dsn is created dynamically and the same dsn is passed as parameter to the system which will call a java program
    the java program will us the dsn to connect to the excel sheet to read the data.
    This is working fine
    the problem is sometimes the following exception is raised.
    java.sql.SQLException: [Microsoft][ODBC Excel Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt.
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
    at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.zt.ebiz.install.client.ExcelDriver.getConnection(ExcelDriver.java:290)
    at com.zt.ebiz.install.client.ExcelDriver.getHostInfo(ExcelDriver.java:337)
    at com.zt.ebiz.install.client.InstallClient.executeActions(InstallClient.java:188)
    at com.zt.ebiz.install.client.InstallClient.main(InstallClient.java:123)
    For this we are just restarting the system.
    Again it works fine.
    i would like to know the cause of this problem.
    please help me in this
    thanks
    Vijay Sunder

    It may be occured because of connection closing, make it sure to close connections after your transactions completed.

  • Can't read special characters in an excel file using JDBC

    Hi! I 've a code to read an excel file using JDBC-ODBC bridge. I can read the values, but any special characters is readed wrong, just symbols. The special characters are of spanish language. This is my code:
                    Locale currentLocale;
              currentLocale = new Locale("es", "MX");
              Locale.setDefault(currentLocale);
                   Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
                   c = DriverManager.getConnection("jdbc:odbc:Driver={Microsoft Excel Driver (*.xls)};DBQ=comisionesperfiles.xls");
                   stmnt = c.createStatement();
                   String query = "Select * from [Hoja1$]" ;
                   ResultSet rs = stmnt.executeQuery( query );
                   while( rs.next() ){
                        String valor = rs.getString(2) ;
                        if(valor != null && !"null".equalsIgnoreCase(valor)){
                             if(!comisiones.contains(valor)){
                                  System.out.println(valor);
                                  comisiones.add( valor );
                   rs.close();
                   stmnt.close();As you can see, I've tried to set the locale, but it didn't work.
    I'm using Excel 2003, Java Version 1.4.2_07 and Windows XP Professional (in latin american spanish).
    Hope someone can help me!

    FYI: Apache's POI can read/write Excel files in Java:
    http://jakarta.apache.org/poi/index.html

  • Failed to export the report... to Microsoft Excel (97-2003) Data-only

    I'm using Crystal Report version 12.1.0.892
    I'm trying to export reports to 'Microsoft Excel (97-2003) Data-only' (an option I use all of the time), and am getting the message "Failed to export the report."
    It only started this week.  I can export to "'Microsoft Excel (97-2003)" (and PDF, etc.) without incident, but it's not what I want.
    I have not made any changes to Crystal Reports, but have applied updates to Microsoft Windows XP (ver 2002, SP 3).
    Any ideas?

    I'm having the same error and have a subreport with 3 groups. The subreport data being returned is all in the Details section. All other sections of the sub are suppressed.
    I can export the main report fine (it's just headers). I can also drill into the sub and export that fine, but of course get back only limited data. When I try to export the whole thing it chokes.
    Any thoughts?
    Many thanks for your help.

  • Can the iPad utilize Dropbox and Microsoft Word Documents?

    Now a PC user for entire life and want to move to tablet. Now use Dropbox as main storage and have many, many documents, etc. there. Would want to continue this use. Can I do that with iPad?

    I personally would answer this question with, "Yes & No"
    Yes, Dropbox is supported on the iPad as well as Microsoft Documents (when you use third party applications like Quickoffice or iWork), However I have had some issues finding apps that have full support of those documents. For instance, If I want to search something in a PDF document on my iPad for a certain word or phrase. I have not been able to do so yet. Not using the Dropbox application or Quickoffice Pro.
    So it depends on what you are doing with your documents. If you are just viewing, sharing and making minor edits to them, Then I don't think you will have any issues, But if you want to go more in depth with your documents, You may have some trouble.

  • Hi, i would like to know is there any app that can let me see and edit microsoft  excel

    hi, i would like to know is there any app that can let me see and edit microsoft  excel

    Look at Documents to Go Premium Suite in the App Store. That app should be able to edit excel files.
    http://itunes.apple.com/us/app/documents-to-go-premium-office/id317107309?mt=8

  • While installing the power query add in Microsoft Excel 2013 through this error?

    Hi frnz,
    while i installing the power query add in excel 2013 i will get the follow error.pls let me knw the reason ,
    Currently my operating system is windows 7 64 bit os service pack 1
     i am the  error msg which am getting .
    Microsoft powerquery for excel(x64) requires the 64bit version of microsoft excel 2010 sp1 or microsoft excel 2013
    plase first install the 64 bit version of microsft excel 2010 sp1 or microsoft excel 2013

    If you are running 32-bit Office, then you must install the 32-bit version of Power Query even if you are running 64-bit Windows.

  • Can the Flash Player do frame accurate seeking when using the HDS protocol?

    Hi all,
    ... and thanks in advance for taking the time to respond. I've been playing with different media serving protocols, and I have a couple of questions.
    1. Can the Flash Player do frame accurate seeking when media is served via the HDS protocol? (I know it works  using RTMP)
    2. If it does work, is it impacted in any way if I also use Access DRM-Core or Access DRM-Professional? (I want stronger DRM protection than simple Access Protected Streaming)
    Thanks!

    Hello Simona_83.  Try downloading Google Chrome (it's free).  Install Flash Player via Chrome, and use Chrome as your browser.  This is the only thing that worked for me after over a month of trying everything under the sun to get Flash Player working again.  You'll have to use Chrome as your browser in order to have Flash Player capability, but so what.  It works.  If it works for you as it works for me, you will have Youtube again; you just have to access Youtube via Chrome.  Don't waste hours of your life trying to get Flash Player to work any other way.  Believe me, I wasted hours upon hours off and on over the course of a month trying to get Flash Player installed and operating.  

  • Modular JavaHelp? Can the Merge function cope with non-existent help sets?

    We are writing a universal application which is intended eventually to manage perhaps 20 different pieces of our equipment. There will be a skeleton/umbrella application that is always present, and each customer will receive plug-in modules for the pieces of equipment they buy.
    We want the help system to seamlessly display all and only the modules that are present, indexed and made searchable; without mentioning others that are not present.
    My predecessors here were convinced that JavaHelp could cope with that. I don't see how.
    Three of the twenty modules are ready to go now, and I don't know what to do about the 17 or so that are missing. Do I add them to the main help set via the merge function using ficititous names and locations which then have to be recorded for posterity so the other modules when they are issued will know what to call their help and where to put it? If I don't add their names now, how will the main help set know when and if they show up?
    TIA for any advice and suggestions you have.
    Alfred B. Stansbury

    We are doing something similar. In our case, the skeleton app has a plugin extension point for help. Its a very simple extension point only specifying the path to a javahelp helpset. Any plugin modules that extend this extension point have those help sets loaded into the main skeleton help. Java helps merge capability makes this all possible.
    Nick

  • HT1665 Can the iPhone 5S synchronize with Microsoft Outlook

    Can the iPhone 5s synchronize back and forth with Microsoft Outlook?

    This may help: http://support.apple.com/kb/TS2776

Maybe you are looking for

  • Combining '10.1.3 OC4J Java Single Sign-On' and 'Oracle (mod_o)SSO'

    OC4J as of 10.1.3 supports java SSO which doesn't require the whole infrastructure stack. I'm wondering whether one could create a solution that transparently provides SSO behavior whether you're coming from mod_osso or from OC4J Java SSO. So basical

  • How to delete document file in DMS

    Please tell what is the bapi to delete only the document file ......... Moderator message: please do some research before asking. Edited by: Thomas Zloch on Jan 11, 2012

  • Attempting to copy to the disk "My shortname's iPod" failed.

    Attempting to copy to the disk "My shortname's iPod" failed. The disk could not be read from or written to. ^^^^^^ I get this error since i want to upgrade my music in my ipod 5th gen. I have done the 5 R's. I cannot believe my iPod gor ruined when i

  • HTTP 500 Internal Server Error in SXMB_MONI

    Hello, Getting HTTP 500 Internal Server Error while running some Synchronous Scenario of ECC -> PI -> Legacy system (SOAP adapter). Following are the errors received in SXMB_MONI. <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="htt

  • Custom HRP Infotype

    I am trying to create a custom HRP infotype to be used in our e-Recruiting system. I want to be able to update the infotype using the SAP standard RH_INSERT_INFTY and like function calls. However my entry in table t777d won't let me change the Update