Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1934
FormulaBuilderDialog fully qualified column names
posted

Is there a way to disable fully qualified column names in the Formula Builder? ie, "//ultraGridHoldings/Postions/Amount" -> "Amount"

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    No, there's no way to affect the default behavior of the FormulaBuilder like that. You coul, of course, edit the formula yourself and just delete the parts you don't want. 

    Formulas in the FormulaBuilder use relative references whenever possible. So how the column reference is specified depends on what object you are setting the formula of. If you apply a formula to a grid column and you reference another column in the same band, then the formula builder should just use the name of the column. But if you refer to a column in the grid from some other control like a textbox or from a named reference, then the name must be fully-qualified in order to be recognized by the CalcManager. 

     

Children
No Data