I wanted to use the variable extracted in one virtual user in another virtual user, is it possible?
It is possible by using shared queues. You can passed the extracted variable to the shared queue and then retrieve it from the queue with the other Vuser. You will need to utilize the function modifier to pass and retrieve the variable from the queue. please see
http://127.0.0.1:50000/en/WebHelp/#1065.htm
http://127.0.0.1:50000/en/WebHelp/#1066.htm