Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for the reply,
I just realised the method I posted before does not work. In my case, using ObjectExpansion="ObjectProperties" only seems to be working when pointing out one single role...
August 28, 2015 at 8:59 am
As per suggestion from Darren Gosbell I changed the way of solving this, to get better performance:
I created a new, hidden attribute where the key is only the second part...
August 17, 2013 at 7:23 am
This did the trick:
filter
([Dimension].[AttributeHierarchy].allmembers
,instr([Dimension].[AttributeHierarchy].CurrentMember.MEMBER_VALUE, '592') > 0)
August 16, 2013 at 4:11 pm
Thanks for your reply Stewart. Will let you know if I try SSIS and fuzzy logic to solve this.
Martin
February 12, 2013 at 3:30 pm
ptheberge (9/17/2008)
use the Result Set tab to populate the package variable rowcount.
Put a 0 in the...
October 28, 2010 at 1:13 pm
Lisset (10/21/2010)
Variable
- Name=LoopLimit
- Scope=Package3
- Data Type=Int32
Execute SQL Task
-ResultSet=SingleRow
SQLStatement=select count(*) as Limit from BITACORA_CARGA_ARCHIVO
ResultSet
- Result name=Limit
- Variable Name=User::LoopLimit
When start to debugg, this run without...
October 26, 2010 at 2:00 am
Ok I understand. I am a bit surprised that one package per table is the only solution to this using SSIS, but I guess I have to just live with...
October 14, 2010 at 5:25 am
Glad to be of help 🙂
sacheen (9/14/2010)
Your solution worked really well for me... !!!
Thanks a lot for the efforts you took to try this.. 😎
Hey Raunak,
I dropped idea...
September 15, 2010 at 3:06 am
Hi sacheen.
I became curious how to solve this also and after some searching the net I just got something working ok. I will try to describe it briefly below:
- After...
September 13, 2010 at 4:15 pm
Viewing 9 posts - 1 through 9 (of 9 total)