Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add advanced sections

Table of Contents

Summary

CloudCare Data Preview is a tool that will allow you to view the current state of your form data as you perform form entry. You can view either the XML structure itself with values filled in, or the questions in a pretty UI. Further you can enter XPath's to see how they evaluate against the current XML structure.

Basic Usage

Form entry is performed as usual and you will notice a bar at the bottom of the page that says Data Preview.

...

In most scenarios, viewing just the form data is enough to get insight on your application. However, Data Preview also offers the ability to query your data as well as view the raw xml of the form.

Evaluate XPath

 

...

The Evaluate XPath tab allows users to evaluate arbitrary XPath clauses on their data. This is useful to test different conditions or expressions.

Image Added

Form XML

In other cases, you may desire to see the actual form XML that is being generated by the form. You can do this by selecting the Form XML tab.

Image Added