Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I want to implement a condition as when I click on an image of text object then a particular field value get selected from a field and when I click on it again then it get cleared. .
Thank you
Regards
Ferha Sharma
Hi,
1st Create Vaiable say vShow assign value to 1
Then Create 2 Text Object
1st Text Object -> Property-> Action -> add Two Action ->
1st Action is Select in Field -> insert Field Name and Value
2nd Action is External -> Set Variable -> Set Varaible Value=2
then Go to Layout ->Conditional ->if(vShow=1,1,0)
2nd Text Object -> Property-> Action -> add Two Action ->
1st Action is Clear Field -> insert Field Name
2nd Action is External -> Set Variable -> Set Varaible Value=1
then Go to Layout ->Conditional ->if(vShow=2,1,0)
then place both text object at same location.
You will acheive what you are expected.
Regards
Hi,
Use trigger from Text Object Property.
Like
Text Object Property -> Action->Action Type(Selection) -> Select In Field -> Enter Field Name -> Enter Value
Regards
Hi,
Find attachment for your reference.
Regards
HI,
PFA
Hope it will work
I am not able to open the doc as I am using personal edition, could you pla mention the steps to select on one click and deselect on another click.
Create a variable in Varibale overview
1) vSet and assign a value '0'
2) Add two actions
1) Set a variable : give variable name vSet and value is if(vSet='0','1','0')
2) Select in Field : Give filed name and Field-value is if(vSet='1','Field-value-name','')
Hi,
1st Create Vaiable say vShow assign value to 1
Then Create 2 Text Object
1st Text Object -> Property-> Action -> add Two Action ->
1st Action is Select in Field -> insert Field Name and Value
2nd Action is External -> Set Variable -> Set Varaible Value=2
then Go to Layout ->Conditional ->if(vShow=1,1,0)
2nd Text Object -> Property-> Action -> add Two Action ->
1st Action is Clear Field -> insert Field Name
2nd Action is External -> Set Variable -> Set Varaible Value=1
then Go to Layout ->Conditional ->if(vShow=2,1,0)
then place both text object at same location.
You will acheive what you are expected.
Regards