Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Of Months in current finantial year

Hello ,

     how can i get current financial year months like right now finantail year 2014-2015 is going on and current month is june ,i need to create such a field it should store months Apr May June just three if july comes up it should add july to its list... i need help asap,

thank you

10 Replies
tresesco
MVP
MVP

You could try like:

Load

          Month(InQuarter(Today(), YourDateField, 0)) as ThisQuarterMonths

Not applicable
Author

hi , this my table structure how can i do in this ,

send.png

Not applicable
Author

i dont have date field ,what should i use ?

tresesco
MVP
MVP

So you don't have a date field. Well try like:

Load

          Month(InQuarter(Today(), Makedate(1,Month,1), 0)) as ThisQuarterMonths

Not applicable
Author

hi,

by using Month(InQuarter(Today(), Makedate(1,Month,1), 0)) as ThisQuarterMonths i am only getting december ,,??
i should get apr may june right?

tresesco
MVP
MVP

Could you post your sample qvw?

Not applicable
Author

due to security reasons i cant ,sorry

tresesco
MVP
MVP