Jump to content
We've recently updated our Privacy Statement, available here ×

Rajender kumar

Members
  • Posts

    4
  • Joined

  • Last visited

Rajender kumar's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, I have created a dashboard in TIBCO jasper soft and I want to show it in my asp.net mvc application. Do you guys provide any API or REST service to achieve this, or any embedded url so I can show the dashboard in iFrame or some other way. Please suggest the best way to do this. Thanks
  2. Hello, I am new to TIBCO jasper soft, I have a store procedure which takes some parameters like user ID, and some other Ids and returns records in thousands, and I want to create dashboard with charts, graphs and list of these records with some filters for data analysis. For this I have converted my store procedure query into SQL view (because my store procedures is not showing in the tables tab while creating Ad Hoc Domain), and added this SQL view to Ad Hoc domain. When I use this domain to create Ad Hoc View it took lots of time to render or get data. My plan was to generate dashboard with this ad hoc view, but it failed because of slow speed, store procedure is much faster than SQL view because of some technical reason. Now I want to use my SQL store procedure to get data in TIBCO jasper soft directly to create Ad hoc view or dashboard, but I am not able to find any way to use store procedure to get data for TIBCO jasper soft’s ad hoc view, domain or dashboard. My end goal is to show the data on TIBCO jasper soft ad hoc dashboard with some filters and charts for the sake of data analysis and show the same dashboard in my asp.net MVC application. I also want to generate some reports of this data based on custom filters. Please suggest me any way to achieve this. My main questions are:- 1. Can I get data from parameterize store procedure for Ad Hoc View or domain or dashboard? 2. Is it possible to pass parameter’s value dynamically and get data in ad Hoc view or dashboard with graph and charts representation? 3. How can I show my TIBCO jasper soft’s dashboard in asp.net mvc application? Do you guys provide and kind of API or embedded URL, so I can show it in iFrame or something similar to that? If I am missing any explanation or my question is not clear to you guys, Please let me know. Its bit urgent so please reply ASAP. Thanks
  3. @Friendly User, I don't have multiple data-base I have multiple tables. I have Jaspersoft BI JasperReports Server Free license,So is it possible to create JRXML topics with this license?
  4. Hello, I am using TIBCO Jaspersoft : Ad Hoc Editor to create an ad Hoc view, where I have to calculate some columns and generate reports. I have created domain by joining some tables (Master, Activities) and using that domin for creating an hoc ad view. I have data a source where I have two data sets as following :- 1. In data set one I have MasterId,MasterName 2. In data set two have multiple record corresponding to MasterId. Ex. ActivityId,Name,Type,StartTime,EndTime,MasterId (FK from MasterTable.MasterId) I have to calculate a column 1stActivity-Delay-hours, where I have to show the difference between 2 dates in HH:MM format (12horus 39 minutes) for that I have used create calculated field option and place the formula ElapsedMinutes("EndTime", "StartTime")/60 and here I got 12.65 instead of 12:39. When I tried to calculate MOD of minutes 759 % 60 the MOD sign is working as precentage function here insted of doing MOD (1st issue). To filter the data I have created new measure and place the formula like- tblActivity.StartTime < 12-12-2017 1:10 and tblActivity.EndTime >11-12-2017 2:20 its working fine and showing the correct output except the HH:MM format. But when I need my second column 2ndActivity-Delay-hours in the same view with different condition (filter) for example: where tblActivity.StartTime > 12-12-2017 1:10 and tblActivity.EndTime < 11-12-2017 2:20 and Activity.Name='act1' it will mess up with 1stActivity-Delay-hours and I am not getting the required output for 2ndActivity-Delay-Hours because of the condition for the 1stActivity-Delay-hours (tblActivity.StartTime < 12-12-2017 1:10 and tblActivity.EndTime >11-12-2017 2:20 ) is there already on the same datasource. To solve problem like this, I think we need multiple data-source in our view so the 1stActivity-Delay-Hours and 2ndActivity-Delay-hours will not get affected because of eachother filter conditions. or I can created a view per column (one column in one view) and at last there should be an option to join them togather to generate reports. As per my understanding we can only have one data-source per view, and we can't merge multiple view with different data-source. can anybody suggest me how can I achieve this? how can I add multiple data-source in single view or merge my multipe view to form main view where I can show all columns togather. I can do this calculation in SQL server easily by using temp table(#table). For instance I will calculate the 1stActivityDelay column and store the delay-hours in temp table and then calculate the 2ndActivity delay hours with different where condition and again store the result in the temp table and at the end I will select all the rows from temp table to show all column calculation as one result-set. But in this tool I am not able to find any way to do this. Thanks.
×
×
  • Create New...