@Seamus said in Alternate Forms and Stat Stacking?:
&RP`0`attr`001 db=Appearance &rp`0`attr`001`rank db=3 &rp`1`attr`002 db=Appearance &rp`1`attr`002`rank db=2
Let me make the suggestion again based on this.
&form: 001 002To display a specific attribute:
&display.attribute.one-line: \\ %0: sheet dbref \\ %1: attribute number cat( get( %0/rp`%1`attr`001 ):, ladd( iter( get( %0/form ), get( %0/rp`%1`attr`%i0`rank ))) )That should do it. Pardon typos as I'm doing this in the board editing window.
Hope that helps.