Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ShyamRewaskar

  1. ShyamRewaskar

    Condition in Report Table

    It can be done by putting a condition in the where clause of data provider... like... Date between prompt('Enter From Date') AND prompt ('Enter To Date') run the report. it will ask you to enter the from_date and to_date and will fetch the records accordingly I hope this is what you needed
  2. ShyamRewaskar

    Condition in Report Table

    Do you want a field in the report that will say the Date on which the report was refresh or run. Add a variable &quot;<var>&quot; with formula =LastExecutionDate(&quot;data provider name&quot;).
  3. ShyamRewaskar

    How to Update the Data required for Datawarehousing / Data Analysis

    you ll ve to schedule the extracting programs.
  4. ShyamRewaskar

    Removing an object does not remove the table from the query

    If you create a new data provider with only two queries only, (6+3) measures. Does these queries contain the tables you dont need and is the output is correct...?
  5. ShyamRewaskar

    Customise Webi/Infoview???

    It comes with the Business Object license. I think if you find out how the present infoview works, that may also help you to begin with.
  6. ShyamRewaskar

    Customise Webi/Infoview???

    It comes with the Business Object license.
  7. ShyamRewaskar

    Customise Webi/Infoview???

    If you are having the online documwnt I will suggest you to refer WISDK26.pdf.
  8. ShyamRewaskar

    Using User response in another prompt

    Hi. Business Objects does not support this.. But if you want to customize your report as per this requirement you can do through vba scripting. All you need is to add to write the script in the before refresh event. create user form that will look like as of BO prompt window. And fetch the...
  9. ShyamRewaskar

    How to create EIS?

    In BO you can create reports through... universe(created through the designer module), stored procedures, vba, and data files. If you have a installed utitlities with BO then u can see all the sample reports and universes created. Why dont you go through the online guides available with BO. Go...
  10. ShyamRewaskar

    Customise Webi/Infoview???

    Its possible.. you can coustamize the Infoview page as per your requirement. I think asp is the better option
  11. ShyamRewaskar

    working hours

    Hi Initially I asked you to try with DayDiff through VBA. DayDiff calulates the Hours betn 2 dates. But this folmula is not taken for the new variable you add. If anybody knows &quot;how to put calculated values in the local variable?&quot; will be a great help, this variable is created...
  12. ShyamRewaskar

    calculate hours

    Hi You need a add a variable through VBA script. There is a function called daydiff in VBA, (pass the paramter h for hour, m for minute, as interval) Shyam
  13. ShyamRewaskar

    Cannot login to InfoView despite copying over BOMAIN.key

    webi identifies the repository database through bomain.key, it does not identifies any other <name>.key bomian.key has all the information, I think you need to keep bomain.key in LocData folder. Since you have copied the bomain key from other m/c and put it on the server. You need to create...
  14. ShyamRewaskar

    WEBI InfoView error: &quot;IDispatch error #306 LoginAs failed&quot;

    Hi. I tried some demos to get this error. when I changed the system time so that it will not in between the service license period, then I received this error. So this error may occur if your service license of BO is over. Check out the license period.
  15. ShyamRewaskar

    Safe recovery - 'Your login is not valid' error

    dsn name may not be available on the m/c, and if its available it might point to any other repository or database. Just check this out.

Part and Inventory Search

Back
Top