Sign Up

❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses
Bansari
Bansari

Bansari

  • 9 Questions
  • 16 Answers
  • 0 Best Answers
  • 69 Points
View Profile
  • 1
BansariProfessional
Asked: June 29, 20222022-06-29T02:03:57+05:30 2022-06-29T02:03:57+05:30

How to format text field in an Interactive Grid

  • 1
Advertisement

Hello,

Please help me figure out how I can format text in an Interactive Grid plain text field. I do have a column fetched from a table in an Interactive Grid column. The column in a table is a varchar2 type and has the text of up to 1000 characters. Now the requirement of an Interactive Grid is, that I want to display it in a bullet format if it has multiple sentences separated by '.'

Example:

Advertisement

Actual: Suzy provides the monthly financial reporting based on provided figures. The shareholders of the store have changed effective November 2021.

How I want:

Suzy provides the monthly financial reporting based on figures.

Advertisement

The shareholders of the store have changed effective November 2021.

Note: I have tried the solution by adding "replace(comments, '.', '<br>') comments" in select query in an interactive grid but it isn't working.

Many Thanks,

Advertisement

Bansari

question
  • 1
  • 49
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
    • Share on LinkedIn
Answer
    Advertisement

    1 Answer

    1. APEXUSER (nobody)

      APEXUSER (nobody)

      • 0 Questions
      • 10 Answers
      • 0 Best Answers
      • 79 Points
      View Profile
      APEXUSER (nobody) Professional
      2022-07-01T12:19:42+05:30Added an answer on July 1, 2022 at 12:19 pm

      Hey! Hope u are doing great...

      Use Your Same Function
      replace(comments, '.', '<br>')

      Go to Column Property and Disable this option

      "Escape special characters"

      Thanks!
       

      • 1
      • Share
        Share
        • Share on Facebook
        • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Advertisement

    Sidebar

    Ask Question
    Write a Tutorial
    Advertisement

    Recent Blog Posts

    • Vinish

      Oracle LENGTH()

    • Vinish

      Oracle INSTR() Function

    • Vinish

      Oracle INITCAP() Function

    • Vinish

      Oracle Concat

    • Vinish

      Oracle CHR Function

    Advertisement
    Advertisement

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • Image to Base64
    • PL/SQL Beautifier

    Creative Commons License
    This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    © 2021 OrclQA.Com. All Rights Reserved.
    Privacy Policy - About Us