Required Month and Year
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Team,
Could you please help me to get the month & year in separate column from below date format. like- "June-2021".
Thanks,
Solved! Go to Solution.
- Labels:
- Date Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Srawat, you should be able to use the following Formula tool expression to achieve the required format:
DateTimeFormat(DateTimeParse([EA-Datum],'%d.%m.%Y'),'%B-%Y')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much! It is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I need one more quick solution, amount sum. Please refer below screen , I am unable to understand why not the row 2 is not totaling in column (C(A+B). Do I need to use some different formula? Please advise.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @Srawat, you can't add nulls and so for numeric fields you'll need to convert these to 0 before you can then use them in a Formula. The easiest way to do this without grabbing 3rd party tools/manually typing a Multi-Field Formula expression is to just use the Data Cleanse tool, ensuring the option to 'Replace with 0 (Numeric Fields)' is ticked:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you! It's working now.
