เงื่อนไขเพิ่มเติมสำหรับการกรองชุดข้อมูล HQL เป็นที่คาดหวังที่นี่
Info |
---|
|
เริ่มต้นชื่อตัวกรองด้วย e.customProperties. ตามด้วย field id (i.e. title)
 |
Info |
---|
|
You may even use operator such as คุณอาจจะใช้ตัวดำเนินการเช่น "LIKE" to narrow down your data set.เพื่อจำกัดชุดข้อมูลของคุณให้แคบลง 
|
Code Block |
---|
|
e.customProperties.title = 'Trip' |
ตัวแปร Hash variable is accepted here.ที่ถูกยอมรับ
Code Block |
---|
|
e.customProperties.submitted_by = '#currentUser.id#' |
Userview Key can be used as part of the condition. สามารถใช้เป็นส่วนหนึ่งของเงื่อนไขได้
Code Block |
---|
|
e.customProperties.category_id = '#userviewKey#' |