Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm running multiple pivottable pulling information from a repair database
for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Eison,
Check out Debra's Dalgleish's site at www.contextures.com "Eison" wrote: I'm running multiple pivottable pulling information from a repair database for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did, and downloaded the example, tried out the code and it errored out
(1004). Maybe it has something to do with the fact the table is based off a cube?? Like the site, thanks for the tip. "Dominic" wrote: Eison, Check out Debra's Dalgleish's site at www.contextures.com "Eison" wrote: I'm running multiple pivottable pulling information from a repair database for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No problem.
I just ran a quick search on the newsgroup for error code 1004 and it seems to occur a lot during macros when you're trying to do something that doesn't exist (paste, etc., when there's nothing on the clipboard). Maybe you're trying to find data (pivots) that don't exist? Did you check your names real good? HTH "Eison" wrote: I did, and downloaded the example, tried out the code and it errored out (1004). Maybe it has something to do with the fact the table is based off a cube?? Like the site, thanks for the tip. "Dominic" wrote: Eison, Check out Debra's Dalgleish's site at www.contextures.com "Eison" wrote: I'm running multiple pivottable pulling information from a repair database for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Double checked, they exist. Using OLAP to query database then create table,
maybe it has something to do with it. I can do what I need in the database, but I don't get to decide how to make the reports, just have to make what the boss wants happen. "Dominic" wrote: No problem. I just ran a quick search on the newsgroup for error code 1004 and it seems to occur a lot during macros when you're trying to do something that doesn't exist (paste, etc., when there's nothing on the clipboard). Maybe you're trying to find data (pivots) that don't exist? Did you check your names real good? HTH "Eison" wrote: I did, and downloaded the example, tried out the code and it errored out (1004). Maybe it has something to do with the fact the table is based off a cube?? Like the site, thanks for the tip. "Dominic" wrote: Eison, Check out Debra's Dalgleish's site at www.contextures.com "Eison" wrote: I'm running multiple pivottable pulling information from a repair database for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
After doing some testing, the code works if i dont use OLAP, however, with
the number of records being polled from the database, the pivot will error, but using the cube the code gives the 1004 error.... Strange. "Eison" wrote: I'm running multiple pivottable pulling information from a repair database for a report. One for eachshift. I have the date in the page section and use it to pul the days transactions. Is there a way to globally change one cell that changes all pivottables "date" to the date entered into the cell. There by avoiding the need to manuall change each table, saving myself a few steps. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PivotTable - Multiple Consolidation Ranges | Excel Worksheet Functions | |||
Sorting multiple worksheets simultaneously | Excel Discussion (Misc queries) | |||
Advice sought: Multiple column sorting | Excel Worksheet Functions | |||
Sorting in PivotTable | Excel Discussion (Misc queries) | |||
Sorting Multiple Ranges | Excel Worksheet Functions |