reporting services - SSRS Reset Page Number on Tablix Group not working -


i have tablix (named tx_order) associated dataset (named accorderds) following columns:

  1. order date
  2. order amount
  3. order quantity
  4. account number (hidden)
  5. account address (hidden , join dataset using lookup function)

the tablix grouped account number , page break on "between each instance of group". part works fine.

now need add page number on report header , page number should reset when group (account number) changed. set pagename tablix as:

=first(fields!account_number.value, "accorderds")

and on report header, add [&pagenumber] textbox

however, page number not being reset. keeps increasing group (account number) changed. googled , used method mentioned in https://blogs.msdn.microsoft.com/robertbruckner/2010/04/25/report-design-reset-page-number-on-group/ page number still not reset.

did encounter issue before? how fix it? highly appreciated. thanks!


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -