mhudd Posted March 3, 2002 Posted March 3, 2002 I'm trying to create a financial report in FM. My problem is I only want entries that have money associated with them to appear in the report. Right now everything is appearing even if it doesn't hae moeny associated with it. The report looks great, it's just looks like it could kinda long with a lot of blank entries... Does this make any sense?
LuckyMe Posted March 3, 2002 Posted March 3, 2002 If I understanding your problem correctly, then why dont you Find the entries that have money associated first, then it will show the records that entries that have money associated Good luck
mhudd Posted March 3, 2002 Author Posted March 3, 2002 The fields that have financials are in a portal and I'm not real sure how to find my financial related fields in a portal...
mhudd Posted March 3, 2002 Author Posted March 3, 2002 I forgot to mention that I'm also allowing the user to generate the report by date and one other field criteria...
mhudd Posted March 3, 2002 Author Posted March 3, 2002 So...actually it looks like I need to enter a script set that locates just the records that have money and have it done while letting the user search by date and the one other field criteria....... it's got me...
RussBaker Posted March 3, 2002 Posted March 3, 2002 As far as using a portal in your parent file to view only the child records that have money in them... Create a field in the child file that gives you a "yes" or "no" if the record has money in it. something like =if(isempty(money)=1,"no","yes") would do the trick if you only want to show records where a money field actually contains a value. You may have to determine your own calculation depending on what you want. Then append this to the key field in this child. Then append "yes" to the key field in the parent. Now, only records that have money in them will show up in the portal in the parent. If you're going to be printing out reports in a related system, then I think its best to print the reports from the child file. You then need to find the "yes" records in the child before printing. Russ Baker Canberra, Australia
Recommended Posts
This topic is 8358 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now