What possible issues can occur when using Web queries?

What will be an ideal response?

Issues with Web queries occur with Web sites that require passwords, as well as sites that use Flash or other graphical animations. Excel Web queries can only import text and lack the ability to store passwords. In the event that access to a difficult site is required, the best course of action may be attempting to export text directly from the site into Excel versus using Excel to import the data.

Computer Science & Information Technology

You might also like to view...

The Based on Style for all Styles is Normal, which is the default style

Indicate whether the statement is true or false

Computer Science & Information Technology

Write the code for a function namedCalculateBonus. The function receives two decimal variables representing the salary and bonus rate. The function should calculate the bonus amount by multiplying the salary by the bonus rate, and then return the result. Then write the appropriate statement to invoke the function, passing it thedecSalaryanddecRatevariables. Assign the function's return value to thedecBonusvariable.

What will be an ideal response?

Computer Science & Information Technology