Showing posts from March, 2025

Automatically navigation menu expand & collapse

Go to Page 0: Global Page   Create Page Load Dynamic Action: Action: JavaScript Code: $('#t_Body_nav #t_TreeNav').on('click', 'ul li.a-TreeView-node div.a-TreeView-content', function(){    $(this).prev('span.a-TreeView-tog…

Conditionally Status Color

SELECT COLUMN_1, COLUMN_2, case when STATUS=1 then    '<span style="font-size:12px;letter-spacing: .3px;display: inline-block;padding: .4rem .66666667rem;font-size: 89%;     font-weight: 500;     line-height: 1;     text-align: center; …

Column Freeze In Interactive report

I want to freeze the First  two columns and Last two columns in my Interactive Report. My first two columns: 1. Shop Id 2. Shop Name My Last two columns : 1. Status Code 2. Check_column ============================================= Go to Inline CSS:…

Load More
That is All