This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jul 14, 2011, 2:45 PM
33 Posts

Get multiple categories

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 0
Hello
 
I am running some code to populate a dojo graph: 
 

var bu:string = viewScope.buDisplay;

var viewNav:NotesViewNavigator = view1.createViewNavFromCategory(bu);

var viewEnt:NotesViewEntry = viewNav.getFirst();

 
I have a dropdown box with a scoped variable of buDisplay.  When this is set the graph and view populate successfully. 

However, I want to have the option to display 2 or more categories at one time.  I looked at using getAllEntriesByKey and changing the view but then this would impact too much of my other code.
 
Is there some way to pass an array to the createViewNavFromCategory and get a couple of categories back in my navigator?
 
I hope someone can help
 
Thanks 
Ian     

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal