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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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