Quantcast
Channel: SCN : Unanswered Discussions - Reporting and Printing
Viewing all articles
Browse latest Browse all 776

Display Posting Periods

$
0
0

Here is a query to quickly display "Posting Periods":-

 

Select * from (SELECT T0.[FinncPriod] as [Posting Period], datepart(month,T0.[DocDate]) AS Month, datepart(year,T0.[DocDate]) AS Year FROM OINV T0) as x GROUP BY [Posting Period], Month, Year ORDER BY [Posting Period] DESC

 

Kindest regards,

 

Alan


Viewing all articles
Browse latest Browse all 776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>