i haven’t got coding skills, i am fully open to learn what ever is necessary to create this type of data comparison, i would appreciate any advises you can offer, tools needed, skills, or what ever you think will help me achieve this data comparison app
i hope someone can help me, the problem is this:
I have my database with more than 1000 objects, so type is objects, then each object has 3 fields, height, width, depth. I have layout a 3 inputs (for the 3 dimensions), and a button to start a search for similar objects. I want to show the results on a reapeting group.
THE PROBLEM is the sorting method, i would like to show similar objects but giving a priority to each field, example:
Reference object: Z is 12x24x15
database objects:
Y is 13x22x17
X is 12x5x7
W is 9x24x15
The order that i would like to see would be Y, then W and the last X. i´d like to give priority to height, so why is X in the second place if it has the exact height of the reference? because the other two dimensions are not similar at all to the reference objects dimensions.
So, is it even possible to make this type of data comparison within bubble?
thanks in advance for the time to read my problem and sorry for my english …