Ask Experts Questions for FREE Help !
Ask

Flags in Crystal Reports

Asked Mar 16, 2007, 05:18 AM — 4 Answers
I have a crystal report that prints school report cards. I need to add a flag on this condition where if the student didn't pay his tuition the report card wouldn't print and an error message will pop out instead...

4 Answers
ScottGem's Avatar
ScottGem Posts: 58,166, Reputation: 28165
Computer Expert and Renaissance Man
 
#2

Mar 16, 2007, 06:47 AM


You would really do this in the application that manages the data. How are reports kicked off? Generally Crystal Reports are called from an application.
Helpful
shousha's Avatar
shousha Posts: 2, Reputation: 1
New Member
 
#3

Mar 16, 2007, 02:59 PM
That report is generated from a software called student management system which is SQL based.. I use crystal reports to create reports requested... That is why I was wondering if such flags can be created inside Crystal Reports...
Thanks for your help!
Helpful
ScottGem's Avatar
ScottGem Posts: 58,166, Reputation: 28165
Computer Expert and Renaissance Man
 
#4

Mar 16, 2007, 04:46 PM


You might be able to create a calculated field that counts the number of records and produces a message if zero. But I'm really not sure if that will work.
Helpful
Troll Smasher's Avatar
Troll Smasher Posts: 1, Reputation: 1
New Member
 
#5

Apr 13, 2007, 12:45 PM
Quote:
Originally Posted by shousha
i have a crystal report that prints school report cards. I need to add a flag on this condition where if the student didn't pay his tuition the report card wouldn't print and an error message will pop out instead...

Not knowing what fields you are pulling in your report, you can get a error message to show up by using a formula field and suppressing the data when the formula field is true.

I would imagine that you should have a field that tells if tution has been paid and then you could base your formula off of that field.

Hope this points you in the right direction.
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



Check out some similar questions!

Crystal reports - percentage averages [ 1 Answers ]

Hi , I am working within a service delivery area - providing it helpdesk support I am currently trying to write a report in crystal which will show how many calls for each team menber were resolved within 2 days. I can get the report to show all the calls they have answered. However can't...

Crystal Reports Calendar [ 1 Answers ]

Hello, I am currently trying to build a report that looks just like a calendar. The data I have is stored in a table organized by: Day Month Year Note I am struggling with how to display the notes in a calendar view. I can get it to work in a crosstab view; however, it is just one row...

Access 2000 and Crystal Reports 8.5 [ 1 Answers ]

I am in the process of developing an application using Access 2000. I have not been able to find anything on what I want to do. My question is I have setup a switchboard to access reports and forms, I want to have a botton which would do the following items (behind the scenes) 1) execute a...


View more Other Databases questions Search