Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Is there a way to force users to select multiple fields before they get to see the whole sheet/Tab?
Thanks,
BC
Sure you can do it.
There is another function in qlikview. Right click the chart, choose properties,in "General" tab.
You can move your "condition" expression to the "Calculation Condition", then you can see the "Error Message",
click it, then you can type the message in the "Custom Message".
Please try.
Aiolos Zhao
Hi BootCam,
I think you can use the "Condition" in Tab Properties,like:
= not isnull(GetFieldSelections(Field1)) and not isnull(GetFieldSelections(Field2)) and not isnull(GetFieldSelections(Field3))
Please try.
Aiolos Zhao
Hi Uacg0009,
Thanks for your replies. Sheet/Tab Properties exactly where i should use the condition?
Best,
BC
Hi,
Right click in the sheet, and choose Properties. Then you can see below "Show Sheet" function:
Aiolos Zhao
Hi Uacg0009,
The solution works for me but the users gonna get freaked out if they dont see tab and have to navigate from another Tab.
Is there any way we can do that within the same sheet/tab ?
Best,
BC
Hi Uacg0009,
Yes, this is the solution i need. One last thing, Can i show a custom message on the chart that says, please select these dimensions to show the chart.
Best,
BC
Sure you can do it.
There is another function in qlikview. Right click the chart, choose properties,in "General" tab.
You can move your "condition" expression to the "Calculation Condition", then you can see the "Error Message",
click it, then you can type the message in the "Custom Message".
Please try.
Aiolos Zhao