Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

Hi All

How can i select Alternate state group fileds through macro,Is possible .

Regards,

Perumal A

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

The following statements worked for the field to be default state...

ActiveDocument.GetField("Aisle", "State1").Select "Aisle1", True


ActiveDocument.Fields("Aisle", "State1").Select "Aisle1", True

View solution in original post

3 Replies
er_mohit
Master II
Master II

i didnot get you.  describe briefly.

perumal_41
Partner - Specialist II
Partner - Specialist II
Author

Hi Mohit,

Normally we can select in field through macro,but i want select in Alternatestate Group Filed  through macro

Regards

Perumal A

er_mohit
Master II
Master II

The following statements worked for the field to be default state...

ActiveDocument.GetField("Aisle", "State1").Select "Aisle1", True


ActiveDocument.Fields("Aisle", "State1").Select "Aisle1", True