Page 1 of 1

Text input and storing information

PostPosted: Fri Jan 09, 2015 3:58 pm
by cormac.conn
Hi guys,

I need some help with a scenario that a client is enquiring about.

It would be using a touch table, and the widget would need to work like this:

- Page 1: Pick an item from a list
- Page 2: Pick another item from a list
- Page 3: Pick another item from a list
- Page 4: Text input where the user can put in their name and contact details in order to win a prize

All the information from each page would need to be stored in a file. It can be separate word files or one large file, each user needs to be easily identified.

Is this scenario possible within WD? Let me know if you need any other info.

Re: Text input and storing information

PostPosted: Fri Jan 09, 2015 10:31 pm
by Benni_M
Hi,
It is Possible.
You can make it with a Excel Output Node.
in The first Cell the first answer, second cell second... At the end, the Name and e-mail.
than it goes to the next column.

greats Benni

Re: Text input and storing information

PostPosted: Fri Jan 09, 2015 10:40 pm
by malkuth23
Listview might be better.
You can also populate a dropdown from an excel sheet.

Re: Text input and storing information

PostPosted: Mon Oct 31, 2016 11:22 am
by schoissi
is it possible to export the listview to an excel file?
can't find the wd command to export or save it...

thx,
Roman

Re: Text input and storing information

PostPosted: Mon Oct 31, 2016 2:23 pm
by Dennis Kuypers
Hello,

ListViews can be exported as CSVs...way more portable and easier to edit and use.

Regards
Dennis

Re: Text input and storing information

PostPosted: Mon Oct 31, 2016 11:06 pm
by schoissi
can you tell me the syntax, i can't find it...
only found load or manipulate commands,
also found out it has member values, very cool :-)

but no export or save script...

thx,
Roman

PS.: i'm on Rev. 2500

Re: Text input and storing information

PostPosted: Mon Nov 07, 2016 10:22 am
by Janina Baltaziewicz
Small interjection:

Saving data to Excel files only works per cell with this command:
SetExcelCellValue,File,Table,Cell,Value
The file also has to be a ".xls"-file to be working.

Cheers,

Janina

Re: Text input and storing information

PostPosted: Tue Nov 08, 2016 5:51 am
by schoissi
Thx Janina,
that explains why i couldn't find any commands within WD...

doing it with Textboxes.

thx!

Roman