Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
I have a landing page for my dashboard. I want to make it better and also when i select terms and conditions it should not be seen in any other sheets(Current Selections).
I have attached the QVW. Please check and let me know the better way to create landing page and also the current selections should not show the terms and conditions.
Thanks in advance,
Keerthi
Hi Keerthi,
Did you mean that you don't want to show the T&C in Current Selection ?
Yes. I dont want to see it in current selections. i have other sheets too so it should not be seen
PFA
It may be easier to use a variable instead of a field to control the T&C display.
1. Create a variable (vTC) and initialize it to 0 in an OnOpen trigger.
2. Create a landing sheet with a Conditional Show of =Not vTC.
3. Put an "accept" button on the landing sheet that sets vTC=1.
4. All other sheets in the app have a Conditonal Show of =vTC.
See attached example.
-Rob
PFA the file,
Check with the Nitin Landing Page tab.
You can use this in this manner also, without having T&C in current selections
Could you please explain it
Hi Keerthi
you can add a button that will take the selection "I accept ...."
Using the varaible _vTerms, you can interactivly changing the value and turn on/off the boxes.
The inputbox ist only for documentation.
Andreas
Thanks Andreas. But can we do it with list box ??? Just want to know about it.
Hi Nithin,
Its the image right ???