Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ชื่อคำอธิบาย
Formแบบฟอร์มต้นทางที่จะดึงข้อมูลมา
Extra Filter Condition

เงื่อนไขเพิ่มเติมสำหรับการกรองชุดข้อมูล HQL เป็นที่คาดหวังที่นี่

Info
titleSyntax Query
เริ่มต้นชื่อตัวกรองด้วย e.customProperties. ตามด้วย field id (i.e. title)
Info
titleHQL is accepted

You may even use operator such as คุณอาจจะใช้ตัวดำเนินการเช่น "LIKE" to narrow down your data set.เพื่อจำกัดชุดข้อมูลของคุณให้แคบลง

Code Block
titleSample
e.customProperties.title = 'Trip'

ตัวแปร Hash variable is accepted here.ที่ถูกยอมรับ

Code Block
titleSample
e.customProperties.submitted_by = '#currentUser.id#'

Userview Key can be used as part of the condition. สามารถใช้เป็นส่วนหนึ่งของเงื่อนไขได้

Code Block
languagesql
titleSample
e.customProperties.category_id = '#userviewKey#'