About Ascendion
Key Responsibilities
Desired Qualifications
Location
Position Information
Salary Range:
The salary for this position is between $60k – $90K annually. Factors which may affect pay within this range may include geography/market, skills, education, experience, and other qualifications of the successful candidate.
Benefits
: The Company offers the following benefits for this position, subject to applicable eligibility requirements: [medical insurance] [dental insurance] [vision insurance] [401(k) retirement plan] [long-term disability insurance] [short-term disability insurance] [5 personal days accrued each calendar year. The Paid time off benefits meet the paid sick and safe time laws that pertains to the City/ State] [10-15 days of paid vacation time] [6 paid holidays and 1 floating holiday per calendar year] [Ascendion Learning Management System]
SQL
330612
Data Analyst
Richmond, Virginia, US
Ayushi
ayushi.deshmukh@ascendion.com
Our engineering, cloud, data, experience design, and talent solution capabilities accelerate transformation and impact for enterprise clients. Headquartered in New Jersey, our workforce of 6,000+ Ascenders delivers solutions from around the globe. Ascendion is built differently to engineer the next.
jQuery(document).ready(function($) { // When file input changes $('#your-file').change(function() { var filename = $(this).val().split('\\').pop(); // Get just the filename $('#selected-file-name').text('Uploaded file: ' + filename); // Update paragraph text }); <script> // Function to apply styles to the iframe content function applyIframeStyles() { var iframe = document.getElementById('apply-now-iframe'); var iframeDocument = iframe.contentDocument || iframe.contentWindow.document; // Applying styles to the iframe content iframeDocument.body.style.backgroundColor = 'transparent'; var h1 = iframeDocument.querySelector('h1'); if (h1) { h1.style.color = 'navy'; } var p = iframeDocument.querySelector('p'); if (p) { p.style.fontSize = '18px'; } } // Wait for the iframe to load and then apply styles var iframe = document.getElementById('apply-now-iframe'); iframe.onload = function() { applyIframeStyles(); }; });