Showing posts with label selecting. Show all posts
Showing posts with label selecting. Show all posts

Monday, March 26, 2012

How to show both "ID and Name" in the NemeColumn of a dimension?

Hi All,

When creating a new dimension we are restricted in selecting one coulmn from the table to be shown as the "NameColumn" of the dimension; i need to display both ID and Name from the table as the "NameColumn", how could i do this?

Since in AS 2000 this can be done easily

Thanks,

Ghadeer Omari

Since you want to show ID and name, you have to somehow concatinate them. And there could be multiple ways to do that - with space, with dash, etc. I usually in such cases go to data source views and create named calculations :

FullName: ID + '-' + Name

Then I use new named calculation in name column.

Vidas Matelis

|||

Dear Matelis,

Thanks very much this works.

Wednesday, March 7, 2012

How to set in Details part by default 5 records even records are not available

Hi all,

I am facing a problem with the students report customization. Students will be selecting different subjects for different term(or semester). So for each semester also they can select max up to 5 subjects. So few students will take 2 subjects , few 5 subjects or 3 subjects... so the problem is while taking the report the report must not come according to their selection but according to 5 subjects or more.. so the students who took 1 subject or 5 subject will be getting the same format.. if u couldnt able to understand me... i am ready to send u the database and that report. I am attaching a report which was prepared by some one else... into that report it is working u can see the blanck space if the student took only 1 subject the remaining 4 space are coming blanck...i want in this way...pls help me if u knowHi,

I'm also searching solution For this. If u find the solution post here.