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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Include filters used in report!

Status
Not open for further replies.

saramaia

Programmer
Aug 5, 2002
61
PT
Hi!

I already started a thread on this but i am not clarified yet.

Imagine you drag onto your report paper the client number and his type.
Also imagine you have a filter to see only the clients of a specific type (type A).

Is there a way i can include in the final report the information of the type of clients i´m seeing in the report. I looked in Insert menu, special cell, global filters but i can´t access the value A (type chosen)

Thank you

Sara
 
The expresion is [tt]=GlobalFilters(<Type>)[/tt]
 
Or [tt]=GlobalFilters(&quot;&quot;)[/tt] for all filters

Anyway, the filters returned are GLOBAL filters. That is filters applied to all report, not the filters applied to specific tables or graphs (LOCAL filters).

Go to the Filters dialog to move filters between global and local. Select the table/graph and then go to Format -> Filters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top