473,563 Members | 2,668 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Issue when creating a NEW SORTING LEVEL in a REPORT

135 New Member
Hello,

I have a report with some product information and i needed to create a NEW SORTING LEVEL with some TOTAL calculations which where located at the REPORT FOOTER, just so that they could be well aligned and close to its information on the level above. The only problem is that when i run the report it asks me to "ENTER PARAMETER VALUE" and shows the name of the new sorting level.

Is there any way to eliminate this? is there any property/option or some code i could use??

Thanks
Sep 10 '07 #1
4 1499
puppydogbuddy
1,923 Recognized Expert Top Contributor
Hello,

I have a report with some product information and i needed to create a NEW SORTING LEVEL with some TOTAL calculations which where located at the REPORT FOOTER, just so that they could be well aligned and close to its information on the level above. The only problem is that when i run the report it asks me to "ENTER PARAMETER VALUE" and shows the name of the new sorting level.

Is there any way to eliminate this? is there any property/option or some code i could use??

Thanks
You should base the sorting level on a field in your field list, using the sorting/grouping tool of the report designer. If this new level is derived from a calculated field of some kind, then create the new level as a column in your query. In order to help any further, you need to provide more details about this new sorting level.
Sep 10 '07 #2
Gilberto
135 New Member
You should base the sorting level on a field in your field list, using the sorting/grouping tool of the report designer. If this new level is derived from a calculated field of some kind, then create the new level as a column in your query. In order to help any further, you need to provide more details about this new sorting level.
Thanks for the reply

This new level ONLY displays some calculations (totals) from the fields that are on top of it (i am using only the footer) and the only reason i created it was for a better physical "display" of the calculations. I dont really need to store this calculations on a table or as any field, and the level itself its NOT sorting anything, i just needed the space in between some headers/footers.

Do i NEED to create the fields or columns in a query in order to eliminate the ERROR ("enter parameter value") or is there another way?

Thanks
Sep 10 '07 #3
puppydogbuddy
1,923 Recognized Expert Top Contributor
Thanks for the reply

This new level ONLY displays some calculations (totals) from the fields that are on top of it (i am using only the footer) and the only reason i created it was for a better physical "display" of the calculations. I dont really need to store this calculations on a table or as any field, and the level itself its NOT sorting anything, i just needed the space in between some headers/footers.

Do i NEED to create the fields or columns in a query in order to eliminate the ERROR ("enter parameter value") or is there another way?

Thanks
You do not need the calc control in your query, but if the calculations are based on values from other fields in the table, those fields should be in the query. The calcs themselves, should not be stored in the table.
Sep 10 '07 #4
mlcampeau
296 Recognized Expert Contributor
Thanks for the reply

This new level ONLY displays some calculations (totals) from the fields that are on top of it (i am using only the footer) and the only reason i created it was for a better physical "display" of the calculations. I dont really need to store this calculations on a table or as any field, and the level itself its NOT sorting anything, i just needed the space in between some headers/footers.

Do i NEED to create the fields or columns in a query in order to eliminate the ERROR ("enter parameter value") or is there another way?

Thanks
In order to avoid the "Enter Parameter Value" prompt, you must choose a sort field that exists in your field list. That's why it was suggested that maybe you add the calculations to your query, then it would be in your field list. Another thing you could try, is using one of your fields in your field list and creating a footer for it, and placing your calculations in that footer. Just be careful that it doesn't mess up the sorting that you are trying to achieve.
Sep 10 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

22
4126
by: mike | last post by:
If I had a date in the format "01-Jan-05" it does not sort properly with my sort routine: function compareDate(a,b) { var date_a = new Date(a); var date_b = new Date(b); if (date_a < date_b) { return -1; } else
0
2843
by: AR Hall | last post by:
This code goes through 3 work sheets in the same XL workbook, day, eve and night shift in each sheet their are columns representing production work orders and reject and downtime for each order so in the tblproductiondetail there is one record for each work order and many reject or downtime records (one to many) code works fine to get a...
3
2720
by: ahaque38 | last post by:
Hello. Using A2K SP3, I am having the following problem with a report using "Sorting and Grouping". I have recently added a grouping in the reports for "Category2<>'CONTRACTS'". I have reports at the plan (overall totals), department and division levels which have sorting and grouping implemented with this new
8
3498
by: Mike MacSween | last post by:
tblCourses one to many to tblEvents. A course may have an intro workshop (a type of event), a mid course workshop, a final exam. Or any combination. Or something different in the future. At the moment the printed output is usually going to Word. It's turning into an unholy mess, because I'm having to prepare umpteen different Word...
5
1914
by: Mike | last post by:
Hello All, I have a report based upon a query. I have added a control to report footer that calcs the total cost of the inventory: =SUM(). When this total calculation is NOT on the report, the report displays as it should in ascending order by inventory number (inv_num). 1102 1103
5
5374
by: Ralph | last post by:
Hi Everyone, I need some help!! I'm not sure if you could do this, but I want to be able to create a report based on one field in the database. This field contains File Paths like for example: default.htm /en/example/aboutus.htm /fr/example/bonjour.htm /en/google/help/aboutus/findus.htm
3
2386
by: Don | last post by:
I have a "Report" that is created from a "Form". It prints a list of items, you may consider it a shopping list. In any event I use to run this in alphabetical order but have since decided to run it as it comes from the form (random order). My problem is I don't know how to make this happen. The report is sorted in ascending order and I...
4
1412
by: fniles | last post by:
I create a thread where I pass thru a message. When I click very fast many times (like 50 times) to create 50 threads, the message did not get pass thru ProcessMessage. For example: strBuffer = "#TRADE, D1410-123456, BUY, 1, ESM7, DAY, LIMIT, 1490.00, , , 0, 0, 0, 0, 0, links |52994/25/2007 10:47:17 AM !A", when I trigger to create many...
3
2504
by: Tim Olson | last post by:
I'm using a form to pass parameters to a query, with results displayed in a report. Currently, I'm using parameters as filter criteria in the query, and everything is running smoothly (or so it appears). However, I'd like to pass sorting parameters (i.e., field names from one of the tables being queried) via the form, allowing the user to...
0
7659
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7882
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7634
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7945
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5481
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5208
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3618
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1194
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.