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