Focal Point
[SHARING] Has anyone developed reports against Clarity ?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/379107934

May 11, 2010, 02:13 PM
Rhonda
[SHARING] Has anyone developed reports against Clarity ?
We have the Clarity product inhouse for tracking time, tasks, meetings, etcetera. The reporting tool that comes with the product is Crystal Reports, however we are proposing to use WebFOCUS so that this can be an enterprised solution using the MRE Dashboard. We have heard the metadata for Clarity is a very complex model and is stored on a SQL Server. Would like anyone's input and experience with developing reports going to a clarity database.

This message has been edited. Last edited by: Kerry,


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
May 11, 2010, 03:34 PM
Darin Lee
We don't use Clarity, but if the underlying data is SQL server, there should be no issue. The WF SQL server adapter can create the metadata necessary for WF use and you can create them off of individual tables, business views, or even OLAP data sources (requires a separate license.) Our claims management software is very complex as far as the data layout and end user application, but it's still just SQL server data. Once you understand the data relationships, WF reporting is easy.

Hopefully someone that actually uses Clarity can shed some light on their experience.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
May 11, 2010, 04:53 PM
Rhonda
Thanks for you input. I figured it would not be an issue, I just wanted to know if anyone has gone against their data.


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
May 13, 2010, 08:21 AM
CLH
We use webfocus to go against Clarity data. It was a matter of figuring out where the data we wanted was. We use SQL passthru to do the initial pulls.


Webfocus 8.0.7 on Windows
May 13, 2010, 09:04 AM
Rhonda
Thanks for the info - that was very reassuring and good to know. Any other tips you can give us besides the using SQL passthru for the initial pulls?


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
May 13, 2010, 10:45 AM
njsden
I have no specific experience with Clarity but in general when dealing with "fancy" queries due to complexities in the underlying database model one alternative to SQL passthru would be to use Database Views and, in really complex cases, Stored Procedures. You can then map WebFOCUS synonyms (masterfiles) on all of those objects thus creating some "abstraction layer" for WF developers.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
May 13, 2010, 03:40 PM
Rhonda
Thanks, that sounds like that would be even better and would help in making the database make 'sense' to our business units. Thanks for that bit of knowledge. I need to get back into coding and application design!


WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML