Formula help
I am trying to accomplish this:
I want a report that will show me clients in a week how many times a record was made with the filter No Show
So a client is booked - he does not show on Monday, on the form he gets a Q of no show. then he shows up on Wed and we proceed with what we do.
I want to run a report of only those customers. Now I can run a report that shows me all Q that = No Show and sort by Client but it only shows the no shows it does not show any of the other time they might of come. If I don't use the filter no show then I sort and group by customer and it shows me everything and then i can see it but there are hundreds and eventually more.
I have a summary field that counts the qualified tours as a 1 and the no show as 0 but other things are 0 as well (other unqualified)
QB tech support is sort of helping but it's not working and I am pressed for time.
They originally said this - So I created a summary field on (child record) and filtered by created in a week. Then it was not clear on setting up the formula ( is it in report or another field - well I did both and got the same result. when I created
If([Weekly No Show Count] = 2, true, false) the True was yellow no matter what I did on either the formula in the report or a new field. It had to do with the boolan
Then I created a check box formula thinking that would help - If Q said NO SHOW check the box thinking I could make that work.
First we need to create a summary field in the parent table:
Name: Weekly No Show Count
Summarize Field: [Child Record ID#] (or any unique field in the child table)
Filter: Date created is within the current week.
Second we can setup the formula:
If([Weekly No Show Count] = 2, true, false)
This formula will return true for customers who have exactly 2 child records within the given week.
And for last we can create a report that would display those records.
Report Type: Table
Filters: Is No Show Twice This Week is checked (true)
and then in the report table - when it said use those above filters is why I made a check box.
I am leaving for a few days and didn't want to leave this hanging out in QB tech support world as they would of course close the case - I have messaged several times but to no avail - this case has been opened for a long time already