Newbies Faria Posted July 5, 2018 Newbies Posted July 5, 2018 Hello, Maybe someone can help me with a report. As you can see in the following image, I have 2 issues. 1- I want to get all the percentages that exist from a certain user in only one line. Its creating multiple lines for the same person and then each one with a diferent percentage. I want one line for the name, then a line for the percentage, and every line corresponding to that percentage. Then another percentage, and all the values of that percentage. and only then it goes to the next user. 2- I created a field that is a calculation of the amount * percentage. But its always nil. The numbers are set and saved in the database but I cant get a simples field with the result of that calculation. Thank you for your time.
Fitch Posted July 6, 2018 Posted July 6, 2018 1. Looks like the first name is slightly different, see the letter "c." So if you're sorting by name, they will be distinct. 2. Not sure exactly what you're trying to do, but if it involves using a summary field in a calculation, try the GetSummary function.
Newbies Faria Posted July 6, 2018 Author Newbies Posted July 6, 2018 1. OH IT IS! Plot Twist It is my own name and I didnt see the ******* thing! 2. Its a normal field with the calculated value, Forecasts::Price * (Forecasts::Status / 100) . So Its better to use GetSummary? Regards
Fitch Posted July 9, 2018 Posted July 9, 2018 It looks like you're trying to do a sub-summary report. Is that right? Maybe you could attach a copy of the file, or at least a screenshot of your Manage Database window.
Recommended Posts
This topic is 2595 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