Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have table with the emp details etc...If I select any emp name, another sheet should be opened. I know there is no action command on the table, is there a work around.
thanks !!
We had a similar scenario. You can make those sheets conditional and give the condition as:
=not IsNull([Your field name])
Hi Shyamal,
I`m sorry, I could not follow your answer completely. Can you please elaborate a little bit. On sheet properties, I would have conditional, the table is in another sheet, so on selection of the filed in this table, Based on the the condition the other sheet would be activated?
Is that correct.
thanks !!
You're correct in your assumption.
Pleasee see the attached.
If you select anything from "Comapany", sheet 1 would be displayed.
If you select anything from "Salesman", sheet 2 would be displayed.
But with these conditions they will be dispalyed not activated.
To activate them, go to Settings--Document Properties--Triggers tab and add actions on those fields to Activate the sheet.
Hope this helps!
Hi,
I have attached qvw which open sheet on particular emp selection
Hi Shyamal.
Thanks for the qvw. It works fine.
Sorry I was not available, n did not check for sometime. My another question to this , when I was trying out. I have an alternate state. When i use the alternate state, this logic does not seem to work.
Any thoughts