0

Generated an array with record numbers in a formula field.

How Generated an array with record numbers in a formula field.

Array.  'Booking Cod'   into  Formula 

5 replies

null
    • Rafael Sanchis
    • Rafael_Sanchis
    • 2 mths ago
    • Reported - view

    Need that.

    • Fred
    • 2 mths ago
    • Reported - view

    Take the base of the Total Time formula field and make a change to line 3.

    let t := this;
    let cc := record(clientchoicetablename,number('Client Choice'));
    cc.'Booking Time'[Date = t.date].'Booking Code'
      • Rafael Sanchis
      • Rafael_Sanchis
      • 2 mths ago
      • Reported - view

       

      concat((select 'Booking Time').'Booking Cod')

      Easier that I thought, I think my English is getting worse.

      • Rafael Sanchis
      • Rafael_Sanchis
      • 2 mths ago
      • Reported - view

       

      The Formula Field 

      concat((select 'Booking Time').'Booking Cod')
      

      Need to display on DataIndex The BK-0000x.

      The DataIndex is a Number field, and  with the Next Dara Index button  Go one by one 

    • Rafael Sanchis
    • Rafael_Sanchis
    • 2 mths ago
    • Reported - view

    https://youtu.be/gjrkwWzRhpY

    Once I need is appear on DataIndex The BK-00001 with the button Go to the next BK -xxxx

Content aside

  • Status Answered
  • 2 mths agoLast active
  • 5Replies
  • 69Views
  • 2 Following