I want to get the values ​​of one of my fields XPage to filter these values ​​and generate a report taking a view of the values ​​according to the selected values ​​in my XPage.

link|improve this question
You might want to rephrase your question. – leyrer Nov 12 '11 at 11:52
feedback

2 Answers

you can use:

document1.getItemValueString("NameField");
link|improve this answer
feedback

I'm not sure I fully understand the question, but regarding XPages and Report Generating I did a video on my NotesIn9 screencast with an example. http://notesin9.com/index.php/2011/07/14/notesin9-029-combine-url-parameters-with-excel-exporting/

There is also an example at XPagesCheatSheet.com on the first CheatSheet.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.