Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a dimension table in my script and I want to group the data items so if i have:
Expense AE
Expense AA
Expense AC
These should appear in Expense A
yeah or LocalPointofdelivery
the values AFAO, AFTUO are not available in the fields.
typo ATFAO and ATFUO
Ok in your load statement put a code like this
If(Match(Category,'ATFAO','ATFUO'),'Out',Category) as NewCat
By this your 'ATFAO','ATFUO' are goes to Out category as what ever you want and other is same category. In the same above you can add for others category also what ever you decide i done here for category field.
Hope this helps
thats worked. Thank you for your help
You are welcome....
Thanks & Regards