Understand - COLHEAD reference

Hi experts,

Could you please let me know what does this mean by reference COLHEAD(4,0) and COLHEAD(4,1) in Demo example: a16.f7.v5

Thanks!

Hi @New ,

The 1st parameters is the column number (it starts from 0)
The 2nd parameter is the column index, if there is only 1 column, it is always 0, if there are stacked dimensions on columns, it is 0 to the “lowest positioned” one, then 1, then 2, etc…

Might be worth checking the documentations, Here some links that might be helpful for you:

When this feature was released:

https://documentation.apliqo.com/m/Release_Notes/l/1579114-new-features-and-enhancements#referencing-column-headers-in-custom-formulas

From the free hands-on training available on the Apliqo Docs:

https://apliqoux.atlassian.net/wiki/spaces/UXD/pages/2509045973/Power+User+-+Advanced#COLHEAD---referencing-column-headers-in-custom-formulas

Hope this helps!

1 Like

Thanks @rmazziero !