Some fields are not sorting properly in view - sorting

I'm trying to create a directory list in view. But some of the fields are not properly sorting.
See the below image for my view configuration.
And the output of the view.
Please anyone help me to get the correct output.

you likely have a space (i.e. " ") at the beginning of your titles, or some other character that isn't displaying.

Related

How to get a data in a text box by the index change of DropDownList in asp.net?

I am doing this using layer architecture and the code and problem is below. I want to get the course title in the text box by a course code of the DropDownList. The problem is null reference. Please help me to solve this problem. N.B: Course Code and course title placed in the same table.
It looks like you're passing the course title into the SQL instead of the course code. If you are passing the course code, it may be an idea to rename your parameters to avoid confusion.
How are you building the select list? Are you sure that the value and text are correctly assigned?

How to filter rows of the embedded view in lotus notes?

I have placed an embedded view in a Form. This view is supposed to display all documents related to that form (Registration No.). I want the view rows to be filtered based on a key (Registration No.). I assume i have to write some lotus script code, as we normally do through lotus script by using like view.GetAllDocumentsByKey("key",True) but don't know how to do that for embedded view. Please help!
Thanks
You do not need to use LotusScript.
You need to use the "Show Single Category" option for the embedded view.
You also need to use the Registration No. as the first column of the view, and sort it Categorised, Ascending.
To be extra sure, add an extra character or two to the end of the Registration No (e.g. reg_Number + "##") and also add that to the formula for the Single Category when you embed the view.
This will prevent the view displaying documents for registration number 1234, when 123 is required. This should not happen, but sometimes does, so the "##" is a useful delimiter to prevent it.
Look at the help document entitled "To show a single category in embedded views"

Properly Aggregate datas in RDLC

I have this Data from the DataSet which I then display in the tablix on an rdlc report viewer. This datas have redundant CUSTOMER NM(which is group by 2's) that is why I want it to be blank display on the 2nd display.
I am using this expression to hide the even rows that are displayed in the tablix which is under the column of CUSTOMER NM:
=IIF(RunningValue(Fields!CUSTOM_NM.Value,CountDistinct,Nothing) Mod 2, Fields!CUSTOM_NM.Value, "")
But the result is not what I am expecting.
As you can see on the image below, it seems that the data's are being grouped as per same CUSTOM NM. and the CUSTOM NM that is set to "" are the next same rows of CUSTOM NM. I color the groups so you can see them properly.
My expected result would look like this image below
Anyone knows where I am doing wrong or miss something. Any help would be appreciated..
You may use hideDuplicate Property under properly list for that particular textbox in tablix.
for that you need to set textbox's HideDuplicates property to the containing group name.

How to change column attributes on Oracle APEX?

In the picture, it shows my problem: I need to display the values of a column from a table in apex. Currently all the values are being displayed as a text field. But, I need to display only a few as text fields and others as just a display value without allowing someone to edit it. I've been looking into it, but I'm stuck.. There is a conditional display area, but not sure if that is where I need to go for the solution. That section seems to just limit what values get displayed not change the display format based on the values, but that latter is what i need. Thanks if you know or can point me in the right direction!
In the Item properties , go to advanced section
in custom attributes mention readonly=’readonly’-- this will make that item as display only.

Text Box with Tags in Jquery-jtable

I want a textbox where i can enter tags as one of the fields in Jtable.
I am quite new to Jtable. I dont know whether it is possible or not.
Please refer the image in attachment.
ALso, I would also like to know how to store this multiple values data from tags textbox in database.
Thanks

Resources