You can try to simplify things by resolving it on the cube level, hence resolving it at the Universe level, there by avoiding complications at WebI or ZABO clients.
"If you think you can't then you can't. If you think you can you might just be able to."
A concern came through the server end..... If it is deployable on InfoView.. Does the platform it resides (Windows / Unix) matter? In other words will it work on Windows and Unix by just placing the "xdac" files?
Point taken, and as an added bonus, once the locdata files are passed to each WebI server, does this mean that Zabo users will be able to refresh the reports from their machines? or would we have to pass the same files to those users?
Thanks.
Currently have an assignment to use stored procedures to retrieve pre-calculated data from the Database. I have created the local connection to the database, I have rights from supervisor to call stored procedures, and I'm getting the desired result sets for the assignment, however I'm looking...
First check on the Universe to see if it is a date column, or date with time stamp.
Second, if it is a time stamp, then you should check on the query so that it reflects the time stamp. A way around it, is that if it is a time stamp, you can create an object in the universe that only picks the...
I had a similar problem but with DB2 and MS Sequel Server, and the solution was permission from the server side. We as BO users had "Select" rights, but no Structure viewing privileges. You might also want to check with the DBA as far as user permissions on the server.
I'm new to Java / JSP and playing with Tomcat. I would like to know how to setup a security login?
The reason behind it, is that I'm not so sure on how to set this up. I would like to have a login page, and users log in and browse local weppages, however I do not want for users to use a...
I do thank you for your idea, however the argument was that it used to work with no problems via InfoView using the [ctrl+c] keys and [ctrl+v] into PPT. without having to use any image alteration. I did find a machine in my building that does not have a problem using the windows clipboard to...
The main problem of it all is that the big wigs want the churned information pasted on a PPT for their review every week, and gray scale does not buy much attention. This is something that the corporate has driven a standard on. They love to see result sets on PPT. Any solutions would be...
We currently go to InfoView (Viewing settings on Optimized for my browser) and use the copy command [Ctrl+C] keys and paste into PowerPoint. However it seems to paste into PowerPoint in Gray-scale. Has anyone come across with this issue and if a solution is available.
In the interim, we...
Stick to basics. You only need to delete the contents of the table that you need to import to prior to importing, since Access appends information to tables if they already exists.
Fernanda,
Stick to basics. I think I now understand what you are trying to accomplish, however you may find it simple if you just hardcode list of values within the prompt.
TO_NUMBER(@Prompt('Escolha um mês','A',{'1','2','3','4','5','6','7','8','9','10','11','12'},Mono,constrained))
You...
I have done this a couple of times and maybe just stick to your basics. There really is no need to create an additional data provider. Just create a measure in the universe as follows:
@Prompt('Enter Weekly Spend','n',,mono,free)
Then you can use it within your report by retrieving the value...
I had a similar request on my end, and as a developer, it is frustrating to educate the users on out of the box capabilities, however Business Objects does offer a solution that made my life simpler. I created a summary in WebI, and added hyperlinks to resulting data, and thereby if they wanted...
You can create a filter at the universe level.
Definitions:
Date handle in table: @Select(Site Counts\History Date)
Date function (DB2 Only): {fn Curdate()}
Date function (MS Sql only): Getdate()
if you are using DB2:
@Select(Site Counts\History Date) >= {fn Curdate()} - 5 days
if you are...
I have a requirement that stomped me. Maybe a fresh perspective will solve the question. On a daily basis we take counts on tables and append them on to a flat table that consist of Date and count. Sometimes the count spikes above the average and in effect we can determine if there was a bad...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.