Popup Error Message in Excel
Posted: Fri Aug 16, 2013 10:50 am
Hi,
user wants to input the data from excel so i am using dbs, if user enter invalid element we have to popup error message.
See below some key points and let me know your valuable suggestions,it could be very helpful if anyone sends an answer.
Regarding logic of validating the element in the dimension:
• Excel IF statement
• Check if Input is NOT equal to blank (i.e. A1 <> “”), if so, show blank
• Check if Dimension Element exists (i.e. DIMIX( DIMENSION_NAME, A1) = 0) ), if not, show string “ERROR – No Such Element”
• In addition, the “Upload” action button will further validate the data, it should pop up an error message if user enter invalid data (i.e. incorrect element name)
Thanks,
user wants to input the data from excel so i am using dbs, if user enter invalid element we have to popup error message.
See below some key points and let me know your valuable suggestions,it could be very helpful if anyone sends an answer.
Regarding logic of validating the element in the dimension:
• Excel IF statement
• Check if Input is NOT equal to blank (i.e. A1 <> “”), if so, show blank
• Check if Dimension Element exists (i.e. DIMIX( DIMENSION_NAME, A1) = 0) ), if not, show string “ERROR – No Such Element”
• In addition, the “Upload” action button will further validate the data, it should pop up an error message if user enter invalid data (i.e. incorrect element name)
Thanks,