Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

prompt

Hi,

I have a dashboard I want to add prompt in this. If nothing selection made in prompt Chart should not show anything it should show the message like "Pls select Country".

And how to add prompt in a chart.

Pls let me know how to implement.

Thanks,

4 Replies
Not applicable
Author

Hi,

In chart properties Tab "General" / Button "Error Message" select a "Default (override for all error message)" and put Custom Message:

"Pls select Country"

Not applicable
Author

Hi,

my suggestion:

First:

In Chart Propertys -> General -> Calculation Condition: Add something like cont(distinct Country) > 0

Then:

Same Tab -> Button Error Messages. On Popup: select "Calculation condition unfullfilled" And write your message under "Custom message".

Then: If no country is selected the chart isn't shown, but your Message.

Hve Fun

Alex:)

Not applicable
Author

Hi,

you can do it in this way:

Use a listbox for selection of one or more countries. In your chart (properties / general) use the "Calculation condition". For example: Len(getfieldselections ( Country)) > 0

Means: ONLY if any selection of "Country" is made, the chart will be calculated

In additional, you can define your own error (info) message, check the "error messages" - Button below and edit the correspondending message.

Regards

Roland

Not applicable
Author

Thanks for your good support.

Thanks,