I set autonumbering in a master template (pages), then i set another master template (tabs). I need to skip the page numbering whereever the "tabs" template is place, but not by doing a "section start" - needs to be automatic, for example:
tab
pages - pg 1
pages - pg 2
pages - pg 3
pages - pg...
when i run this query
select * from table where id in (5,4,3,2,5)
it only returns 4 rows instead of 5
I'm assuming that its combining the duplicate ids (5)
Does any one know how to avoid this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.