Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

273
Visualizações
Jquery bold a row in Oracle Apex Classic Report

I'd like to bold only rows with values like Suma: in Oracle Apex Classic Report. I tried to execute that feature with below code but I do not know how to replace == with SQL like clause.

$('#myreport td[headers="PROGRAMY"]').filter(function(){
    return $(this).text() == 'Suma:'
}).parent().children().css('font-weight', 'bold');

The code should bold only rows where programy like 'Suma:%

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

The other way is to create a column in your query, setting it to Hidden.

case when programy like 'Suma:% then 'u-bold' end extra_class

Then add the following HTML expression to your existing column

<span class="#EXTRA_CLASS#">#PROGRAMY#</span>

As for your jQuery, you may consider

$(this).text().substr(0,4)

eg, check out result of

'Suma:abc'.substr(0,4)
about 4 years ago · Juan Pablo Isaza Relatório

0

I don't know about a Classic Report, but - why wouldn't you use an Interactive Report instead? Its "Actions" already offers Highlight which lets you do it with no effort.

For example (left: the "Highlight" options; right: the result):

enter image description here

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda