COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS Impromptu => Topic started by: jkasuganti on 19 Sep 2005 11:27:49 AM

Title: Setting values to Name Property in the folder item
Post by: jkasuganti on 19 Sep 2005 11:27:49 AM
I want to read "Qualified name" and based on an IF condition in VB script I want to replace "Name" property for a item in the folder. I am able to get all other properties and able to modify except the above mentioned item.

I need the syntax to read those properties.

Here I am attaching a screen shot also.

JK
Title: Re: Setting values to Name Property in the folder item
Post by: cognosfreelancer on 19 Sep 2005 01:15:54 PM
The folder item object in the Impromptu object model does not expose the qualified name property so you will not be able to do this :(

I can think of one workaround. Create a variant array and pre load it with qualified names.

This of course will depend on your requirements.

NKT