My requirement is as follows.
I want to create a table view(MobileNumberView) from a single table(userbookinginformationtable), where i need to display all the information corresponding to a mobile number of a user from the data table(userbookinginformationtable) .As columns in output should be displayed should be of syntax as tablename.columnname1,tablename.columnname2…tablename.columnnamen.So in my case this is as follows.
userbookinginformationtable.Name,userbookinginformationtable.Contact_Number,userbookinginformationtable.Boarding_City,userbookinginformationtable.Destination_City,userbookinginformationtable.Email_ID (as seen in the attachment)
as it should satisfy the condition that mobile number(Contact_Number) that is entered by the user as input (You can refer below attachment).
But it is not creating and prompting the error (as in the screen shot) as “Maximum allowed length for view description exceeded. Please limit view description to 100 characters. Although i limited the number of columns to be displayed ,still it is prompting for error as in the attachment.
Any suggestions would be greatly helpful…Thanks