Hey guys,
I'm struggling implementing a design I have in mind.
It's a fairly simple App where we have three Tables: Applications, Criteria and Enablers.
The goal is to have an Application form where several Apps can be evaluated.
Let's say we want to evaluate a weather app. For this we have several Enablers e.g. a database, an api etc.
Every enabler should be evaluated towards criteria such as sustainability, power consumption etc.
Now what I need to to is add each criteria next to the enabler and add a field for rating(1-10)
How can I list all entries of the criteria table next to every enabler?
Help is highly apprechiated!
Cheers
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Design Question
-
- Posts: 1
- Joined: Wed Nov 06, 2019 5:34 pm
-
- nuBuilder Team
- Posts: 508
- Joined: Fri Dec 28, 2018 1:41 pm
- Location: Krakow, Poland
- Has thanked: 11 times
- Been thanked: 18 times
Re: Design Question
Maybe you can try to use Select object in which you can refer (using mysql) to any other table or you can just place data inside.
for example:
or
for example:
Code: Select all
SELECT cus_name,cus_name from customers
Code: Select all
A|A|B|B|C|C|D|D
If you like nuBuilder, please leave a review on SourceForge
Re: Design Question
gawr26,
Sorry but I don't understand the question.
Could you rephrase your question with a picture of what you want it to look like?
Steven
Sorry but I don't understand the question.
Could you rephrase your question with a picture of what you want it to look like?
Steven