Spaces between the values in the output

Hi all

I have a doubt, this is the scenario in the report.

Try to display the names of channel which is a special category in the bottom of the report. The names are identified by the DESCR field in the <? FIELD? > tag, starting with a. (ex: A-SONY).
But there are some other channels to come between the two, as the commercial channels. Comes it like that.
<? FIELD? >
<? DESCR? > A-SONY <? / DESCR? >
<? / FIELD? >
<? FIELD? >
<? DESCR? > B-SPORTS <? / DESCR? >
<? / FIELD? >
<? FIELD? >
<? DESCR? > A-STAR <? / DESCR? >
<? / FIELD? >

Now, when we display these values, it displays properly, but leaving a space between them, because it has other values in the meantime.
Can we avoid this space?, this creates some alignment problems.

Thanks in advance,
Imtiaz.

You can do it like below, so that it picks up the values beginning with 'A' alone

Tags: Business Intelligence

Similar Questions

  • How can I change the color of the spaces between the buttons of menu

    Hello

    I have problems by changing the color of the spaces between the menu buttons.

    The spaces between the color buttons lighter must be the same color as the buttons.

    Please note that some buttons are voluntarily lighter, some are darker.

    Screen Shot 2016-05-31 at 16.46.17.png

    Help would be greatly appreciated.

    Thank you.

    Dmitry

    Select the Menu container. Open the control panel of the spacing. The horizontal gutter value 0.

    You can always add padding for menu items to create extra space.

    David

    Creative muse

  • Why space between the divs?

    First of all I am more than a copier and paste person then a web site designer.

    I created a page layout, but have a space between the header which contains an image of the logo and a background image.  The logo is in the html code and the background of the header is in the css.  I put the css in the head section, so I wouldn't have to upload a separate .css file.  Also, how would I make the navigation menu appears as soon as the last link or nexus 7 sample is pushed to the bottom of a line?

    Thanks for your suggestions!

    Here is a link to the www.googledrive.com/host/0B39bIUNDgs_JWUF6b0ZONHdLTnc/ page

    And here's the code.

    <! DOCTYPE HTML >

    < HEAD >

    <! DOCTYPE html PUBLIC "" "" > < HTML lang = "en" > < HEAD > < META content = "IE = 11.0000" http-equiv = "X-UA-Compatible" > ".

    < META charset = "utf-8" >

    < META http-equiv = "X-UA-Compatible" content = "IE = edge, chrome = 1" >

    < TITLE > Introduction to design sensible Web < /title >

    < META name = "viewport" content = "width = device-width, original scale = 1" >

    < META name = "GENERATOR" content = "MSHTML 11.00.9600.18212" >

    <!-STYLE CSS START->

    < style >

    {body

    do-family: Helvetica, Arial, without serif.

    padding: 0px auto;

    margin: 0px auto;

    color: #555;

    background: #a6b17a;

    }

    IMG {}

    Max-width: 100%;

    height: auto;

    margin: 0px 0px 0px 0px;

    }

    /* -------------------- HEADER -------------------- */

    {div.} Header

    background-image: url(images/headerbkgnd.jpg);

    background-color:;

    padding: 0px auto;

    height: auto;

    }

    /* -------------------- CONTAINER -------------------- */

    {div. Container}

    Width: 85%;

    height: auto;

    background-color:;

    margin: 0px auto;

    padding: 0px auto;

    -webkit-box-shadow:-1px 10px 0px 3px rgba (0,0,0,0.75);

    -moz-box-shadow:-1px 10px 0px 3px rgba (0,0,0,0.75);

    box-shadow:-1px 10px 0px 3px rgba (0,0,0,0.75);

    }

    /* -------------------- NAVIGATION -------------------- */

    {div. MenuBar}

    Width: 100%;

    height: auto;

    padding: 0px auto;

    margin: 0px auto;

    background-color: #000;

    }

    {UL.topnav}

    list-style-type: none;

    margin: 0;

    padding: 0;

    overflow: hidden;

    background-color: #333;

    }

    UL.topnav li {}

    float: left ;}

    UL.topnav li a {}

    display: inline-block;

    color: #f2f2f2;

    text-align: center;

    padding: 10px, 12px;

    text-decoration: none;

    transition: 0.3 sec.

    do-size: 12px;

    do-family: Arial, Helvetica, without serif.

    }

    ul.topnav Li a: hover {}

    background-color: #111;

    color: Red;

    }

    UL.topnav li.icon {display: none ;}}

    /* -------------------- BODY CONTENT -------------------- */

    {div. Body-content

    min-height: 515px;

    padding: 0px auto;

    background-color: #FFF;

    }

    /* -------------------- FOOTER -------------------- */

    div.footer {}

    background-color: #000;

    color: #FFF;

    padding: 0px 0;

    text-align: center;

    height: 75px;

    do-size: 12px;

    make-weight: bold;

    }

    / * - RESPONSIVE CSS-* /.

    @media screen and (max-width: 680px) {}

    UL.topnav li: not(:first-child) {display: none ;}}

    UL.topnav li.icon {}

    float: right;

    display: inline-block;

    }

    }

    @media screen and (max-width: 680px) {}

    {UL.topnav.Responsive}

    position: relative;

    }

    UL.topnav.Responsive li.icon {}

    position: absolute;

    right: 0;

    top: 0;

    }

    UL.topnav.Responsive li {}

    float: none;

    display: inline;

    }

    UL.topnav.Responsive li a {}

    display: block;

    text-align: left;

    }

    }

    < / style >

    <! - END CSS STYLE - >

    < / head >

    < body >

    < div class = "container" > <!-CONTAINER START->

    <! - check out header - >

    < div class = "header" >

    < img src = "images/lt350.jpg" alt = "Logo" > "

    < / div >

    <!--end Header-->

    <! - START MENUBAR & NAVIGATION - >

    < div class = "menu bar" >

    UL class = "Visibility" >

    < li > < a class = "active" href = "#home" > home < /a > < /li >

    < li > < a href = "#" > Sample Link 1 < /a > < /li >

    < li > < a href = "#" > Sample Link 2 < /a > < /li >

    < li > < a href = "#" > Sample Link 3 < /a > < /li >

    < li > < a href = "#" > Sample Link 4 < /a > < /li >

    < li > < a href = "#" > Sample Link 5 < /a > < /li >

    < li > < a href = "#" > example link 6 < /a > < /li >

    < li > < a href = "#" > example link 7 < /a > < /li >

    < class li = "icon" > < a href = "javascript:void (0);" "style =" do-size: 15px; " "onclick ="myFunction ()"> & #9776; < /a > < /li >

    < /ul >

    < / div >

    <!--END MENUBAR & NAVIGATION - >

    <!--> CONTENT in the BODY of the BEGINNING

    < div class = "body-content" > < / div >

    <!--> CONTENT BODY END

    <!--> START PAGE foot

    < div class = "footer" > < / div >

    <! - END footer - >

    < / div > <! - END CONTAINER - >

    <!--> STARTUP SCRIPT REACTIVE

    < script >

    Function myFunction() {}

    document.getElementsByClassName ("topnav") [0].classList.toggle ("responsive");

    }

    < /script >

    <! - END SCRIPT REAGENT - >

    < / body >

    < / html >

    Remove the space under the logo image - add your css stylesheet below

    . Header img {}

    vertical-align: bottom;

    }

    How to evoke the Burger menu earlier - change the value of px 900px in both your support queries:

    @media screen and (max-width: 900px)}

  • 3.1EA1 - white space in the output of the Script window

    We need a way to control white space in the output of the Script window

    SQL * Plus a trimout, trimspool and col/format... can we please get something similar?

    If these options are not on the calendar of 3.1, then even the simplest option that removes all trailing spaces would be of tremendous value to me.

    Hello

    No luck yet on trimout / support, but 3.1 trimspool EA1 includes better support for column: wrap, trunc, format, clear, and so on.

    Relevant forum to other posts on this topic:
    TRIMSPOOL on the SQL worksheet
    Re: Out of the Script and not the extra copy of the spaces

    I recorded an improvement for this request because it appears highly desirable and I don't see it in the list of the Exchange feature requests:
    Bug 13357403 - FORUM: NEED to TRIMOUT AND SUPPORT TRIMSPOOL

    Kind regards
    Gary
    SQL development team

  • Create an empty space between the columns in the table to advance.

    Dear friends,

    It sounds as delicate,

    I have a Page of the OFA developed with the region having the table advance, I have 6 columns in the
    Now the requirement is to make the table so that there should be a
    difference between the first three columns and the last three columns.

    To do this, I created a dummy column with by definition any attribute value.

    Now the problem is whenever I have search, it throws an error saying attribute view did
    not defined.

    Is there an alternative way where I can have a SPACE between the columns?

    Thanks in advance,
    Keerthi.k

    Published by: user1140193 on June 30, 2011 02:08

    HAD,

    Create a trasient attribute in the VO joined with the table. And assign the dummy column.

    Kind regards
    GYAN

  • Spaces in the output from robohelp

    Hello

    I created a doc of Framemaker using the DITA Open Toolkit and related to Robohelp to generate Webhelp. I use Adobe Tech Comms Suite v2, incidentally.

    When the publication in Robohelp If spacing between words is really wide, about double or triple the norm. I have looked at the paragraph Designer in the framework and you see nothing obviously wrong and style in Robohelp sheets displayed something strange no more. Anyone got any ideas where I should be looking?

    Help apprecicated - I searched in this market and stop for a few weeks now.

    Nick

    I had this as well; I changed the wee in the CSS for MS 0 for all

    styles; for some reason any HR added spacing.

    Nima

    From: ntompkins [email protected]

    Envoy: Thursday, February 9, 2012 17:00

    To: niregev

    Topic: Spaces in the output from robohelp

    Spaces in the output from robohelp

    created by ntompkins http://forums.adobe.com/people/ntompkins> in * FrameMaker

    Integration *-full view

    discussionhttp://forums.adobe.com/message/4195884#4195884

  • How can I fix the space between the bottom of my window and taskbar?

    Recently (today), firefox has had a space between the bottom of the window and my taskbar. I tried the relocation and safe mode, and it does not disappear. Here is a screenshot of the problem. http://imgur.com/mTQtrDN

    Hey guys, I discovered that it was not just firefox, but all the windows with borders, like the windows Explorer. My difficulty was unlock the taskbar and dragging to halfway up, then down.

  • Piano roll Editor: is it possible to eliminate the spaces between the many notes at once?

    Using the step input method, I entered a number of 1/2 notes in the piano roll Editor.

    Then I selected all my notes and decided to shorten all 1/4 notes after realizing that the pace was too slow.

    The problem is that I now have many empty spaces between the notes of 1/4:

    Is it possible to eliminate all the spaces between the notes at once with all selected notes notes?

    Or I have to manually move each 1/4 at the end of the previous note footnote 1/4.

    I think there must be a quicker way to do this.

    Select all under the Edition of the piano roll Editor menu or command button has

    Then enter the end of a single note and all selected notes will also expand.

  • How can I close a space between the lines?

    I typed a promissory note and have extra space between the lines.  How can I close this space?

    Hello

    Click on the "Line spacing" icon in the section 'Paragraph' of the 'Home' tab This icon is the fourth first in the default icon and has a high and arrow down to it.

    Click your setting spacing appropriate line in the list that appears.

    Change the default font size

    http://www.askdavetaylor.com/change_default_font_size_in_wordpad.html

    Windows XP Professional must have a copy of the Works word processor.  It is easier to work with.

    Start > type Works

    Select the word processor from the list

    If it does not, go to C:\\Program Microsoft Works

    Search for MSWorks

    Double-click the file to launch

    The icon looks like this in Windows Vista-

  • How can I remove the black space between the title and the main section of the screen?

    Hello

    I'm a black space between the title and the main screen. I don't want this space.

    How can I remove this space?

    Please help as soon as possible?

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/...

  • Remove the spaces between the css attributes?

    Hello! I know that I can customize my preferences to 'apply the updated source shaped', but it is automatically added to spacing to the attributes of the tag and I don't see a way to change this in the options I give. I want to write my code without spacing in the attributes. Believe it or not, it is easier on my eyes in this way.

    That's what I prefer:

    whatever {width: 40%; height: 25% ;}}

    If I use source formatting, it does this:

    whatever {width: 40%; height: 25% ;}}

    If I can't change this behavior in the settings, not much, but I want to assure you that I have not just miss.

    Thank you!

    You don't miss anything.  DW uses conventional spaces between the CSS attributes.

    You can shrink your CSS code at the end of the project.  That will remove the spaces and line breaks.

    Nancy O.

  • Apex 5 universal theme: too much space between the bar and of the body of content

    Hello

    I work with the universal theme and my client is also enthusiastic about is that I am.

    I observed, this universal theme calculated the margin of the happy body at the end of the rendering and adds something like 100 px space between the menu bar and the content body.

    Many layouts which seems well - for some, it's a little strange.

    Is there a mechanism to place content in the title of body (which would allow almost exactly fill my requirement) or to stop this behavior?

    Or is this just a RTFM issue and I did not foud the manual jet?

    Concerning

    Sebastian

    Thx for your return. I tried to get a workspace APEX on the fly; but he has failed.

    So I had time to check.

    I used to write Javascript Code on Page 0 in the header after regions before putting them in files from APEX 4.0.

    As a result, Universale APEX 5 theme to a misinterpretation of the provision. "Container" (of the region

    ) was placed directly after the header section before the menu bar.

    Then the calculation of the provision made the rest...

    So I moved the "Javascript" - regions in the page footer Section.

    Now, the layout is fine.

    Cordially Sébastien

  • I have a button with the icon text. Is it possible to increase the space between the text and icon?

    Mr President.

    I have a button with the icon text. Is it possible to increase the space between the text and icon?

    adf button text image space.png

    adf button text image space.jpg

    Concerning

    Have you tried it as directed by the other thread?

    
    

    See you soon

    AJ

  • How to reduce the space between the section number and title of section in TOC

    Hello

    I want to reduce the space between the section number and title of section in TOC.

    can someone guide me on how to do this:

    4.PNG

    Thank you

    Try to do it from the style of paragraph (bullets and numbering) options

  • How to fill the space between the brush strokes, like you can with a direct trace of paint?

    Hello

    I'm currently under OS X El Captain on my Mac, v. 10.11.1. I use the version of Illustrator 2015.

    I imported a sketch and drawn on a calligraphic brush. (I've created a new for the effects of pulling on my Tablet pressure sensitivity). I assumed that I would be able to use live paint tool to fill in the spaces with the color as you can with a path created from the pen tool. I do not speak only to fill a closed shape, but when the incomplete paths touch. Except when I'll make the paint option, it is up to my strokes applied to regular paths - the pen tool. I used the brush to get the effects, so I really want that stay the same and not be uniform in the thickness of line.

    Basically, is it possible that I can use paint dynamic to fill the white spaces between the lines created with a brush, while keeping the effects of this brush? If I can't use the live paint is there another way I can fill in these spaces as I'm using live paint?

    Thank you very much!

    You will need to develop stories, or duplicate your layer, expand that, make your form of direct painting and delete everything on your new layer, but your new form.

  • Space between the 2 tables for a recomposable epub

    For a recomposable epub, which is the best way to add space between the 2 tables? Seen in an epub Viewer, tables have no space and are superimposed.

    I cut and paste tables as objects embedded, so they have a given paragraph style and you can use the functionality of the space before and after. Let's see if someone comes up with a different idea.

    Edit: Have you tried with space before and after the table Options > Table spacing? It is a raw sample of an .epub by using this feature.

Maybe you are looking for