Forum Discussion
MarkShnier__You
Qrew Legend
6 years agonp, make three formula fields like like this
[Worked Date 1] as a formula numeric
formula:
IF(not IsNull([Date 1],1,0)
same for the other two,
Then make a summary report with three columns to total up the value of those three fields on one summary report - ie, summarize three different fields.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
[Worked Date 1] as a formula numeric
formula:
IF(not IsNull([Date 1],1,0)
same for the other two,
Then make a summary report with three columns to total up the value of those three fields on one summary report - ie, summarize three different fields.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
YifengGu
6 years agoQrew Trainee
Hi Mark - Thank you for the quick response!
I am confused about the second part of your solution - "Make a summary report".
What I need is: the first column should be Date, and the second column should be "total worked cases on that date". for example, if I have a record that has three dates, in other words, been worked on three different dates, let's say 1/1/2020, 1/15/2020, and 1/31/2020. Then this record should be counted three times, separately.
------------------------------
Yifeng Gu
------------------------------
I am confused about the second part of your solution - "Make a summary report".
What I need is: the first column should be Date, and the second column should be "total worked cases on that date". for example, if I have a record that has three dates, in other words, been worked on three different dates, let's say 1/1/2020, 1/15/2020, and 1/31/2020. Then this record should be counted three times, separately.
------------------------------
Yifeng Gu
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
sorry, now I see your point. Let me think a bit when I get a chance.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- YifengGu6 years agoQrew TraineeThank you for the help Mark!
------------------------------
Yifeng Gu
------------------------------- MarkShnier__You6 years ago
Qrew Legend
OK, so the issue is that the same record needs to slot into multiple rows on a report, not multiple columns, as the dates running down the page are different.
I think that the only way would be to maintain a child table of case dates.
The technique would be identical to this technique.
https://community.quickbase.com/communities/community-home/digestviewer/viewthread?MessageKey=1c23a3ef-65f7-430a-bf5c-25783684e729&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=digestviewer#bm1c23a3ef-65f7-430a-bf5c-25783684e729
Post back if that is not enough information for you.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------