Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

QueryAddColumn

Explorer ,
Jul 04, 2012 Jul 04, 2012
TOPICS
Documentation
385
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 04, 2012 Jul 04, 2012

The docs here state the third argument to this function is "array-name", being "Name of an array whose elements populate the new column". it's not the name of an array (which would be a string, if anything), it's an actual array. The array can be inline, or can be represented by a variable, or any other expression that returns an array; but you are not giving the function the name of the array (contrast with a wherein it actually IS the name of the query, not the query itself).

The docs are likewise obscure / incorrect for previous versions of CF also.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 04, 2012 Jul 04, 2012
LATEST

Make that the FOURTH argument. The comment still stands though

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources