Flex :: Methods Of Creating Pivot Or Tabular Reports?

May 16, 2011

Looking for some ideas, strategies, tools, etc. on creating reports from Flash Builder / Flex 4. I have a flex application that allows create/read/update/delete of client information from a back-end database. It uses web services (zend amf -> mongo db or mysql). I already have the client data IN flex via the web service as a collection for example. A user requests the ability to generate a report - to display a list of clients under a certain age in a tabular excel style grid (datagrid most likely).

It will be sorted and subtotaled by a demographic such as "insurance type". Ideally the user would like to be able to select the insurance types allowed on the report (or in the datagrid/pivot table). I know one option would be to present the user with a series of check boxes or a multi-select list to choose the insurance types. Then, present them with a data grid or advanced data grid component to display the 'report'. What other techniques, options or components are available / have people used?

View 3 Replies


Similar Posts:


Professional :: Creating AIR Ap In Flash CS5.5 Window For Certificate Always Reports Same Error:

Feb 28, 2012

I have problem creating AIR ap in Flash CS5.5 window for certificate always reports same error: "Error creating self-signed certificate".I filled all data in it and the problem is probably in "Save as" feature for which I don't know how it works.i put some name there and doesn't accept it.. so what to do then ?

View 1 Replies

Flex :: DataGrid - Presenting Custom Tabular Data

Feb 5, 2010

I'm currently building an application that is presenting tabular (fetched from a webservice) data and have squirted it into a datagrid - seemed the most obvious way to present it on screen. I've now come across a few limitations in the datagrid and wonder how I might move forward. The data is logically split into groups and I would like to be able to have subheadings in the grid whenever I move to a new group. I would like to be able to highlight individual cells based on their content relative to other values in the row - ie highlight the cell with the highest value in the row. Is this possible with the standard datagrid?

View 2 Replies

Flex :: Use Reports With It?

Sep 6, 2010

I am working on Flex 4 and I want to use reports with my Flex project. Is there any way to do the same? I mean any report library provided by Flex or any 3rd party application integration?

View 1 Replies

Flex :: Make A Pivot Like Application Using Advanced Datagrid?

Sep 8, 2010

I want to capture the header click event and on click , i want to split the columns ,by adding the AdvancedDatgridColumnGroup dynamicaly at each level. capturing the header click event. I want to explore the advanced datagrid option more.

<mx:AdvancedDataGrid x="6" y="4" id="adg0" designViewDataType="flat" width="947" height="357" click="summaryViewStack.selectedIndex = 1" fontFamily="Verdana" fontSize="10">

[Code].....

View 1 Replies

Flex :: How To Print Huge Reports

Jan 13, 2010

I have a web app that prints reports, most are just one page, or two, so I just create a component that shows the data and print it.

But I have this one report that can have thousands of lines, with a custom format, Flash will slow down with this.

Is it posible to print it without showing the actual data on screen? or is there a component to print reports with custom format?

View 2 Replies

Flex :: Generate Reports Using Its Bulider?

May 3, 2010

Is it possiable we can bulid the reports using flex bulider ? or can we and any frameworks for build the reports ? i don't know what way to bulid the reports flex bulider have any build reports compoents there?[code]...

View 2 Replies

Flex :: 4 - Using Reports - 3rd Party Application Integration?

Sep 6, 2010

I am working on Flex 4 and I want to use reports with my Flex project. Is there any way to do the same? I mean any report library provided by Flex or any 3rd party application integration?

View 1 Replies

ActionScript 3.0 :: Creating Methods Without A Class?

Jul 22, 2011

What if you have methods you want to use in your project, that really have no need of a class, or in other words, there is no need for an "object" associated with it. It's not going to have member variables, so why bother making it a class?

for example,

I want to create a randomNumber method, takes two numbers, low high, returns a random between or equal.

Originally in my code I had a very top level class i just called globalLibrary that extended movie clip, i put my randonNumber method there. Then every class in the project extended that. I got the method scoped properly, but to me it looks like a hack.

For example, the most basic functionality in flash like +, even = , trace, etc. Are these also methods defined in some class that we are extending? Or are they methods that have no object associated since that would seem to make just as much sense.

