Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7872045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:05:36+00:00 2026-06-03T02:05:36+00:00

I am a newbie to Crystal Reports. I need to insert a variable calculated

  • 0

I am a newbie to Crystal Reports. I need to insert a variable calculated at runtime inside a string.

Example:

“You have $[VARIABLE] dollars left in your account”

Do I need to have three elements: the first part of the string “You have $”, the variable, and the last part of the string “dollars left in your account”?

Or can I do something like String.Format, where I can insert the value during report generation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:05:37+00:00Added an answer on June 3, 2026 at 2:05 am

    Is this in a parameter or just laid out on the form? There are two ways to do it.

    First way, you can drag a label onto your report. Inside the label, you put “You have ” then drag the field you want to move from the field explorer onto the label, then finish with ” dollars left in your account.”. That is assuming the database field doesn’t need formatting. If it does, you can create a formula to format it (then drag the formula field in the same way). I like this way because you can kind see on your design view what it’s going to look like, handy for large reports.

    Second way, create a formula field to get the text and then drag it onto the form. You can use either “Crystal” or “Basic” syntax. I typically use basic just because I’m good at it and familiar with it. Example:

    ' Basic Syntax
    If IsNull(zip_code) = false Then
        formula = "Your zip code is " & {zip_code.zip_code}
    Else
        formula = "There is no zip code available."
    End If
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This might be a pretty simple question but I'm a Crystal Reports newbie...I have
I need to generate a report in Crystal Reports in an application in which
I am a newbie to Crystal Reports. There is a Parameter which has 2
First of all, I'm really a newbie in Cystal Reports, so please have patience
Newbie question... The objective: I intend to have an HTML text input field as
Newbie question. I have Django models that look like this: class Video(models.Model): uploaded_by =
Newbie here, I have a struct for a word, which contains a char array
Newbie backbone question: Context: Building a shopping list with backbone I have a model
newbie doing Java homework here. I have one class named Album which contains the
Newbie question here... I need to select an JDBC driver to connect an application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.