Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: r4202000
  • Order by date
  1. r4202000

    Limit the number of cross-tab columns?

    1. Create a formula: @limited_columns whilereadingrecords; if {customer ID} in 1 to 10 then 1 else if {customer ID} in 11 to 20 then 2 else if {customer ID} in 21 to 30 then 3 else if {customer ID} in 31 to 40 then 4 else if {customer ID} in 41 to 50 then 5 2.. Create a group based on this...

Part and Inventory Search

Back
Top