Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Design Question

Questions related to using nuBuilder Forte.
Post Reply
gawr26
Posts: 1
Joined: Wed Nov 06, 2019 5:34 pm

Design Question

Unread post by gawr26 »

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.
Bildschirmfoto 2019-11-06 um 17.46.00.png
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
You do not have the required permissions to view the files attached to this post.
Janusz
nuBuilder Team
Posts: 506
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 8 times
Been thanked: 18 times

Re: Design Question

Unread post by Janusz »

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:

Code: Select all

SELECT cus_name,cus_name from customers
or

Code: Select all

A|A|B|B|C|C|D|D
If you like nuBuilder, please leave a review on SourceForge
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Design Question

Unread post by admin »

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
Post Reply