why can't I just create a file of methods, and import that file and have access to these methods?

View 7 Replies

Flex :: Using BIRT Reports With Flex?

Jun 12, 2011

Has anyone used BIRT (eclipse.org/birt) with flex or flash builder 4 to display reports to a user? I believe it has the ability to display reports as a web page via php or similar, so I am guessing one way to implement it would be to display the BIRT generated pages in flex inside a web control.how you used BIRT in conjunction with your flash app?

View 1 Replies

ActionScript 2.0 :: Syntax For Creating Accessible Methods?

Apr 7, 2010

I'm trying to create a function that I can access throughout the program without having to rewrite the entire code each time. I know how to do this in Java, but I'm unfamiliar with the syntax in actionscript.

For those that know Java, I'm looking for something similar to using

public int something(int a, int b){

View 1 Replies

ActionScript 3.0 :: No Erros In Creating Custom Objects With Methods?

May 30, 2009

i have created an object called plane with the bellow methods. I have not defined them anyway on my script file but i am curious to find out why flash does not respond by giving me any errors telling me that the methods i.e pitch to say that they have not been defined? This is something that i would have expected flash to tell me. This results in a successful build and as a result i am able to still run the file. Why does it not notify me of any erross even though clearly they have not been declared anywhere i my script.?

var plane:Object = new Object();
plane.pitch = 0;
plane.roll = 5;
plane.yaw = 5;

I am also using FlashDevelop

View 3 Replies

ActionScript 2.0 :: Tabular Folder Menus?

Jul 7, 2004

I want a pull out folder-style menu that scrolls out WITH the content as well. When one tab is out and another is clicked, I want the tab thats no longer used to close itself.

View 3 Replies

ActionScript 2.0 :: Tabular Data In Flash?

Aug 9, 2005

Working on some new projects using flash to create the entire site. Now I have some tabular data I need to present in this site, and was trying to think up ways to place the data without drawing each and every freaking table.

Obviously I could spend thousands and get macromedia flex running on our servers, but that is not viable right now....

View 5 Replies

ActionScript 3.0 :: Displaying Tabular Data (Row And Column)?

Apr 29, 2010

What's a good way to display tabular (row and column) data? A TextField for every cell seems excessive, especially with lots of data and scrolling.

View 2 Replies

How To Attach Objects With A Pivot

May 25, 2009

am using Flash CS3 Professional and I have a Flash ActionScript 2.0 .fla file, my problem is that I have 2 symbols, on can be controlled by a simple script using arrow keys and the other is stationary but I want to attach the stationary one to the other so that it can pivot on this connection and will move with and pivot like a tail as it moves around the screen

View 4 Replies

Follow Mouse From A Pivot Point?

Jun 8, 2009

I am trying to have a flashlight follow the mouse from it's pivot point. Rotating from its registration point, 180 degree rotation. Also have it move back to place if the mouse is off stage.

View 1 Replies

Change Pivot Point For A Graphic?

Jul 7, 2010

How do you change the Pivot point for a graphic on MX 2004?  It defaults to the middle and I need it on the end of the graphic.

View 3 Replies

ActionScript 3.0 :: [Away3D V3] ObjectContainer3D Pivot?

Nov 22, 2011

[URL]..why it's impossible to me to center the pivot of this container? if I do container3D.centerPivot() all my cubes are moved from they're position and still the pivot it's not in the center, but at the center of just ONE cube (the last on the bottom-right corner). How can I center the pivot of the container properly to ITS center?

View 2 Replies

ActionScript 3.0 :: How To GradientFill Rotation Pivot

May 26, 2009

I have a problem with Gradient in AS3. There is a scene with Rectangle created with lineTo():

graphics.moveTo(p1.x, p1.y);
graphics.lineTo(p2.x, p2.y);
graphics.lineTo(p3.x, p3.y);

[code]....

View 1 Replies

ActionScript 3.0 :: Change The Skeleton's Pivot Point To Hip?

Sep 15, 2009

How do i change the skeleton's pivot point to hip?? "reset Transformation point" doesnt doin it!!

View 6 Replies

ActionScript 3.0 :: Defining Rotation (pivot) Point

Sep 11, 2008

I am rotating some objects which their rotation (pivot) point is not at the center. My aim is to rotate from the center of the shape. How can I overcome this?

View 1 Replies

Flash :: Can't Submit Bug Reports For Pro?

Jun 29, 2011

I've been looking to submit some bug reports regarding CS5.5 Pro and there just isn't an option in the "Report a Bug/Feature Request" form. WHY not?? I paid for CS5.5 and autoformat breaks my code, but there's no way to report it.

View 2 Replies

Professional :: 3D Rotation For Symbol About Y Axis Using Pivot Point

Nov 13, 2011

I am trying to rotate a symbol about the y-axis, 45 degrees one direction, then back to center, then 45 degrees the other direction. Seems like a relatively simple task, except here is what happens.

Here is the object with no rotation:
Here is the object rotated exactly 45 degrees:
And here is the object rotated exactly -45 degrees:

I need the object to rotate the same as it did the first time but in reverse, otherwise "45" and "-45" are generally worthless numbers to refer to. Is it something to do with the pivot point? I made sure the registration point was in the center when I created the symbol. It doesn't seem to be pivoting the object around the center though. How do I rotate about the y-axis using a pivot point that is actually in the center and gives the same (but opposite) effect when rotating it one way versus the other?

View 1 Replies

Flex :: When Should I Override 1 Of The Lifecycle Methods?

Feb 15, 2010

I've read in the flex developer guide that you sometimes need to override one of the lifecycle methods like: commitProperties and updateDisplayList but I've written a few flex apps without ever needing to implement them.when do I need to override them?

View 2 Replies

Data Integration :: Store In A Database Create Reports?

Apr 22, 2008

1. I wish to build a questionnaire with 14 questions where the user can answer Yes or No each question.

2. Then I would like to save these answers in a mySQL

[Code]...

View 1 Replies

Flex :: Any Way To Tell Developer That Methods Throws Exception?

Mar 30, 2012

Like java, you can specify that method you are calling throws certain exception.
For e.g.- public void getListOfAssessments() throws SQLException;
So, is there any way we can achieve this in ActionScript (Flex)?

View 2 Replies

Actionscript 3 :: Movieclip Loaded In Container Reports Exaggerated .width Value?

Mar 9, 2010

I am trying to load a swf(as3) into another As3 Swf with the Movieclip loader. After loading however Loader.width/loader.content.width returns an exaggerated value than the actual width of the swf being loaded. Any pointers on where to begin looking for the discrepancy?

More Details (if it helps)

The swf being loaded has UI components like dropdowns, input boxes and combo boxes (its a Form to fill up), and a coded one-time tween. When the child MC loads into the parent movieclip, the Loader.width value returned is exaggerated by about 28 pixels (although the height remains the same). Loader.content.width also returns a 28 pixel exaggerated value. The Exaggerated value is more than even the stage width of the child MC. The extra ~30 px are upsetting subsequent code in the parent movie to scale and center the loaded swf.

update:

stage.stageWidth returns the correct Value.Code used in the parent MC, to load external SWF:

private var deadURL = "child.swf";
private var deadReq:URLRequest = new URLRequest(deadURL);
private var deadLoader:Loader = new Loader();[code].....

View 2 Replies

Flex :: Data Access Object Or Inline Methods?

Jan 28, 2011

I am still very new to Actionscript and have an okay working knowledge of Flex. I am working on an AIR application that runs a SQLite database underneath. The database is only 3 tables (projects, items and types). I was wondering if Actionscript best practices are to use a data access object or layer to store all of my database functions or to just run them inline as needed. I would assume an access layer would be best for interacting with the database for usability, but I can't seem to find much documentation for SQLite in AIR.

View 1 Replies

Flex :: Access The Public Properties And Methods Of A Loaded SWF

Mar 18, 2011

How would you go about calling the public properties and methods of a SWF you load in actionscript?

I have been using stackoverflow for years to answer my programming questions so I wanted to give back by writing a guide to an issue I had a lot of trouble figuring out. This is my first user guide so tell me if there is anything I can do to improve it.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved