Mike,Thanks. But I was hoping someone had a clever trick. Because Domino doesnt let you pass values to Embedded views. Nor does it let embedded views access any of the parent document information. Too bad because this could make it easy to create some nice dynamic apps. I am just trying to do some simple category traversing, and I don’t want to hard code many category views. I may try a Java applet if I get a chance. Or wait til V7.
I might be asking for something else.Just for hahas here is a sample url. What formula would you use to display the SUBCAT in the second column of the embedded view?
If domino would let us grab a querystring from a column we would be golden. I know I can restrict the view to CAT. but the trick is to be able to use the values in the query string to calculate down-line URLs. This would eliminate the need for many seperate views depending on your category depth.
As of now your category depth is limited to the number of CAT(n) views you want to make. I will keep mine to about 3.
You’re right, you need a view for each level of sub-category you want to navigate. I tried playing with hierarchical categories (e.g. Cat1\Subcat1 ) which gives you the category twisties but from the web there doesn’t seem to be a way to pass a hierarchy to the SSC.
Reference: THE VIEW (Jan/Feb 2001 issue), “A Custom View Interface for the Web - Featuring Fast Loading, Easy Drill-Down, Breadcrumb Links, and “Jump-to” Functionality”.
Thanks. I have the tree traverse down. But I came upon an even bigger problem yesterday so I am unable to design right now. see “Designer really screwed” So until I get that fixed I am just spinning my wheels in da mud.
Thanks for time.
I just like ot make sure I wasn;t missing something…