Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

max date in infoset

Former Member
0 Kudos

I am using table MARC and MBEW in a infoset and from table MBEW i want to get the max -Date of the last price change(field laepr) from mbew for the material linked to marc , can i do a select max (laepr) in the infoset field laepr ?

4 REPLIES 4

Jelena
Active Contributor

Sorry but what's a point in asking "can I" when you could just try it and see if it works? It takes just as much time as posting a question here. Is there something specific you're afraid of? What's the worse thing could happen if you try? Questions like this are always very confusing...

You have our blessing if that's what you're asking for.

raymond_giuseppi
Active Contributor
0 Kudos

Yes you can, if aggregates are not sufficient, you could even play with subqueries...

Exercise: get some other fields values from the last changed record, the record where date = max( date )...

Former Member
0 Kudos

Thank you and will try this.

Former Member
0 Kudos

It has worked , appreciate the information provided.