Forum Discussion
- QuickBaseCoachDQrew CaptainData validation is now a native feature.
On the table settings look for Data Validation.
Maybe a formula to calculate error message words or null. If they calculate to non null words, the save will be blocked and the message will display - AdeebAlgadbanQrew Member1) Data validation
2) JavaScript
3) cleaner solution (best practice) but more work:
Create a change log table (change log text field) and use automation to record a date change when users modify the field. This way you keep the field looking better for reporting and also you can add more fields to track as needed. - VinayakPavaskarQrew TraineeThanks for prompt reply, But I couldn't find the Data Validation in table settings. Also Can you please guide me on how can I use JavaScript in QuickBase. Any article would be helpful.
- AdeebAlgadbanQrew MemberThe method is IOL (Dan's image on load). you can google it or search the QB community forum
- VinayakPavaskarQrew TraineeThanks I will give it a shot.
- QuickBaseCoachDQrew CaptainYou should be able to find data validation under Advanced Settings for each respective table.
- VinayakPavaskarQrew TraineeThanks a lot, That helped.