Skip to main content
Question

App10 IEE Client


Forum|alt.badge.img+4
  • Do Gooder (Employee)
  • 6 replies

Need to extract Year part from Date type field , pl make a comment

4 replies

Forum|alt.badge.img+13

Hi @hewelkw,

You can use,  the fucntion EXTRACT in PLSQL.

Example: 
EXTRACT(YEAR FROM DATE '2003-08-22')

Result: 2003

More exmaples:

SELECT EXTRACT(YEAR FROM DATE '2003-08-22')
FROM dual

===========================================

SELECT EXTRACT(YEAR FROM revised_start_date)
FROM shop_ord_tab



Hope this helps!

Best Regards,
Bhagya


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Employee)
  • 6 replies
  • June 3, 2022

Thanks Bhagya for comment. That is form back end

I need extraction inside the IEE client itself. some kind for client method .


Forum|alt.badge.img+11

Hi @hewelkw, You could try to create a custom field for this in IEE. And for that you could use the keywords which Bhagya has mentioned above to extract the year from a date field of the application.


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Employee)
  • 6 replies
  • June 3, 2022

Hi Nalaka

Finding an Extract method from IEE client itself. There may be facilities like i guess


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings