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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Public-facing reports?
Re: Public-facing reports?
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
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
A short post is a good post.