FixFinn
FixFinn
About
- Username
- FixFinn
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi! You should use "Highlight Attributes" and put this in the conditions box :"[Line#] mod 2" (dont use the qoutes)! best regards Fixfinn
-
I have found out of this This is working: [if([PAGE#] < [TOTALPAGES], 'Ok', 'Not Ok')] It will show either 'Ok' or 'Not Ok' But this is not working: [if([PAGE#] < [TOTALPAGES], DATAFIELD, 'Not Ok')] It will not show the datafield?