Resetting rpd Password (Informative)
Hello Everybody,
When i am doing some R&D work today, I come across a situation how to reset the password for rpd where I forgot the password for Administrator. All existed solutions (like NQSChangepassword.exe command) have associated with mentioning old password to get the new one.
The work around I found:
When i am doing some R&D work today, I come across a situation how to reset the password for rpd where I forgot the password for Administrator. All existed solutions (like NQSChangepassword.exe command) have associated with mentioning old password to get the new one.
The work around I found:
Open NQSConfig.INI file
Go to Security part and find AUTHENTICATION_TYPE = BYPASS_NQS;
Uncomment this part
Stop the BI Server service
Close Administration Tool, if opened. (Then only the changes are affecting to the Administration Tool)
Open Administration Tool, then rpd which needs password reset, in offline mode
Give any password here, it accepts.
Now go to Manage > Security.
From here it’s the normal process how you change password for Administrator.
Save the changes to rpd
Revert back the changes in NQSConfig.INI
Start BI Server and open rpd with new password.
I am not aware of whether it is bug or something else, and don’t even know any other best solution exists for the same. Using Import from Repository hope we can do this... As it's deprecated and the above procedure is the simple one, i am using this...
Outer join
Outer join
Yes,But it will degrade the performance of the report because it should pick up values of dimension column for the correspoding fact values which will be null.So data picking will be more......If you dont have large data then you can go with the outer join comfortabllly in BMM layer of the join property window on the middle left hand side you find drop down to select it as outer join.
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
| ||||||||||||||||
TRUNCATE((RCOUNT(1)-1)/10, 0) +1
OR
CASE WHEN RCOUNT(1) < 11 THEN ’1-10′
WHEN RCOUNT(1) < 21 THEN ’11-20′
WHEN RCOUNT(1) < 31 THEN ’21-30′
ELSE ’30+’ END
WHEN RCOUNT(1) < 21 THEN ’11-20′
WHEN RCOUNT(1) < 31 THEN ’21-30′
ELSE ’30+’ END
TOPN("F1 Revenue"."1-01 Revenue (Sum All)", 10 by "D2 Market"."M01 Market")
I have a pivot table in which im doing cross columns analysis and here some of the cells are blank.
My requirement is I want to set value of a blank cell to " 0 " , which means all the cells without any value should show "0".
My requirement is I want to set value of a blank cell to " 0 " , which means all the cells without any value should show "0".
Empty in pivot table cell (no value)in sales
Colformat: customà#,##0;-#,##0;0
| ||||||||
|
Click on Answers->Left side below Shared folders you can see reload server metadata,click on that.
Assign points if reply helped u
Assign points if reply helped u
What is the difference between Storage Grain and Query Grain ?
Select quarter, YearAgoSales:
Query grain: quarter
Time Series grain : year
what is the Storage Grain ?
As mentioned in Help Guide, Storage Grain is "grain of the aggregate source".
Quite simply it is the grain at which your data is held in the fact table. I.e. You will most likely have one row per day or week or month in this case.
torage grain: by its name is the grain of your source.
query grain: by its name is the grain at which you define your query.
based on the example you mentioned:
Though you have a source at day grain, you are querying at quarter level (which corresponds to query grain)....
mark posts promptly
Select quarter, YearAgoSales:
Query grain: quarter
Time Series grain : year
what is the Storage Grain ?
As mentioned in Help Guide, Storage Grain is "grain of the aggregate source".
Quite simply it is the grain at which your data is held in the fact table. I.e. You will most likely have one row per day or week or month in this case.
torage grain: by its name is the grain of your source.
query grain: by its name is the grain at which you define your query.
based on the example you mentioned:
Though you have a source at day grain, you are querying at quarter level (which corresponds to query grain)....
mark posts promptly
Re: how to make the best data model in the RPD in Business layer Posted: Jan 12, 2011 6:41 AM |
| |||||||||
| ||||||||||
| ||||||||||
| ||||||||||
Replace
Like
8:30:00 into 83000 In custom
8:30:00 into 83000 In custom
Re: Don't want the "No Data" message coming from OBIEE - Any ideas? Posted: Jan 5, 2011 9:28 AM | ||||||
|
got my no data report working. I just added a blank space (" " ) in the custom No Results view of original report and I also added a javascript to take out the refresh link from there. Later I added my No Data template to the original report through guided navigation.
Re: How would I find a maximum among 4 columns
Posted: Sep 10, 2008 11:57 AM in response to: wildmight
Posted: Sep 10, 2008 11:57 AM
not that i know of. if you need case statement, this will save you some time: case when Table.column1 >= case when ifnull(Table.column2, 'somelternatevalue') >= ifnull(Table.column3, 'somelternatevalue') then case when ifnull(Table.column2, 'somelternatevalue') >= ifnull(Table.column4, 'somelternatevalue') then Table.column2 else Table.column4 end else case when ifnull(Table.column3, 'somelternatevalue') >= ifnull(Table.column4, 'somelternatevalue') then Table.column3 else Table.column4 end end then Table.column1 else case when ifnull(Table.column2, 'somelternatevalue') >= ifnull(Table.column3, 'somelternatevalue') then case when ifnull(Table.column2, 'somelternatevalue') >= ifnull(Table.column4, 'somelternatevalue') then Table.column2 else Table.column4 end else case when ifnull(Table.column3, 'somelternatevalue') >= ifnull(Table.column4, 'somelternatevalue') then Table.column3 else Table.column4 end end end |
This time we will see something about Time Series Calculations in OBIEE.
We have two functions which we can use for this.
1. Ago - This function is used like to calculate like previous month sales,previous year sales or last to last year sales etc.It has three parameters
i.Measure(sales,revenue etc)
ii.Level to roll up(previous month,year,quarter etc)
iii.Number to roll up(1,2,3 etc basically an offset)
i.e To calculate previous month sales we can write ago(sales,month,1)
2. ToDate – This fucntion is used to calculate the measure for month to date, year to date,quarter to date etc.It has two parameters.
i.Measure(sales,revenue etc)
ii.From which level calculation should start(month,year,quarter etc)
i.e To calculate sales on month to date we can write ToDate(sales,month)
have a report where data is pulled at region level
regions are say :A,B,C,D,E,F,G,H
Now we have a reqmt from one of our client to group the regions and classify them as grades.But we don't have any grades in our database.This reqmt is for users of a specific country only so we don't want to add this new grade column to our database.We want to create a new dummy column for this specific report only and want to hard code the grades like this
Grade Top : Regions are A,B,D
Grade Bottom:Regions areC,F,G
Grade Middle:Regions areE,H
So the reqmt is i want to add a new dummy column (only for this particular report) called Grade with three values :Top,Bottom,Middle
regions are say :A,B,C,D,E,F,G,H
Now we have a reqmt from one of our client to group the regions and classify them as grades.But we don't have any grades in our database.This reqmt is for users of a specific country only so we don't want to add this new grade column to our database.We want to create a new dummy column for this specific report only and want to hard code the grades like this
Grade Top : Regions are A,B,D
Grade Bottom:Regions areC,F,G
Grade Middle:Regions areE,H
So the reqmt is i want to add a new dummy column (only for this particular report) called Grade with three values :Top,Bottom,Middle
CASE when Regions in ( 'A','B','D' ) then 'Grade Top'
when Regions in ( 'C','F','G' ) then 'Grade Bottom'
when Regions in ( 'E','H' ) then 'Grade Middle'
END
when Regions in ( 'C','F','G' ) then 'Grade Bottom'
when Regions in ( 'E','H' ) then 'Grade Middle'
END
CASE Table.Column WHEN 'A' THEN 'Grade Top'
WHEN 'B' THEN 'Grade Top'
WHEN 'D' THEN 'Grade Top'
WHEN 'C' THEN 'Grade Middle'
WHEN 'F' THEN 'Grade Middle'
WHEN 'G' THEN 'Grade Middle'
ELSE 'Grade Bottom'
END
WHEN 'B' THEN 'Grade Top'
WHEN 'D' THEN 'Grade Top'
WHEN 'C' THEN 'Grade Middle'
WHEN 'F' THEN 'Grade Middle'
WHEN 'G' THEN 'Grade Middle'
ELSE 'Grade Bottom'
END
hi how to increase the dropdown list valese in obiee Posted: Jan 3, 2011 11:21 PM | |||||||||||||||
| |||||||||||||||
e: Want to include spaces in the Results in the Text field. Posted: Jan 2, 2011 10:56 PM |
| ||||||||||||||
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
|
| ||||||||||||||
Add custom images to dashboard
In order to add custom images to dashboards,we can use some images already present under this folderOracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\s_oracle10\images(or) If we want some new images other than images in the images folder add those images at above mentioned path and OracleBI\web\app\res\s_oracle10\images
*Restart services after adding new images
To show those custom images on dashboards we need to give fmap:images/(image_name.jpg under the above path)
*Use forward slash
EG: fmap:images/report_agreements.jpg
| ||||||||
|
# ## ### ###.#0
| ||||||||||
| ||||||||||
| ||||||||||
try some thing like this
TIMESTAMPADD(SQL_TSI_MINUTE, CASE WHEN MINUTE(DATETIMESTAMP_COLUMN) < 30 THEN 30-MINUTE(DATETIMESTAMP_COLUMN) else 60 - MINUTE(DATETIMESTAMP_COLUMN) END, DATETIMESTAMP_COLUMN)
TIMESTAMPADD(SQL_TSI_MINUTE, CASE WHEN MINUTE(DATETIMESTAMP_COLUMN) < 30 THEN 30-MINUTE(DATETIMESTAMP_COLUMN) else 60 - MINUTE(DATETIMESTAMP_COLUMN) END, DATETIMESTAMP_COLUMN)
| ||||||||||||||
Re: Hiding Drop down box in Pages Section in Pivot View Posted: Dec 9, 2010 7:48 PM |
| |||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
As TO_DATE function requires a specific format (which is missing in the formula specified - EVALUATE('TO_DATE(%1) AS DATE',"Tablename"."columnname")).
Try this, EVALUATE('TO_DATE(%1,%2)',"Tablename"."columnname",'yourdateformat')
Try this, EVALUATE('TO_DATE(%1,%2)',"Tablename"."columnname",'yourdateformat')
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
Re: Format of the report for the Scheduled Reports($,%) Posted: Oct 30, 2010 9:32 AM |
| |||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
Re: To display first and last dates of a month Posted: Oct 26, 2010 11:27 AM | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
Fieriant
Just give #,##0;-#,##0;- or #,##0;-#,##0;CustomMessage in dataformat.