1. Neil Prichard
  2. InfoMaker
  3. Wednesday, 30 September 2020 17:31 PM UTC

i am trying to use the getrow() function with infomaker version 2017 R2 Build 1769 however because the report i'm developing is requiring the N-Up Datawindow it is throwing the function off , see below. Is there as way i can use this function or any other function to get the row count as "normal" eg. 1,2,3,4 etc? 

Thanks 

Neil 

 

John Fauss Accepted Answer Pending Moderation
  1. Wednesday, 30 September 2020 17:51 PM UTC
  2. InfoMaker
  3. # 1

Greetings, Neil -

Suggest you try using the GetRow() DataWindow function in a computed field expression such as:

  ((GetRow() - 1) / 2) + 1

Regards, John

Comment
There are no comments made yet.
Neil Prichard Accepted Answer Pending Moderation
  1. Wednesday, 30 September 2020 18:22 PM UTC
  2. InfoMaker
  3. # 2

that worked , thanks so much 

Comment
  1. John Fauss
  2. Wednesday, 30 September 2020 20:50 PM UTC
Another "tool" for my PB utility belt. Thanks for the tip, Chris!
  1. Helpful
  1. Miguel Leeuwe
  2. Wednesday, 30 September 2020 21:27 PM UTC
Nice one!
  1. Helpful
  1. Chris Pollach @Appeon
  2. Wednesday, 30 September 2020 23:01 PM UTC
Welcome ... a circa PB 4.0 feature tip! ;-)
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.