{"id":224,"date":"2019-04-23T01:18:32","date_gmt":"2019-04-22T23:18:32","guid":{"rendered":"http:\/\/geekinto.com\/?p=224"},"modified":"2026-01-04T00:57:28","modified_gmt":"2026-01-03T20:57:28","slug":"how-to-make-a-highlight-on-text-which-is-you-looking-for-ig-ir-cr","status":"publish","type":"post","link":"https:\/\/howoracleapex.com\/?p=224","title":{"rendered":"How to make a highlight on TEXT which is you looking for &#8230;  IG, IR, CR?"},"content":{"rendered":"\n<p>Salam,<\/p>\n\n\n\n<p><strong>The Steps:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>First Create your report regions whether Interactive report grid or even classic.<\/li>\n\n\n\n<li>Add create a dynamic action with the event &#8220;Key Release&#8221;.<\/li>\n\n\n\n<li>Make the Selection Type = &#8220;Items&#8221; and assign your Search Item. <\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choose &#8220;Execute Javascript Code&#8221; then drop next JS code.<\/li>\n\n\n\n<li><\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\nvar t = $v(&#039;P3_TEXT&#039;); \/\/Replace it with your search item\n    t = t.toLowerCase();\nvar e = $(&quot;td&quot;).filter(function() {\n            return $(this).text().toLowerCase().indexOf(t) &gt; -1;\n         });\nif(t==&#039;&#039;){\n    $(&#039;td&#039;).removeClass(&#039;hasSearchText&#039;);\n}else{\n    $(&#039;td&#039;).removeClass(&#039;hasSearchText&#039;);\n    $(e).addClass(&#039;hasSearchText&#039;);\n}\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Now go to the page level &gt; CSS inline section and add next code.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n.hasSearchText{\n    font-size: 16px!important;\n    color: red!important;\n    font-weight: 700!important;\n}\n<\/pre><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li>Save then check &#8230;<\/li>\n<\/ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>That&#8217;s it \ud83d\ude42<\/p>\n<\/blockquote>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Salam, The Steps: That&#8217;s it \ud83d\ude42<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,15,13,12],"tags":[30],"class_list":["post-224","post","type-post","status-publish","format-standard","hentry","category-apex","category-css","category-jquary","category-jscript","tag-apex"],"_links":{"self":[{"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/posts\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=224"}],"version-history":[{"count":4,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/posts\/224\/revisions"}],"predecessor-version":[{"id":297,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=\/wp\/v2\/posts\/224\/revisions\/297"}],"wp:attachment":[{"href":"https:\/\/howoracleapex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=224"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=224"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howoracleapex.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}