Page 1 of 1

Public-facing reports?

Posted: Thu May 13, 2010 2:03 am
by brightblue
Hi -

Is it possible with Nu-builder to have an intranet (where information is entered) and also have some public-facing pages containing a limited amount of data? If yes would it be possible for the public to search the data and filter it based on their choices?

Thanks,

John

Re: Public-facing reports?

Posted: Thu May 13, 2010 5:27 am
by steven
brightblue,

Yes you can.
The users allowed to edit data will still need to login but others can go straight to a url.

When you create a form,
set Access with Login to Yes
eg http://wiki.nubuilder.com/tiki-index.ph ... uilderDocs

and

set Display Condition - for all the action buttons - to an SQL statement that returns '1' (as a string) for those allowed to log in and '0' for those who are not.

eg http://wiki.nubuilder.com/tiki-index.ph ... uilderDocs

Hope this makes sense.


Steven