How to pass page item to column in interactive grid when adding row in Oracle APEX

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 11

  • @XceptionalThoughts
    @XceptionalThoughts 2 วันที่ผ่านมา

    So helpful video. Please do more tutorials on oracle apex

  • @setiaone-notionways
    @setiaone-notionways ปีที่แล้ว

    simple tutorial, but effective for giving me path to learn oracle apex. Thank you Weili.

  • @NACTE360
    @NACTE360 6 หลายเดือนก่อน

    This worked perfect! Thank you for putting the video together!

  • @karel8y
    @karel8y ปีที่แล้ว

    6:26 Note using 'pl/sql expression' will cause a call to the server. Using 'Javascript Expression' and taking the item value using $v('P12_DEPT') will handle things client-side only.

    • @weililiu2119
      @weililiu2119  ปีที่แล้ว +1

      Yes. Use the $v('P12_DEPT') is ok for client-only.
      Use PL/SQL is calling server,
      In this situation, both are working.

    • @solutionsdealer5127
      @solutionsdealer5127 ปีที่แล้ว

      Very nice sharing. Thanks and keep sharing

    • @NACTE360
      @NACTE360 6 หลายเดือนก่อน

      What is the implication of using one over the other? I have major performance issues with our APEX so looking to see if this would be a better way.

  • @wendyliu5221
    @wendyliu5221 ปีที่แล้ว

    Thanks for your video to share your tips.

  • @mohamedsameer3549
    @mohamedsameer3549 8 หลายเดือนก่อน

    Thanks for sharing the video, this is useful if the department column is not referred in a cascading LOV in column if it is referred the column value gets vanished even just clicked on a row. Any help on this scenario is greatly appreciated.