Emily Crank

Registration Associate
Venue Sales Associate
Venue Operations Associate
  • Total activity 113
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 2 users
  • Votes 1
  • Subscriptions 50

Articles

Recent activity by Emily Crank Recent activity Votes
  • How to Use Optional Parameters in Crystal Reports

    In cases where users would like the option to filter a report, such as by Account Representative, but do not always want the filter to be used, you can use two available options: Using the Crystal ...

  • How to Use Variables in Crystal Reports

    Crystal Report allows seven types of variables (Number, Currency, String, Date, Time, DateTime and Boolean) declared using one of three scopes (Local, Global and Shared).  The variables can be used...

  • Group and Sort in Crystal Reports

    When using Crystal report groups, Crystal automatically adds the groups created to the sort order.  As a result, additional sort criteria can only be added at the end of the group sort records.  Th...

  • Using EZWriter Data Formats with Microsoft Word

    You can create Microsoft Word based template documents to add as reports or folder items. To do this, follow the below steps: Click the Account Template Documents link from the Main Menu. The Temp...

  • Registration Confirmation Custom Templates

    You can use an EZWriter Data Format to create custom registration confirmation templates.  Create the EZWriter Data Format A registration confirmation must come from one single data format. This me...

  • How to Add a SQL Expression to a Crystal Report

    SQL Expressions are useful when adding a value from a table that is not part of the select statement or when adding data that may or may not be present for each record.  For example, adding a field...

  • Understanding WRI (EZWriter) page URLs

    When learning to build an EZWriter URL with the parameters embedded in the URL, it can be difficult to understand where to place the parameters and values.  The URL that is listed on the WRI editor...

  • Using a Login for WRI (EZWriter) pages

    When building an EZWriter webpage, there is an option to add a Logon to the page.  There are two primary ways to use this functionality.   Use the Logon to restrict access to information As the log...

  • Crystal Reports Special Lookup Fields

    When using Crystal Reports, you can create some parameters that are automatically replaced with a drop-down of selections. All these parameters begin with an @ or %. They are useful when the report...

  • Formatting Times in Crystal Reports Formula Fields

    When formatting a time field in a Crystal Report formula field you can use the ToText function that is built into Crystal Reports.   The basic formula is: ToText({fieldname}, "Time Format") To bu...