Versions Compared

Key

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

...

Thai

บทความนี้อธิบายวิธีการกรองระเบียนตามค่าในพารามิเตอร์การร้องขอ



Figure 1: Designing in Datalist List Builder - Determine the column name

...

Thai

รูปที่ 1: การออกแบบในตัวสร้างดาต้าลิสต์ - กำหนดชื่อคอลัมน์

ก่อนอื่นกำหนดชื่อคอลัมน์ที่คุณต้องการกรอง ในตัวอย่างตามที่อธิบายไว้ข้างต้น (รูปที่ 1) เราจะใช้ "การอนุมัติ" เป็นคอลัมน์ที่จะถูกกรอง



Figure 2: Designing in Datalist List Builder - Adding the filter

Then, go to Source->Select Source of Data (Binderdata store) (Advanced Form Data Binderdata store)->Advanced, and add in the appropriate Extra Filter Condition.

...

Code Block
e.customProperties.approval = 'Approved'



Figure 3: Designing in Datalist List Builder - Adding the filter

It is also possible to add the filter in when you are using the Advanced Form Row Data Binderdata store as depicted in Figure 3.


Thai

รูปที่ 3: การออกแบบในตัวสร้างดาต้าลิสต์ - การเพิ่มตัวกรอง

นอกจากนี้ยังเป็นไปได้ที่จะเพิ่ม Advanced Form Row Data Binderdata store แถวข้อมูลขั้นสูงของแถวตามที่แสดงในรูปที่ 3

...