Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
I think you should probably follow Mark's advice of using two tables - especially as you indicate you are new to the product. But I just want to point out that using script you can easily implement exactly what you want without any additional tables or relationships. Moreover, a script solution will not hit arbitrary limitations as your description of the problem is refined or additional requirements come into view. For example, although you literally asked for a "count" - and that is what I implemented - but you might actually want a summary of the information and perhaps a drill down link to explore related records. All of this would be possible with script in just a few lines of code.
But again I just want to point out the superiority of using script!
Here is my quick demo (it took me only 5 minutes to put together):
View any record and [Count] will display the total number of records with the same [Name].
Count Similar Records ~ List All
https://haversineconsulting.quickbase.com/db/bncw958tt?a=td
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=618
But again I just want to point out the superiority of using script!
Here is my quick demo (it took me only 5 minutes to put together):
View any record and [Count] will display the total number of records with the same [Name].
Count Similar Records ~ List All
https://haversineconsulting.quickbase.com/db/bncw958tt?a=td
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=618
QuickBaseCoachD
8 years agoQrew Captain
Milos,
The IOL technique is an advanced technique which I do not recommend for your skill level. There are also some other requirements that you communicated to me by email to do with determining the nearest expiry date of the Calibration equipment based on the state which the technician services.
I suggest a native solution will meet your needs as your technicians presumably have a limited number of states which they service.
The IOL technique is an advanced technique which I do not recommend for your skill level. There are also some other requirements that you communicated to me by email to do with determining the nearest expiry date of the Calibration equipment based on the state which the technician services.
I suggest a native solution will meet your needs as your technicians presumably have a limited number of states which they service.