Afternoon guys, i have a column in my table called Location Code which has a 5 figure number in it.
what i would like to do if possible is in a view that i get the option to type in the first 2 digits and it pulls everything under those two numbers.
user input would be example = 31 and the output from this should be 21 rows as there 21 items stored under the location code. or if you wanted to look at 31 to 34 it would return 36 rows.
Location code is made up of 5 digits eg 31001 - first number is 3 is the cupboard number (5 altogether), second number is 1 which is the shelf number and last three digits is the item number i need to be able to view everything for the first two digits only.
To have a correct answer, you need to elaborate your case. Are you looking this for a specific view? Do you need this for a dropdown on a form view? How would you like to type it and where? Or could it be that you add an additional column with the 2 first digits and you just group a table view and users can open that group?
I need it as a new View. I need the user to be able to type in what ever two digit code that they need to check.
The location code is 5 digits long so i may need to look at more than one shelf in one cupboard. As the first number is the cupboard and the second number is the shelf.
So i am trying to create a view where 31, 32 etc can be typed in and it would show all the rows for the first two digits. Hopefully i have explained a little better.
Then you could have an additional either normal or virtual column for the first two digits. Then Group the table view with that column.. the view will have then 17 rows to select and the user would not need to type anything.
@AleksiAlkio If his cupboards and containers are a few grouping may help. In future if the firm has 100s for cupboards it would be difficult for him.
Is there any option to enter input in the form field like digits and ranges etc usually done in print page selection 1,2,3 , 6 to 15 ( this enables him to type digits and range which saves time without typing each digits if some digits are left in the sequence)