November 25, 200817 yr Hi, I have a stock field "prod_stock" that displays the products stock "5". I would like to have a checkbox rating from 0-20, so when you have 5 Stock Items, 5 checkboxes are checked. _ _ _ _ _ |_|_|_|_|_|X How could I do this? Thanks
November 25, 200817 yr you could do it with a button and conditional formatting... using colors. stocksample.fp7.zip
November 25, 200817 yr Author Genius solution, but there seems to be a problem if you go above 10. The Checkboxes dont work, I believe because of 1 and 10s. Anyway to get around that?
November 25, 200817 yr It works well but your field prod_stock must be a number field, not a text field.
November 25, 200817 yr Either that, or change the formula to: GetAsNumber ( YourTable::YourField ) ≥ n
November 25, 200817 yr Another way, simpler to modify, is using a repeating field. stocksampleMod.zip
November 25, 200817 yr depending on your solution you could even display a status in a web viewer using css/html.
Create an account or sign in to comment