BookmarkSubscribeRSS Feed
saifislam
Calcite | Level 5
 
I have html in Viya Job Execution, which connect with SAS Macro-
bug-  html drop down is only displaying 1000 values from the table col- the table have 14,000 rows with value.
Any solution?
 
 
html Code in Viya Job Execution
 
 
<div class="form-group">
                    <label for="var_origin" class="col-sm-3 control-label">Choose a ID Number</label>
                    <div class="col-sm-4">
                              
                <select name="estabNumber"   id="estabNumber" data-colname="PrimaryIDNumber" data-library="REPORT" data-table="P_EST_TEST2">
              </select>
                    </div>
                </div>
 
 
 
 
SAS Macro:
 
%global originStmt ;
 
%macro generate; 
%if %symexist(estabNumber) %then %let originStmt = PrimaryEstablishmentNumber in ("&estabNumber") ; 
 
%mend; 
 
%generate; 
1 REPLY 1
Vince_DelGobbo
Calcite | Level 5

Try specifying the data-threshold attribute:

 

Creating HTML Forms with Dynamic Data > Attributes

https://documentation.sas.com/doc/en/pgmsascdc/v_029/jobexecug/p0zom39gtjeq29n17jspywuzebvv.htm

 

Performance in your Web browser will likely degrade as the number of items in the widget increases.

 

Vince DelGobbo

ex-SAS R&D

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 426 views
  • 0 likes
  • 2 in conversation