Question : Clever Navigation

I have a menu like so:

<ul>
 <li> option one </li>     (url = /option-one/)
 <li> option two </li>     (url = /option-two/)
 <li> option three </li>  (url = /option-three/)
 <li> option four</li>     (url = /option-four/)
 <li> option five </li>     (url = /option-five/)
</ul>

All of which go to a different sub folder on my website.

I am currently placing this in an include file...

Was wondering whether there is a way where i can add to id to one of the <li> based on whether the page is in the corresponding folder??

Answer : Clever Navigation

To suppress the footer I have 2 ideas.

1.  Use the select expert to not select those records
   Not IsNull({YourField})

2.  Use a formula
   If IsNull({YourField}) then
       0
   Else
       1

Suppress the gorup footer with
   Sum({@NewFormula},{GroupField}) = 0

The Test above in the section expert needs to be

IsNull({YourField})

mlmcc
Random Solutions  
 
programming4us programming4us