Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
> don�t have a hack to allow more than 20 choices,
I have a hack to allow you to put any data you want into your fields and to implement an appropriate graphical interface for manipulating that data. Consider this demo where I create a Chessboard field using a text multi-line field:
IMA Grandmaster - Does QuickBase Support Chessboard Fields?
https://community.quickbase.com/quickbase/topics/ima-grandmaster-does-quickbase-support-chessboard-f...
Edit Chessboard Position By Moving Pieces
https://haversineconsulting.quickbase.com/db/bmpbjbbxx?a=er&rid=3
The same technique can be used to create any field type you want:
Similar to the Chessboard Field demo, the [Molecule] field is not directly edited by the user and is just used to store the state of the Molecule being viewed or edited. It turns out that there is a simple format for representing molecules using SMILES (Simplified Molecular-Input Line-Entry System),.
Simplified Molecular-Input Line-Entry System
https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system
So to get around the 20 choices limitation of the Multi-select options you just store your selected choices in a field in some type of format (CSV would suffice) and use an appropriate graphical editor to display and select the "Pills" (the selected choices are often called pills).
Bootstrap Pills
https://getbootstrap.com/docs/4.0/components/navs/#pills
I have a hack to allow you to put any data you want into your fields and to implement an appropriate graphical interface for manipulating that data. Consider this demo where I create a Chessboard field using a text multi-line field:
IMA Grandmaster - Does QuickBase Support Chessboard Fields?
https://community.quickbase.com/quickbase/topics/ima-grandmaster-does-quickbase-support-chessboard-f...
Edit Chessboard Position By Moving Pieces
https://haversineconsulting.quickbase.com/db/bmpbjbbxx?a=er&rid=3
The same technique can be used to create any field type you want:
- Chromosome Fields
- Molecule Fields
- Building Drawing Fields
- Family Tree Fields
- Satellite Orbit Fields
- Wedding Planning Fields
Similar to the Chessboard Field demo, the [Molecule] field is not directly edited by the user and is just used to store the state of the Molecule being viewed or edited. It turns out that there is a simple format for representing molecules using SMILES (Simplified Molecular-Input Line-Entry System),.
Simplified Molecular-Input Line-Entry System
https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system
So to get around the 20 choices limitation of the Multi-select options you just store your selected choices in a field in some type of format (CSV would suffice) and use an appropriate graphical editor to display and select the "Pills" (the selected choices are often called pills).
Bootstrap Pills
https://getbootstrap.com/docs/4.0/components/navs/#pills