ADVERTISEMENT

PH employers address fatigue, high attrition -- report

Published Mar 29, 2023 10:27 am
More employers in the Philippines provide flexible working options for their workers, significantly higher than their peers in the region, according to a study. Mercer’s Global Talent Trends (GTT) Study 2023, which includes a pulse survey conducted with close to 2,500 HR leaders globally, noted that nearly seven in 10 employees said last year  that not being able to work remotely or hybrid permanently is a deal breaker when considering whether to join or stay with an organization. Mercer is the world’s leading professional services firm in the areas of risk, strategy and people. In the Philippines, 74 percent of the companies surveyed provide flexible working options for all their employees. This is significantly higher than Asia (50%) and Global (56%) averages. To combat the impact of inflation, 48 percent of companies in the Philippines (versus Asia’s 26%) are using bonuses instead of base salary to increase employee’s total compensation package, while 35 percent (versus Asia’s 29%) are implementing adjustments across the entire workforce. However, just 17 percent of employers in the Philippines (versus Asia’s 22% and Global’s 29%) are providing a cost-of-living adjustment or other wage increases for the most impacted markets, which may be a more sustainable way of managing compensation for organizations in the longer term. To attract and retain talent, the study said that organizations need to differentiate themselves beyond having fair pay policies, and also prioritize employee well-being, which encompasses physical, mental, social and financial well-being. Almost all respondents (97%) are focusing on introducing or improving benefits offerings that matter. Compared with the Asia average, the study revealed that Philippines generally fared better in supporting employees’ well-being. For example, 65 percent of employers (versus Asia’s 40%) have addressed the stigma of mental health through dedicated campaigns, and 53 percent of them (versus Asia’s 39%) have redesigned work with well-being in mind such as having no-meeting days and balanced workloads. However, support for special populations like gig or freelance workers trails Asia (37%), with 28% of employers providing adequate job security. The study showed that the high attrition rate continues to plague companies in the Philippines, and the significant supply and demand gap in both supply and skills of workers has highlighted the critical role organizations play in safeguarding the future employability of their workforce. Again, the study revealed that employers in the Philippines outperformed their Asian counterparts in learning and development programs as they proactively nudge employees to undergo training (71% versus Asia average of 60%) and have a clear understanding of overall talent development needs (63% versus Asia average of 56%). There is room for companies in the Philippines to further review their talent mobility opportunities (27%) which are less common than the Asia average (39%). Employers are also slower to adopt and leverage tools and technology such as AI to understand skills needs (16%), with just 14 percent of them having in place a robust assessment of technical skills. Floriza Molon, Career Business Leader, Mercer Philippines, said, “Our new shape of work, in the post-pandemic era, could bring about new and unexpected challenges for many organizations in the Philippines.” Molon noted that while many have pivoted successfully with updated rewards and benefits offerings, employers need to remain agile and flexible in order to adapt quickly to new conditions and fast-evolving employee expectations. “Leveraging and maximizing the multitude of tools and technology available for skills assessment, training and talent development will allow firms to refocus their efforts on improving the employee experience by building an enabling company culture and designing effective total rewards programs that are based on how their workforce can thrive,” she said. Globally, nearly six in 10 executives  globally expect their firms to post stable or high growth. Yet, when planning for the year, the study showed that leaders in Asia are most concerned about the increasing cost of capital and debt, persistent inflation, a tight labor market, and fierce competition for talent. Human resource (HR) leaders in the Philippines echoed similar sentiments. To address these challenges, HR leaders responding to the survey – representing 66 companies – said they are looking to improve the employee experience for key talent (76%), improve their total rewards strategies (68%), rethink compensation structures (65%), and deliver on total well-being (65%) this year. The GTT uncovers the ways organizations are redesigning work and the workplace, especially in light of sociopolitical and economic changes, and identifies talent-related trends to enable organizations to thrive in the future of work. Key findings of this year’s survey include the need for employers in the Philippines to enable and build skills-based organizations, and enhance their company culture to remain successful.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.